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