application_keys
Overview
Name | application_keys |
Type | Resource |
Id | datadog.key_management.application_keys |
Fields
Name | Datatype | Description |
---|---|---|
id | string | ID of the application key. |
attributes | object | Attributes of a full application key. |
relationships | object | Resources related to the application key. |
type | string | Application Keys resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_application_key | SELECT | app_key_id, dd_site | Get an application key for your org. |
list_application_keys | SELECT | dd_site | List all application keys available for your org |
delete_application_key | DELETE | app_key_id, dd_site | Delete an application key |
_get_application_key | EXEC | app_key_id, dd_site | Get an application key for your org. |
_list_application_keys | EXEC | dd_site | List all application keys available for your org |
update_application_key | EXEC | app_key_id, data__data, dd_site | Edit an application key |