Sha256: f430eb349682452db27d8cd8cefb70cf6fff6210726b1d255e5ba69895ef9511
Contents?: true
Size: 632 Bytes
Versions: 2
Compression:
Stored size: 632 Bytes
Contents
# DatadogAPIClient::V1::SyntheticsPrivateLocationSecretsAuthentication ## Properties | Name | Type | Description | Notes | | ------- | ---------- | ------------------------------------------- | -------------------- | | **id** | **String** | Access key for the private location. | [optional][readonly] | | **key** | **String** | Secret access key for the private location. | [optional][readonly] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SyntheticsPrivateLocationSecretsAuthentication.new( id: null, key: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/SyntheticsPrivateLocationSecretsAuthentication.md |
datadog_api_client-1.5.0 | docs/v1/SyntheticsPrivateLocationSecretsAuthentication.md |