ValueSecretInfo interface
The secret info when type is rawValue. It's for scenarios that user input the secret.
- Extends
Properties
secret |
Polymorphic discriminator, which specifies the different types this object can be |
value | The actual value of the secret. |
Property Details
secretType
Polymorphic discriminator, which specifies the different types this object can be
secretType: "rawValue"
Property Value
"rawValue"
value
The actual value of the secret.
value?: string
Property Value
string