WebService::Fastly::Object::AutomationToken

Load the model package

use WebService::Fastly::Object::AutomationToken;

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 timestamp of when the token expires. | [optional]

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