Skip to main content

service_account_application_keys

Overview

Nameservice_account_application_keys
TypeResource
Iddatadog.service_accounts.service_account_application_keys

Fields

NameDatatypeDescription
idstringID of the application key.
attributesobjectAttributes of a partial application key.
relationshipsobjectResources related to the application key.
typestringApplication Keys resource type.

Methods

NameAccessible byRequired ParamsDescription
get_service_account_application_keySELECTapp_key_id, service_account_id, dd_siteGet an application key owned by this service account.
list_service_account_application_keysSELECTservice_account_id, dd_siteList all application keys available for this service account.
create_service_account_application_keyINSERTservice_account_id, data__data, dd_siteCreate an application key for this service account.
delete_service_account_application_keyDELETEapp_key_id, service_account_id, dd_siteDelete an application key owned by this service account.
_get_service_account_application_keyEXECapp_key_id, service_account_id, dd_siteGet an application key owned by this service account.
_list_service_account_application_keysEXECservice_account_id, dd_siteList all application keys available for this service account.
update_service_account_application_keyEXECapp_key_id, service_account_id, data__data, dd_siteEdit an application key owned by this service account.