Sha256: 5fb1b826c9ed18a5535b496c8771f73fe4a8b6ad891f35187ba506b5a080eb51
Contents?: true
Size: 1.17 KB
Versions: 1
Compression:
Stored size: 1.17 KB
Contents
# DatadogAPIClient::V2::ApplicationKeyUpdateAttributes ## Properties | Name | Type | Description | Notes | | ---------- | ----------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- | | **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::ApplicationKeyUpdateAttributes.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/ApplicationKeyUpdateAttributes.md |