CustomerDiskJobSecrets interface
The secrets related to customer disk job.
- Extends
Properties
carrier |
Carrier Account Number of the customer NOTE: This property will not be serialized. It can only be populated by the server. |
disk |
Contains the list of secrets object for that device. NOTE: This property will not be serialized. It can only be populated by the server. |
job |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
dc |
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
carrierAccountNumber
Carrier Account Number of the customer NOTE: This property will not be serialized. It can only be populated by the server.
carrierAccountNumber?: string
Property Value
string
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
jobSecretsType
Polymorphic discriminator, which specifies the different types this object can be
jobSecretsType: "DataBoxCustomerDisk"
Property Value
"DataBoxCustomerDisk"
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