Sha256: 8b3fe4844fbfe4ab459b35c66e3c2028112e8d1332535c27113fbb975a6921dd
Contents?: true
Size: 896 Bytes
Versions: 2
Compression:
Stored size: 896 Bytes
Contents
# DatadogAPIClient::V1::ApiKey ## Properties | Name | Type | Description | Notes | | -------------- | ---------- | --------------------------------------------- | -------------------- | | **created** | **String** | Date of creation of the API key. | [optional][readonly] | | **created_by** | **String** | Datadog user handle that created the API key. | [optional][readonly] | | **key** | **String** | API key. | [optional][readonly] | | **name** | **String** | Name of your API key. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::ApiKey.new( created: 2019-08-02 15:31:07, created_by: john@example.com, key: 1234512345123456abcabc912349abcd, name: example user ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/ApiKey.md |
datadog_api_client-1.5.0 | docs/v1/ApiKey.md |