DataBoxDiskJobSecrets interface
The secrets related to disk job.
- Extends
Properties
| disk |
Contains the list of secrets object for that device. |
| is |
Whether passkey was provided by user. |
| job |
Used to indicate what type of job secrets object. |
| pass |
PassKey for the disk Job. |
Inherited Properties
| dc |
Dc Access Security Code for Customer Managed Shipping |
| error | Error while fetching the secrets. |
Property Details
diskSecrets
Contains the list of secrets object for that device.
diskSecrets?: DiskSecret[]
Property Value
isPasskeyUserDefined
Whether passkey was provided by user.
isPasskeyUserDefined?: boolean
Property Value
boolean
jobSecretsType
Used to indicate what type of job secrets object.
jobSecretsType: "DataBoxDisk"
Property Value
"DataBoxDisk"
passKey
PassKey for the disk Job.
passKey?: string
Property Value
string
Inherited Property Details
dcAccessSecurityCode
Dc Access Security Code for Customer Managed Shipping
dcAccessSecurityCode?: DcAccessSecurityCode
Property Value
Inherited From JobSecrets.dcAccessSecurityCode