docs/v1/SyntheticsPrivateLocationSecretsAuthentication.md in datadog_api_client-1.4.0 vs docs/v1/SyntheticsPrivateLocationSecretsAuthentication.md in datadog_api_client-1.5.0
- old
+ new
@@ -1,12 +1,12 @@
# DatadogAPIClient::V1::SyntheticsPrivateLocationSecretsAuthentication
## Properties
-| Name | Type | Description | Notes |
-| ---- | ---- | ----------- | ----- |
-| **id** | **String** | Access key for the private location. | [optional][readonly] |
+| 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
@@ -15,6 +15,5 @@
instance = DatadogAPIClient::V1::SyntheticsPrivateLocationSecretsAuthentication.new(
id: null,
key: null
)
```
-