Name | Type | Description | Notes |
---|---|---|---|
name | str | Name of the secret. | [optional] |
digest | str | 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, none_type | Date and time in ISO 8601 format. | [optional] [readonly] |
recreated | bool, none_type | True if the secret replaced a secret with the same name. | [optional] |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |