Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/)
# NOTE: This class is auto generated. Do not edit the class manually.
#
=begin comment
Fastly API
Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/)
description=> '(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. ',
format=> '',
read_only=> 'false',
},
'scope'=> {
datatype=> 'string',
base_name=> 'scope',
description=> 'A space-delimited list of authorization scope.',
format=> '',
read_only=> 'false',
},
'expires_at'=> {
datatype=> 'string',
base_name=> 'expires_at',
description=> '(optional) A UTC time-stamp of when the token will expire.',
format=> '',
read_only=> 'false',
},
'created_at'=> {
datatype=> 'string',
base_name=> 'created_at',
description=> 'A UTC time-stamp of when the token was created.',
format=> '',
read_only=> 'false',
},
'deleted_at'=> {
datatype=> 'DateTime',
base_name=> 'deleted_at',
description=> 'Date and time in ISO 8601 format.',
format=> 'date-time',
read_only=> 'true',
},
'updated_at'=> {
datatype=> 'DateTime',
base_name=> 'updated_at',
description=> 'Date and time in ISO 8601 format.',
format=> 'date-time',
read_only=> 'true',
},
'id'=> {
datatype=> 'ReadOnlyId',
base_name=> 'id',
description=> '',
format=> '',
read_only=> 'false',
},
'customer_id'=> {
datatype=> 'ReadOnlyCustomerId',
base_name=> 'customer_id',
description=> '',
format=> '',
read_only=> 'false',
},
'ip'=> {
datatype=> 'string',
base_name=> 'ip',
description=> 'The IP address of the client that last used the token.',
format=> '',
read_only=> 'false',
},
'user_agent'=> {
datatype=> 'string',
base_name=> 'user_agent',
description=> 'The User-Agent header of the client that last used the token.',
format=> '',
read_only=> 'false',
},
'sudo_expires_at'=> {
datatype=> 'string',
base_name=> 'sudo_expires_at',
description=> '',
format=> '',
read_only=> 'true',
},
'last_used_at'=> {
datatype=> 'DateTime',
base_name=> 'last_used_at',
description=> 'A UTC time-stamp of when the token was last used.',