# SecretResponse
## Properties
**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)