Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 692 Bytes

File metadata and controls

15 lines (11 loc) · 692 Bytes

Fastly::AutomationTokenCreateRequestAttributes

Properties

Name Type Description Notes
name String name of the token [optional]
role String [optional]
services Array<String> List of service ids to limit the token [optional]
scope String [optional][default to 'global']
expires_at Time A UTC timestamp of when the token will expire. [optional]
tls_access Boolean Indicates whether TLS access is enabled for the token. [optional]

[Back to API list] [Back to README]