EncryptionDetails interface
如果 VM 在備份時已加密,則需要的詳細資料。
屬性
encryption |
識別此備份複本是否代表備份時加密的 VM。 |
kek |
金鑰 URL。 |
kek |
儲存 KEK 之金鑰保存庫識別碼。 |
secret |
秘密 URL。 |
secret |
儲存秘密的金鑰保存庫識別碼。 |
屬性詳細資料
encryptionEnabled
識別此備份複本是否代表備份時加密的 VM。
encryptionEnabled?: boolean
屬性值
boolean
kekUrl
金鑰 URL。
kekUrl?: string
屬性值
string
kekVaultId
儲存 KEK 之金鑰保存庫識別碼。
kekVaultId?: string
屬性值
string
secretKeyUrl
秘密 URL。
secretKeyUrl?: string
屬性值
string
secretKeyVaultId
儲存秘密的金鑰保存庫識別碼。
secretKeyVaultId?: string
屬性值
string