Skip to main content

GoogleCloudKMSKeyVersionState

No description

enum GoogleCloudKMSKeyVersionState {
CRYPTO_KEY_VERSION_STATE_UNSPECIFIED
PENDING_GENERATION
ENABLED
DISABLED
DESTROYED
DESTROY_SCHEDULED
PENDING_IMPORT
IMPORT_FAILED
}

Values

GoogleCloudKMSKeyVersionState.CRYPTO_KEY_VERSION_STATE_UNSPECIFIED

Not specified

GoogleCloudKMSKeyVersionState.PENDING_GENERATION

This version is still being generated

GoogleCloudKMSKeyVersionState.ENABLED

This version may be used for cryptographic operations

GoogleCloudKMSKeyVersionState.DISABLED

This version may not be used

GoogleCloudKMSKeyVersionState.DESTROYED

This version is destroyed

GoogleCloudKMSKeyVersionState.DESTROY_SCHEDULED

This version is scheduled for destruction

GoogleCloudKMSKeyVersionState.PENDING_IMPORT

This version is still being imported

GoogleCloudKMSKeyVersionState.IMPORT_FAILED

This version was not imported successfully

Member of

GoogleCloudKMSKeyVersionDefault object ● GoogleCloudKMSKeyVersionStateDestroyed object ● GoogleCloudKMSKeyVersionStateDestroyScheduled object ● GoogleCloudKMSKeyVersionStateImportFailed object