Skip to main content

current_user_application_keys

Overview

Namecurrent_user_application_keys
TypeResource
Iddatadog.key_management.current_user_application_keys

Fields

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

Methods

NameAccessible byRequired ParamsDescription
get_current_user_application_keySELECTapp_key_id, dd_siteGet an application key owned by current user
list_current_user_application_keysSELECTdd_siteList all application keys available for current user
create_current_user_application_keyINSERTdata__data, dd_siteCreate an application key for current user
delete_current_user_application_keyDELETEapp_key_id, dd_siteDelete an application key owned by current user
_get_current_user_application_keyEXECapp_key_id, dd_siteGet an application key owned by current user
_list_current_user_application_keysEXECdd_siteList all application keys available for current user
update_current_user_application_keyEXECapp_key_id, data__data, dd_siteEdit an application key owned by current user