GoogleKMSKeyVersionState
No description
enum GoogleKMSKeyVersionState {
CRYPTO_KEY_VERSION_STATE_UNSPECIFIED
PENDING_GENERATION
ENABLED
DISABLED
DESTROYED
DESTROY_SCHEDULED
PENDING_IMPORT
IMPORT_FAILED
}
Values
GoogleKMSKeyVersionState.CRYPTO_KEY_VERSION_STATE_UNSPECIFIED
Not specified
GoogleKMSKeyVersionState.PENDING_GENERATION
This version is still being generated
GoogleKMSKeyVersionState.ENABLED
This version may be used for cryptographic operations
GoogleKMSKeyVersionState.DISABLED
This version may not be used
GoogleKMSKeyVersionState.DESTROYED
This version is destroyed
GoogleKMSKeyVersionState.DESTROY_SCHEDULED
This version is scheduled for destruction
GoogleKMSKeyVersionState.PENDING_IMPORT
This version is still being imported
GoogleKMSKeyVersionState.IMPORT_FAILED
This version was not imported successfully
Member of
GoogleKMSKeyVersionDefault
object ● GoogleKMSKeyVersionStateDestroyed
object ● GoogleKMSKeyVersionStateDestroyScheduled
object ● GoogleKMSKeyVersionStateImportFailed
object