EncryptionKeyVaultProperties interface
An Encryption Key
Properties
| auto |
The auto-detected version of the key if versionType is auto-detected. |
| key |
The name of the key. |
| key |
The state of key provided |
| key |
The URL of the vault. |
| key |
The version of the key. |
| version |
Property of the key if user provided or auto detected |
Property Details
autoDetectedKeyVersion
The auto-detected version of the key if versionType is auto-detected.
autoDetectedKeyVersion?: string
Property Value
string
keyName
The name of the key.
keyName?: string
Property Value
string
keyState
The state of key provided
keyState?: string
Property Value
string
keyVaultUrl
The URL of the vault.
keyVaultUrl?: string
Property Value
string
keyVersion
The version of the key.
keyVersion?: string
Property Value
string
versionType
Property of the key if user provided or auto detected
versionType?: string
Property Value
string