Sha256: 6781fedb57e95fcb6fb2b30efd14a142279b86241919807ed52302b73e3642bf
Contents?: true
Size: 906 Bytes
Versions: 2
Compression:
Stored size: 906 Bytes
Contents
# DatadogAPIClient::V1::SyntheticsPrivateLocationSecrets ## Properties | Name | Type | Description | Notes | | --------------------- | ----------------------------------------------------------------------------------------------------------- | ----------- | ---------- | | **authentication** | [**SyntheticsPrivateLocationSecretsAuthentication**](SyntheticsPrivateLocationSecretsAuthentication.md) | | [optional] | | **config_decryption** | [**SyntheticsPrivateLocationSecretsConfigDecryption**](SyntheticsPrivateLocationSecretsConfigDecryption.md) | | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SyntheticsPrivateLocationSecrets.new( authentication: null, config_decryption: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/SyntheticsPrivateLocationSecrets.md |
datadog_api_client-1.5.0 | docs/v1/SyntheticsPrivateLocationSecrets.md |