class documentation

class ObjectAuditLogging(pb_enum.Enum): (source)

View In Hierarchy

Undocumented

Constant __PB2_DESCRIPTOR__ Undocumented
Constant ALL Logging enabled for all requests.
Constant MUTATE_ONLY Logging enabled only for mutating requests.
Constant NONE Logging is disabled.
Constant OBJECT_AUDIT_LOGGING_UNSPECIFIED Undocumented

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.storage.v1.Bucke
tSpec.ObjectAuditLogging',
                                                       bucket_pb2.DESCRIPTOR,
                                                       descriptor_1.EnumDescriptor
)

Logging enabled for all requests.

Value
3
MUTATE_ONLY: int = (source)

Logging enabled only for mutating requests.

Value
2

Logging is disabled.

Value
1
OBJECT_AUDIT_LOGGING_UNSPECIFIED: int = (source)

Undocumented

Value
0