Class CreateImportJobRequest (2.0.1)

CreateImportJobRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for KeyManagementService.CreateImportJob.

Attributes

NameDescription
parent str
Required. The name of the KeyRing associated with the ImportJobs.
import_job_id str
Required. It must be unique within a KeyRing and match the regular expression [a-zA-Z0-9_-]{1,63}
import_job .resources.ImportJob
Required. An ImportJob with initial field values.