Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 626 Bytes

SecretResponse.md

File metadata and controls

14 lines (9 loc) · 626 Bytes

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] [Back to README]