EncryptionDetails Class
Details needed if the VM was encrypted at the time of backup.
Constructor
EncryptionDetails()
Variables
| Name | Description |
|---|---|
|
encryptionEnabled
|
Identifies whether this backup copy represents an encrypted VM at the time of backup. |
|
kekUrl
|
Key Url. |
|
secretKeyUrl
|
Secret Url. |
|
kekVaultId
|
ID of Key Vault where KEK is stored. |
|
secretKeyVaultId
|
ID of Key Vault where Secret is stored. |
Attributes
encryptionEnabled
Identifies whether this backup copy represents an encrypted VM at the time of backup.
encryptionEnabled: bool
kekUrl
Key Url.
kekUrl: str
kekVaultId
ID of Key Vault where KEK is stored.
kekVaultId: str
secretKeyUrl
Secret Url.
secretKeyUrl: str
secretKeyVaultId
ID of Key Vault where Secret is stored.
secretKeyVaultId: str