KeyVaultProperties interface
Properties of the key vault.
Properties
key |
The name of the key vault key. |
key |
The Uri of the key vault. |
key |
The version of the key vault key. |
user |
The user assigned identity (ARM resource id) that has access to the key. |
Property Details
keyName
The name of the key vault key.
keyName?: string
Property Value
string
keyVaultUri
The Uri of the key vault.
keyVaultUri?: string
Property Value
string
keyVersion
The version of the key vault key.
keyVersion?: string
Property Value
string
userIdentity
The user assigned identity (ARM resource id) that has access to the key.
userIdentity?: string
Property Value
string