Sha256: ec86a0337d238bcc1d28dd3c0a3f4d51ad9494a23b59178a5a8e52a115090466
Contents?: true
Size: 1021 Bytes
Versions: 2
Compression:
Stored size: 1021 Bytes
Contents
# DatadogAPIClient::V2::FullAPIKeyAttributes ## Properties | Name | Type | Description | Notes | | --------------- | ---------- | ---------------------------------------- | -------------------- | | **created_at** | **String** | Creation date of the API key. | [optional][readonly] | | **key** | **String** | The API key. | [optional][readonly] | | **last4** | **String** | The last four characters of the API key. | [optional][readonly] | | **modified_at** | **String** | Date the API key was last modified. | [optional][readonly] | | **name** | **String** | Name of the API key. | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::FullAPIKeyAttributes.new( created_at: 2020-11-23T10:00:00.000Z, key: null, last4: abcd, modified_at: 2020-11-23T10:00:00.000Z, name: API Key for submitting metrics ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/FullAPIKeyAttributes.md |
datadog_api_client-1.5.0 | docs/v2/FullAPIKeyAttributes.md |