Sha256: 8125cc12e7fb405da9e64e6091f70c324dabd5edfe27f5e4acdab808b979e202
Contents?: true
Size: 572 Bytes
Versions: 2
Compression:
Stored size: 572 Bytes
Contents
# DatadogAPIClient::V1::AuthenticationValidationResponse ## Properties | Name | Type | Description | Notes | | --------- | ----------- | ---------------------------------------------------------------- | -------------------- | | **valid** | **Boolean** | Return `true` if the authentication response is valid. | [optional][readonly] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::AuthenticationValidationResponse.new( valid: true ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/AuthenticationValidationResponse.md |
datadog_api_client-1.5.0 | docs/v1/AuthenticationValidationResponse.md |