Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.87 KB

AutomationTokenCreateResponse.md

File metadata and controls

26 lines (21 loc) · 1.87 KB

AutomationTokenCreateResponse

Properties

Name Type Description Notes
name str The name of the token. [optional]
role str The role on the token. [optional]
services [str] (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. [optional]
scope str A space-delimited list of authorization scope. [optional] if omitted the server will use the default value of "global"
expires_at str A UTC time-stamp of when the token expires. [optional]
created_at datetime A UTC time-stamp of when the token was created. [optional] [readonly]
deleted_at datetime, none_type Date and time in ISO 8601 format. [optional] [readonly]
updated_at datetime, none_type Date and time in ISO 8601 format. [optional] [readonly]
id ReadOnlyId [optional]
user_id ReadOnlyUserId [optional]
customer_id ReadOnlyCustomerId [optional]
sudo_expires_at datetime [optional] [readonly]
access_token str [optional] [readonly]
last_used_at datetime A UTC time-stamp of when the token was last used. [optional] [readonly]
user_agent str The User-Agent header of the client that last used the token. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]