Skip to content

dsdk / v1.47 / SecretSpec

Type Alias: SecretSpec ​

SecretSpec: object

Type declaration ​

NameTypeDescription
Data?stringBase64-url-safe-encoded (RFC 4648) data to store as secret. This field is only used to create a secret, and is not returned by other endpoints.
Driver?DriverName of the secrets driver used to fetch the secret's value from an external secret store.
Labels?objectUser-defined key/value metadata.
Name?stringUser-defined name of the secret.
Templating?DriverTemplating driver, if applicable Templating controls whether and how to evaluate the config payload as a template. If no driver is set, no templating is used.