use WebService::Fastly::Object::AutomationTokenCreateRequestAttributes;
Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
name | string | name of the token | [optional]
role | string | | [optional]
services | ARRAY[string] | List of service ids to limit the token | [optional]
scope | string | | [optional] [default to 'global']
expires_at | DateTime | A UTC timestamp of when the token will expire. | [optional]
tls_access | boolean | Indicates whether TLS access is enabled for the token. | [optional]