DataboxJobSecrets Class
The secrets related to a databox job.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.databox.v2019_09_01.models._models_py3.JobSecretsDataboxJobSecrets
Constructor
DataboxJobSecrets(*, dc_access_security_code: Optional[azure.mgmt.databox.v2019_09_01.models._models_py3.DcAccessSecurityCode] = None, pod_secrets: Optional[List[azure.mgmt.databox.v2019_09_01.models._models_py3.DataBoxSecret]] = None, **kwargs)
Parameters
- job_secrets_type
- str or <xref:azure.mgmt.databox.models.ClassDiscriminator>
Required
Required. Used to indicate what type of job secrets object.Constant filled by server. Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy".
- dc_access_security_code
- <xref:azure.mgmt.databox.models.DcAccessSecurityCode>
Required
Dc Access Security Code for Customer Managed Shipping.
- pod_secrets
- list[<xref:azure.mgmt.databox.models.DataBoxSecret>]
Required
Contains the list of secret objects for a job.
Feedback
Submit and view feedback for