DiskSecretResponse

data class DiskSecretResponse(val bitLockerKey: String, val diskSerialNumber: String)

Contains all the secrets of a Disk.

Constructors

Link copied to clipboard
constructor(bitLockerKey: String, diskSerialNumber: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Bit Locker key of the disk which can be used to unlock the disk to copy data.

Link copied to clipboard

Serial number of the assigned disk.