Module automation_tokens_api

Source

Structs§

CreateAutomationTokenParams
struct for passing parameters to the method create_automation_token
GetAutomationTokenIdParams
struct for passing parameters to the method get_automation_token_id
GetAutomationTokensIdServicesParams
struct for passing parameters to the method get_automation_tokens_id_services
ListAutomationTokensParams
struct for passing parameters to the method list_automation_tokens
RevokeAutomationTokenIdParams
struct for passing parameters to the method revoke_automation_token_id

Enums§

CreateAutomationTokenError
struct for typed errors of method create_automation_token
GetAutomationTokenIdError
struct for typed errors of method get_automation_token_id
GetAutomationTokensIdServicesError
struct for typed errors of method get_automation_tokens_id_services
ListAutomationTokensError
struct for typed errors of method list_automation_tokens
RevokeAutomationTokenIdError
struct for typed errors of method revoke_automation_token_id

Functions§

create_automation_token
Creates a new automation token.
get_automation_token_id
Retrieves an automation token by ID.
get_automation_tokens_id_services
List of services associated with the automation token.
list_automation_tokens
Lists all automation tokens for a customer.
revoke_automation_token_id
Revoke an automation token by ID.