KMS Inventory V1 API - Module Google::Cloud::Kms::V1::ImportJob::ImportJobState (v0.4.0)

Reference documentation and code samples for the KMS Inventory V1 API module Google::Cloud::Kms::V1::ImportJob::ImportJobState.

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

Constants

IMPORT_JOB_STATE_UNSPECIFIED

value: 0
Not specified.

PENDING_GENERATION

value: 1
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

value: 2
This job may be used in [CreateCryptoKey][google.cloud.kms.v1.KeyManagementService.CreateCryptoKey] and [CreateCryptoKeyVersion][google.cloud.kms.v1.KeyManagementService.CreateCryptoKeyVersion] requests.

EXPIRED

value: 3
This job can no longer be used and may not leave this state once entered.