ImportDiskDetailsResponse

data class ImportDiskDetailsResponse(val backupManifestCloudPath: String, val bitLockerKey: String, val manifestFile: String, val manifestHash: String)

Import disk details

Constructors

Link copied to clipboard
constructor(backupManifestCloudPath: String, bitLockerKey: String, manifestFile: String, manifestHash: String)

Types

Link copied to clipboard
object Companion

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.