| 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] |
| id | ReadOnlyId | [optional] | |
| user_id | ReadOnlyUserId | [optional] | |
| customer_id | ReadOnlyCustomerId | [optional] | |
| created_at | Time | A UTC timestamp of when the token was created. | [optional][readonly] |
| access_token | String | [optional][readonly] | |
| tls_access | Boolean | Indicates whether TLS access is enabled for the token. | [optional] |
| last_used_at | Time | A UTC timestamp of when the token was last used. | [optional][readonly] |
| user_agent | String | The User-Agent header of the client that last used the token. | [optional] |