GetImportJobResult

data class GetImportJobResult(val attestation: KeyOperationAttestationResponse, val createTime: String, val expireEventTime: String, val expireTime: String, val generateTime: String, val importMethod: String, val name: String, val protectionLevel: String, val publicKey: WrappingPublicKeyResponse, val state: String)

Constructors

Link copied to clipboard
fun GetImportJobResult(attestation: KeyOperationAttestationResponse, createTime: String, expireEventTime: String, expireTime: String, generateTime: String, importMethod: String, name: String, protectionLevel: String, publicKey: WrappingPublicKeyResponse, state: String)

Types

Link copied to clipboard
object Companion

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

The time at which this ImportJob was created.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The time this ImportJob's key material was generated.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

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