Sha256: b9043e049d73b47c4cca7ee6fcf1b6ab35b86045319910140af3dd3c516b4681
Contents?: true
Size: 513 Bytes
Versions: 7
Compression:
Stored size: 513 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
7 entries across 7 versions & 1 rubygems