KeyVaultProperties interface
Settings concerning key vault encryption for a configuration store.
Properties
key |
The name of key used to encrypt data. |
keyvault |
The URI of the key vault key used to encrypt data. |
key |
The key version of the key used to encrypt data. |
Property Details
keyName
The name of key used to encrypt data.
keyName?: string
Property Value
string
keyvaultUri
The URI of the key vault key used to encrypt data.
keyvaultUri?: string
Property Value
string
keyVersion
The key version of the key used to encrypt data.
keyVersion?: string
Property Value
string