Sha256: 9b7ee6bdc0eaa96ba0ee7c30be2da270b50ff638853e082f6158851bae47155e

Contents?: true

Size: 628 Bytes

Versions: 7

Compression:

Stored size: 628 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

7 entries across 7 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v1/SyntheticsPrivateLocationSecrets.md
datadog_api_client-1.3.0 docs/v1/SyntheticsPrivateLocationSecrets.md
datadog_api_client-1.2.0 docs/v1/SyntheticsPrivateLocationSecrets.md
datadog_api_client-1.1.0 docs/v1/SyntheticsPrivateLocationSecrets.md
datadog_api_client-1.0.0 docs/v1/SyntheticsPrivateLocationSecrets.md
datadog_api_client-1.0.0.beta.3 docs/v1/SyntheticsPrivateLocationSecrets.md
datadog_api_client-1.0.0.beta.2 docs/v1/SyntheticsPrivateLocationSecrets.md