SecretStore interface
An option to store secret value in secure place
Properties
| key |
The key vault id to store secret |
| key |
The key vault secret name to store secret, only valid when storing one secret |
Property Details
keyVaultId
The key vault id to store secret
keyVaultId?: string
Property Value
string
keyVaultSecretName
The key vault secret name to store secret, only valid when storing one secret
keyVaultSecretName?: string
Property Value
string