Class CreateImportJobRequest (2.21.2)

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 google.cloud.kms_v1.types.ImportJob
Required. An ImportJob with initial field values.