Sha256: 4c920fa59b6ab048696136c3b5ebe0dc01b983fe2af8f28f22ecf9f8ebb74f06
Contents?: true
Size: 666 Bytes
Versions: 2
Compression:
Stored size: 666 Bytes
Contents
# DatadogAPIClient::V1::ApplicationKey ## Properties | Name | Type | Description | Notes | | --------- | ---------- | ---------------------------- | -------------------- | | **hash** | **String** | Hash of an application key. | [optional][readonly] | | **name** | **String** | Name of an application key. | [optional] | | **owner** | **String** | Owner of an application key. | [optional][readonly] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::ApplicationKey.new( hash: 1234512345123459cda4eb9ced49a3d84fd0138c, name: example user, owner: example.com ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/ApplicationKey.md |
datadog_api_client-1.5.0 | docs/v1/ApplicationKey.md |