DataBoxDiskJobSecretsResponse

data class DataBoxDiskJobSecretsResponse(val dcAccessSecurityCode: DcAccessSecurityCodeResponse, val diskSecrets: List<DiskSecretResponse>, val error: CloudErrorResponse, val isPasskeyUserDefined: Boolean, val jobSecretsType: String, val passKey: String)

The secrets related to disk job.

Constructors

Link copied to clipboard
constructor(dcAccessSecurityCode: DcAccessSecurityCodeResponse, diskSecrets: List<DiskSecretResponse>, error: CloudErrorResponse, isPasskeyUserDefined: Boolean, jobSecretsType: String, passKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Dc Access Security Code for Customer Managed Shipping

Link copied to clipboard

Contains the list of secrets object for that device.

Link copied to clipboard

Error while fetching the secrets.

Link copied to clipboard

Whether passkey was provided by user.

Link copied to clipboard

Used to indicate what type of job secrets object. Expected value is 'DataBoxDisk'.

Link copied to clipboard

PassKey for the disk Job.