DataBoxDiskJobSecrets interface
The secrets related to disk job.
- Extends
Properties
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. |
is |
Whether passkey was provided by user. 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 |
pass |
PassKey for the disk Job. NOTE: This property will not be serialized. It can only be populated by the server. |
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
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