Import Disk Details Response
data class ImportDiskDetailsResponse(val backupManifestCloudPath: String, val bitLockerKey: String, val manifestFile: String, val manifestHash: String)
Import disk details
Properties
Link copied to clipboard
Path to backed up manifest, only returned if enableManifestBackup is true.
Link copied to clipboard
BitLocker key used to encrypt the disk.
Link copied to clipboard
The relative path of the manifest file on the disk.
Link copied to clipboard
The Base16-encoded MD5 hash of the manifest file on the disk.