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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[],[]]