public enum ImportJob.Types.ImportJobState
Reference documentation and code samples for the Google Cloud Key Management Service v1 API enum ImportJob.Types.ImportJobState.
The state of the [ImportJob][google.cloud.kms.v1.ImportJob], indicating if it can be used.
Namespace
Google.Cloud.Kms.V1Assembly
Google.Cloud.Kms.V1.dll
Fields |
|
---|---|
Name | Description |
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. |