DataboxJobSecrets Class

The secrets related to a DataBox job.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.databox.v2018_01_01.models._models_py3.JobSecrets
DataboxJobSecrets

Constructor

DataboxJobSecrets(*, pod_secrets: Optional[List[azure.mgmt.databox.v2018_01_01.models._models_py3.DataBoxSecret]] = None, **kwargs)

Parameters

pod_secrets
list[<xref:azure.mgmt.databox.models.DataBoxSecret>]
Required

Contains the list of secret objects for a job.

Variables

job_secrets_type
str or <xref:azure.mgmt.databox.models.ClassDiscriminator>

Used to indicate what type of job secrets object.Constant filled by server. Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy".