fastly-api 13.1.0

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**access_key** | Option<**String**> | Generated access key. | 
**secret_key** | Option<**String**> | Generated secret key. | 
**description** | Option<**String**> | Description for the access key. | 
**permission** | Option<**String**> | Permissions granted to an access key. | 
**buckets** | Option<**Vec<String>**> |  | 
**created_at** | Option<**String**> | Date and time in ISO 8601 format. | [readonly]

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