fastly-api 1.3.0

Fastly API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Token

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**services** | Option<**Vec<String>**> | List of alphanumeric strings identifying services (optional). If no services are specified, the token will have access to all services on the account.  | [readonly]
**name** | Option<**String**> | Name of the token. | 
**scope** | Option<**String**> | Space-delimited list of authorization scope. | [default to Scope_Global]

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