class documentation

Key state

Constant __PB2_DESCRIPTOR__ Undocumented
Constant ACTIVE Key is active, ready for use
Constant KEY_STATE_UNSPECIFIED Undocumented
Constant SCHEDULED_FOR_DELETION Key is scheduled for deletion.

Inherited from Enum:

Class Method get_descriptor Return the protobuf EnumDescriptor for this enum.
__PB2_DESCRIPTOR__ = (source)

Undocumented

Value
descriptor.DescriptorWrap[descriptor_1.EnumDescriptor]('.nebius.kms.v1.KeyState'
,
                                                       key_state_pb2.DESCRIPTOR,
                                                       descriptor_1.EnumDescriptor
)

Key is active, ready for use

Value
1
KEY_STATE_UNSPECIFIED: int = (source)

Undocumented

Value
0
SCHEDULED_FOR_DELETION: int = (source)

Key is scheduled for deletion.

Value
2