Import Job
Create a new ImportJob within a KeyRing. ImportJob.import_method is required. Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.
Properties
Statement that was generated and signed by the key creator (for example, an HSM) at key creation time. Use this statement to verify attributes of the key as stored on the HSM, independently of Google. Only present if the chosen ImportMethod is one with a protection level of HSM.
The time at which this ImportJob was created.
The time this ImportJob expired. Only present if state is EXPIRED.
The time at which this ImportJob is scheduled for expiration and can no longer be used to import key material.
The time this ImportJob's key material was generated.
Required. It must be unique within a KeyRing and match the regular expression [a-zA-Z0-9_-]{1,63}
Immutable. The wrapping method to be used for incoming key material.
Immutable. The protection level of the ImportJob. This must match the protection_level of the version_template on the CryptoKey you attempt to import into.
The public key with which to wrap key material prior to import. Only returned if state is ACTIVE.