Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 628 Bytes

SecretResponse.md

File metadata and controls

13 lines (9 loc) · 628 Bytes

# 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 \DateTime Date and time in ISO 8601 format. [optional] [readonly]
recreated bool True if the secret replaced a secret with the same name. [optional]

[Back to API list] [Back to README]