use WebService::Fastly::Object::TokenCreatedResponse;
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']
created_at | string | Time-stamp (UTC) of when the token was created. | [optional]
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]
last_used_at | string | Time-stamp (UTC) of when the token was last used. | [optional] [readonly]
expires_at | string | Time-stamp (UTC) of when the token will expire (optional). | [optional]
ip | string | IP Address of the client that last used the token. | [optional]
user_agent | string | User-Agent header of the client that last used the token. | [optional]
access_token | string | The alphanumeric string for accessing the API (only available on token creation). | [optional]