Sha256: 0f493cfd50c1992855a4751b9d1b596b409d1e8242cade8dff3954a294df606c
Contents?: true
Size: 1.17 KB
Versions: 1
Compression:
Stored size: 1.17 KB
Contents
# DatadogAPIClient::V2::ApplicationKeyCreateAttributes ## Properties | Name | Type | Description | Notes | | ---------- | ----------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- | | **name** | **String** | Name of the application key. | | | **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::ApplicationKeyCreateAttributes.new( 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/ApplicationKeyCreateAttributes.md |