Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.39 KB

TokenResponse.md

File metadata and controls

21 lines (17 loc) · 1.39 KB

# TokenResponse

Properties

Name Type Description Notes
services 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] [one of: 'global', 'purge_select', 'purge_all', 'global:read'] [defaults 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]

[Back to API list] [Back to README]