get_service_account_application_key | SELECT | app_key_id, service_account_id, dd_site | Get an application key owned by this service account. |
list_service_account_application_keys | SELECT | service_account_id, dd_site | List all application keys available for this service account. |
create_service_account_application_key | INSERT | service_account_id, data__data, dd_site | Create an application key for this service account. |
delete_service_account_application_key | DELETE | app_key_id, service_account_id, dd_site | Delete an application key owned by this service account. |
_get_service_account_application_key | EXEC | app_key_id, service_account_id, dd_site | Get an application key owned by this service account. |
_list_service_account_application_keys | EXEC | service_account_id, dd_site | List all application keys available for this service account. |
update_service_account_application_key | EXEC | app_key_id, service_account_id, data__data, dd_site | Edit an application key owned by this service account. |