WebService::Fastly::Object::Token

Load the model package

use WebService::Fastly::Object::Token;

Properties

Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- services | ARRAY[string] | List of alphanumeric strings identifying services (optional). If no services are specified, the token will have access to all services on the account. | [optional] [readonly] name | string | Name of the token. | [optional] scope | string | Space-delimited list of authorization scope. | [optional] [default to 'global']

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