state property

String? state
getter/setter pair

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

Output only. Possible string values are:

  • "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.

Implementation

core.String? state;