Sha256: cd088a85b5162716e2aac0bf5cf2c84d9203e2c56fa81afdd8ac6740029e9323
Contents?: true
Size: 1.94 KB
Versions: 1
Compression:
Stored size: 1.94 KB
Contents
# DatadogAPIClient::V2::FullApplicationKeyAttributes ## Properties | Name | Type | Description | Notes | | -------------- | ----------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------- | | **created_at** | **String** | Creation date of the application key. | [optional][readonly] | | **key** | **String** | The application key. | [optional][readonly] | | **last4** | **String** | The last four characters of the application key. | [optional][readonly] | | **name** | **String** | Name of the application key. | [optional] | | **scopes** | **Array<String>** | Array of scopes to grant the application key. This feature is in private beta, please contact Datadog support to enable scopes for your application keys. | [optional] | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::FullApplicationKeyAttributes.new( created_at: 2020-11-23T10:00:00.000Z, key: null, last4: abcd, name: Application Key for managing dashboards, scopes: ["dashboards_read","dashboards_write","dashboards_public_share"] ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v2/FullApplicationKeyAttributes.md |