DataboxJobSecrets interface
The secrets related to a databox job.
- Extends
Properties
job |
Polymorphic discriminator, which specifies the different types this object can be |
pod |
Contains the list of secret objects for a job. |
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
jobSecretsType
Polymorphic discriminator, which specifies the different types this object can be
jobSecretsType: "DataBox"
Property Value
"DataBox"
podSecrets
Contains the list of secret objects for a job.
podSecrets?: DataBoxSecret[]
Property Value
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