get_current_user_application_key | SELECT | app_key_id, dd_site | Get an application key owned by current user |
list_current_user_application_keys | SELECT | dd_site | List all application keys available for current user |
create_current_user_application_key | INSERT | data__data, dd_site | Create an application key for current user |
delete_current_user_application_key | DELETE | app_key_id, dd_site | Delete an application key owned by current user |
_get_current_user_application_key | EXEC | app_key_id, dd_site | Get an application key owned by current user |
_list_current_user_application_keys | EXEC | dd_site | List all application keys available for current user |
update_current_user_application_key | EXEC | app_key_id, data__data, dd_site | Edit an application key owned by current user |