ImportJob

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

Link copied to clipboard

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.

Link copied to clipboard
val createTime: Output<String>

The time at which this ImportJob was created.

Link copied to clipboard
val expireEventTime: Output<String>

The time this ImportJob expired. Only present if state is EXPIRED.

Link copied to clipboard
val expireTime: Output<String>

The time at which this ImportJob is scheduled for expiration and can no longer be used to import key material.

Link copied to clipboard
val generateTime: Output<String>

The time this ImportJob's key material was generated.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val importJobId: Output<String>

Required. It must be unique within a KeyRing and match the regular expression [a-zA-Z0-9_-]{1,63}

Link copied to clipboard
val importMethod: Output<String>

Immutable. The wrapping method to be used for incoming key material.

Link copied to clipboard
val keyRingId: Output<String>
Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

The resource name for this ImportJob in the format projects/*/locations/*/keyRings/*/importJobs/*. ////

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val protectionLevel: Output<String>

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.

Link copied to clipboard

The public key with which to wrap key material prior to import. Only returned if state is ACTIVE.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val state: Output<String>

The current state of the ImportJob, indicating if it can be used.

Link copied to clipboard
val urn: Output<String>