Type Alias: SecretSpec ​
SecretSpec:
object
Type declaration ​
Name | Type | Description |
---|---|---|
Data ? | string | Base64-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 ? | Driver | Name of the secrets driver used to fetch the secret's value from an external secret store. |
Labels ? | object | User-defined key/value metadata. |
Name ? | string | User-defined name of the secret. |
Templating ? | Driver | Templating 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. |