Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 623 Bytes

SecretResponse.md

File metadata and controls

13 lines (9 loc) · 623 Bytes

Fastly::SecretResponse

Properties

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

[Back to API list] [Back to README]