fastly-api 1.3.0

Fastly API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# AutomationTokenCreateRequestAttributes

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | Option<**String**> | name of the token | 
**role** | Option<**String**> |  | 
**services** | Option<**Vec<String>**> | List of service ids to limit the token | 
**scope** | Option<**String**> |  | [default to Scope_Global]
**expires_at** | Option<**String**> | A UTC time-stamp of when the token will expire. | 
**tls_access** | Option<**bool**> | Indicates whether TLS access is enabled for the token. | 

[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)