EncryptionDetails interface
Details needed if the VM was encrypted at the time of backup.
Properties
encryption |
Identifies whether this backup copy represents an encrypted VM at the time of backup. |
kek |
Key Url. |
kek |
ID of Key Vault where KEK is stored. |
secret |
Secret Url. |
secret |
ID of Key Vault where Secret is stored. |
Property Details
encryptionEnabled
Identifies whether this backup copy represents an encrypted VM at the time of backup.
encryptionEnabled?: boolean
Property Value
boolean
kekUrl
Key Url.
kekUrl?: string
Property Value
string
kekVaultId
ID of Key Vault where KEK is stored.
kekVaultId?: string
Property Value
string
secretKeyUrl
Secret Url.
secretKeyUrl?: string
Property Value
string
secretKeyVaultId
ID of Key Vault where Secret is stored.
secretKeyVaultId?: string
Property Value
string