DataBoxDiskJobSecrets interface

The secrets related to disk job.

Extends

Properties

diskSecrets

Contains the list of secrets object for that device.

isPasskeyUserDefined

Whether passkey was provided by user.

jobSecretsType

Used to indicate what type of job secrets object.

passKey

PassKey for the disk Job.

Inherited Properties

dcAccessSecurityCode

Dc Access Security Code for Customer Managed Shipping

error

Error while fetching the secrets.

Property Details

diskSecrets

Contains the list of secrets object for that device.

diskSecrets?: DiskSecret[]

Property Value

isPasskeyUserDefined

Whether passkey was provided by user.

isPasskeyUserDefined?: boolean

Property Value

boolean

jobSecretsType

Used to indicate what type of job secrets object.

jobSecretsType: "DataBoxDisk"

Property Value

"DataBoxDisk"

passKey

PassKey for the disk Job.

passKey?: string

Property Value

string

Inherited Property Details

dcAccessSecurityCode

Dc Access Security Code for Customer Managed Shipping

dcAccessSecurityCode?: DcAccessSecurityCode

Property Value

Inherited From JobSecrets.dcAccessSecurityCode

error

Error while fetching the secrets.

error?: CloudError

Property Value

Inherited From JobSecrets.error