Enum ImportJob.Types.ImportJobState (2.9.0)

public enum ImportJobState

The state of the [ImportJob][google.cloud.kms.v1.ImportJob], indicating if it can be used.

Namespace

Google.Cloud.Kms.V1

Assembly

Google.Cloud.Kms.V1.dll

Fields

NameDescription
Active

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

Expired

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

PendingGeneration

The wrapping key for this job is still being generated. It may not be used. Cloud KMS will automatically mark this job as [ACTIVE][google.cloud.kms.v1.ImportJob.ImportJobState.ACTIVE] as soon as the wrapping key is generated.

Unspecified

Not specified.