CustomerDiskJobSecrets interface

The secrets related to customer disk job.

Extends

Properties

carrierAccountNumber

Carrier Account Number of the customer

diskSecrets

Contains the list of secrets object for that device.

jobSecretsType

Used to indicate what type of job secrets object.

Inherited Properties

dcAccessSecurityCode

Dc Access Security Code for Customer Managed Shipping

error

Error while fetching the secrets.

Property Details

carrierAccountNumber

Carrier Account Number of the customer

carrierAccountNumber?: string

Property Value

string

diskSecrets

Contains the list of secrets object for that device.

diskSecrets?: DiskSecret[]

Property Value

jobSecretsType

Used to indicate what type of job secrets object.

jobSecretsType: "DataBoxCustomerDisk"

Property Value

"DataBoxCustomerDisk"

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