Class GetImportJobRequest (3.15.0)

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

Request message for KeyManagementService.GetImportJob.

Attributes

Name Description
name str
Required. The name of the ImportJob to get.
public_key_format google.cloud.kms_v1.types.PublicKey.PublicKeyFormat
Optional. Specifies the [WrappingPublicKey][] format. If not specified: - For RSA-based import methods, the wrapping key will be returned in PEM format - For pure ML-KEM-based import methods, the wrapping key will be returned in the raw bytes format specified in FIPS-203 - For X-Wing-based import methods, the wrapping key will be returned in the raw bytes format specified in https://datatracker.ietf.org/doc/draft-connolly-cfrg-xwing-kem.