The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

WebService::Fastly::Object::AutomationTokenCreateResponse

Load the model package

Properties

Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- name | string | The name of the token. | [optional] role | string | The role on the token. | [optional] services | ARRAY[string] | (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 | string | A space-delimited list of authorization scope. | [optional] [default to 'global'] expires_at | string | 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 | Date and time in ISO 8601 format. | [optional] [readonly] updated_at | DateTime | Date and time in ISO 8601 format. | [optional] [readonly] id | string | | [optional] [readonly] user_id | string | | [optional] [readonly] customer_id | string | | [optional] [readonly] sudo_expires_at | DateTime | | [optional] [readonly] access_token | string | | [optional] [readonly] last_used_at | DateTime | A UTC time-stamp of when the token was last used. | [optional] [readonly] user_agent | string | The User-Agent header of the client that last used the token. | [optional]

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