GenericSecret
A Secret defines a set of sensitive data that can be used for authentication or other purposes. This class defines a generic secret.
Examples
Python
YAML
Fields
name
(string, required) - The name of the secret.secret_string
(string) - The secret string.comment
(string) - A comment for the secret.owner
(string or Role) - The owner of the secret. Defaults to SYSADMIN.
Last updated