Class ImportJobState (2.22.0)

ImportJobState(value)

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

Enums

Name Description
IMPORT_JOB_STATE_UNSPECIFIED Not specified.
PENDING_GENERATION The wrapping key for this job is still being generated. It may not be used. Cloud KMS will automatically mark this job as ACTIVE as soon as the wrapping key is generated.
ACTIVE This job may be used in CreateCryptoKey and CreateCryptoKeyVersion requests.
EXPIRED This job can no longer be used and may not leave this state once entered.