Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.52 KB

AutomationTokenResponse.md

File metadata and controls

24 lines (19 loc) · 1.52 KB

AutomationTokenResponse

Properties

Name Type Description Notes
name Option<String> The name of the token.
role Option<String>
services Option<Vec> (Optional) The service IDs of the services the token will have access to. Separate service IDs with a space. If no services are specified, the token will have access to all services on the account.
scope Option<String> A space-delimited list of authorization scope. [default to Scope_Global]
expires_at Option<String> (optional) A UTC time-stamp of when the token will expire.
created_at Option<String> A UTC time-stamp of when the token was created.
deleted_at Option<String> Date and time in ISO 8601 format. [readonly]
updated_at Option<String> Date and time in ISO 8601 format. [readonly]
id Option<crate::models::ReadOnlyId>
customer_id Option<crate::models::ReadOnlyCustomerId>
ip Option<String> The IP address of the client that last used the token.
user_agent Option<String> The User-Agent header of the client that last used the token.
sudo_expires_at Option<String> [readonly]
last_used_at Option<String> A UTC time-stamp of when the token was last used. [readonly]

[Back to API list] [Back to README]