Module api_key_management

Source

Structs§

GetAPIKeyOptionalParams
GetAPIKeyOptionalParams is a struct for passing parameters to the method KeyManagementAPI::get_api_key
GetApplicationKeyOptionalParams
GetApplicationKeyOptionalParams is a struct for passing parameters to the method KeyManagementAPI::get_application_key
KeyManagementAPI
Manage your Datadog API and application keys. You need an API key and an application key for a user with the required permissions to interact with these endpoints. The full list of API and application keys can be seen on your Datadog API page.
ListAPIKeysOptionalParams
ListAPIKeysOptionalParams is a struct for passing parameters to the method KeyManagementAPI::list_api_keys
ListApplicationKeysOptionalParams
ListApplicationKeysOptionalParams is a struct for passing parameters to the method KeyManagementAPI::list_application_keys
ListCurrentUserApplicationKeysOptionalParams
ListCurrentUserApplicationKeysOptionalParams is a struct for passing parameters to the method KeyManagementAPI::list_current_user_application_keys

Enums§

CreateAPIKeyError
CreateAPIKeyError is a struct for typed errors of method KeyManagementAPI::create_api_key
CreateCurrentUserApplicationKeyError
CreateCurrentUserApplicationKeyError is a struct for typed errors of method KeyManagementAPI::create_current_user_application_key
DeleteAPIKeyError
DeleteAPIKeyError is a struct for typed errors of method KeyManagementAPI::delete_api_key
DeleteApplicationKeyError
DeleteApplicationKeyError is a struct for typed errors of method KeyManagementAPI::delete_application_key
DeleteCurrentUserApplicationKeyError
DeleteCurrentUserApplicationKeyError is a struct for typed errors of method KeyManagementAPI::delete_current_user_application_key
GetAPIKeyError
GetAPIKeyError is a struct for typed errors of method KeyManagementAPI::get_api_key
GetApplicationKeyError
GetApplicationKeyError is a struct for typed errors of method KeyManagementAPI::get_application_key
GetCurrentUserApplicationKeyError
GetCurrentUserApplicationKeyError is a struct for typed errors of method KeyManagementAPI::get_current_user_application_key
ListAPIKeysError
ListAPIKeysError is a struct for typed errors of method KeyManagementAPI::list_api_keys
ListApplicationKeysError
ListApplicationKeysError is a struct for typed errors of method KeyManagementAPI::list_application_keys
ListCurrentUserApplicationKeysError
ListCurrentUserApplicationKeysError is a struct for typed errors of method KeyManagementAPI::list_current_user_application_keys
UpdateAPIKeyError
UpdateAPIKeyError is a struct for typed errors of method KeyManagementAPI::update_api_key
UpdateApplicationKeyError
UpdateApplicationKeyError is a struct for typed errors of method KeyManagementAPI::update_application_key
UpdateCurrentUserApplicationKeyError
UpdateCurrentUserApplicationKeyError is a struct for typed errors of method KeyManagementAPI::update_current_user_application_key