SecretObject interface
Describes the properties of a secret object value.
Properties
type | The type of the secret object which determines how the value of the secret object has to be interpreted. |
value | The value of the secret. The format of this value will be determined based on the type of the secret object. If the type is Opaque, the value will be used as is without any modification. |
Property Details
type
The type of the secret object which determines how the value of the secret object has to be interpreted.
type?: string
Property Value
string
value
The value of the secret. The format of this value will be determined based on the type of the secret object. If the type is Opaque, the value will be used as is without any modification.
value?: string
Property Value
string