CustomerDiskJobSecrets interface
The secrets related to customer disk job.
- Extends
Properties
| carrier |
Carrier Account Number of the customer |
| disk |
Contains the list of secrets object for that device. |
| job |
Used to indicate what type of job secrets object. |
Inherited Properties
| dc |
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