fastly-api 13.1.0

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | Option<**String**> | Name of the secret. | 
**digest** | Option<**String**> | An opaque identifier of the plaintext secret value. This can be used to determine if a secret value has changed. | [readonly]
**created_at** | Option<**String**> | Date and time in ISO 8601 format. | [readonly]
**recreated** | Option<**bool**> | True if the secret replaced a secret with the same name. | 

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