DataBoxDiskJobSecrets interface

The secrets related to disk job.

Extends

Properties

diskSecrets

Contains the list of secrets object for that device. NOTE: This property will not be serialized. It can only be populated by the server.

isPasskeyUserDefined

Whether passkey was provided by user. NOTE: This property will not be serialized. It can only be populated by the server.

jobSecretsType

Polymorphic discriminator, which specifies the different types this object can be

passKey

PassKey for the disk Job. NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

dcAccessSecurityCode

Dc Access Security Code for Customer Managed Shipping NOTE: This property will not be serialized. It can only be populated by the server.

error

Error while fetching the secrets. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

diskSecrets

Contains the list of secrets object for that device. NOTE: This property will not be serialized. It can only be populated by the server.

diskSecrets?: DiskSecret[]

Property Value

isPasskeyUserDefined

Whether passkey was provided by user. NOTE: This property will not be serialized. It can only be populated by the server.

isPasskeyUserDefined?: boolean

Property Value

boolean

jobSecretsType

Polymorphic discriminator, which specifies the different types this object can be

jobSecretsType: "DataBoxDisk"

Property Value

"DataBoxDisk"

passKey

PassKey for the disk Job. NOTE: This property will not be serialized. It can only be populated by the server.

passKey?: string

Property Value

string

Inherited Property Details

dcAccessSecurityCode

Dc Access Security Code for Customer Managed Shipping NOTE: This property will not be serialized. It can only be populated by the server.

dcAccessSecurityCode?: DcAccessSecurityCode

Property Value

Inherited From JobSecrets.dcAccessSecurityCode

error

Error while fetching the secrets. NOTE: This property will not be serialized. It can only be populated by the server.

error?: CloudError

Property Value

Inherited From JobSecrets.error