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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript