KeyVaultProperties interface
Settings concerning key vault encryption for a configuration store.
Properties
identity |
The client id of the identity which will be used to access key vault. |
key |
The URI of the key vault key used to encrypt data. |
Property Details
identityClientId
The client id of the identity which will be used to access key vault.
identityClientId?: string
Property Value
string
keyIdentifier
The URI of the key vault key used to encrypt data.
keyIdentifier?: string
Property Value
string