@nebius/js-sdk - v0.2.54
    Preparing search index...

    Interface BucketSpec_ObjectAuditLoggingValueMembers

    Defines the static values of BucketSpec_ObjectAuditLogging.

    interface BucketSpec_ObjectAuditLoggingValueMembers {
        ALL: EnumInstance<
            | "NONE"
            | "UNRECOGNIZED"
            | "OBJECT_AUDIT_LOGGING_UNSPECIFIED"
            | "MUTATE_ONLY"
            | "ALL",
        >;
        MUTATE_ONLY: EnumInstance<
            | "NONE"
            | "UNRECOGNIZED"
            | "OBJECT_AUDIT_LOGGING_UNSPECIFIED"
            | "MUTATE_ONLY"
            | "ALL",
        >;
        NONE: EnumInstance<
            | "NONE"
            | "UNRECOGNIZED"
            | "OBJECT_AUDIT_LOGGING_UNSPECIFIED"
            | "MUTATE_ONLY"
            | "ALL",
        >;
        OBJECT_AUDIT_LOGGING_UNSPECIFIED: EnumInstance<
            | "NONE"
            | "UNRECOGNIZED"
            | "OBJECT_AUDIT_LOGGING_UNSPECIFIED"
            | "MUTATE_ONLY"
            | "ALL",
        >;
    }
    Index
    ALL: EnumInstance<
        | "NONE"
        | "UNRECOGNIZED"
        | "OBJECT_AUDIT_LOGGING_UNSPECIFIED"
        | "MUTATE_ONLY"
        | "ALL",
    >

    Logging enabled for all requests.

    MUTATE_ONLY: EnumInstance<
        | "NONE"
        | "UNRECOGNIZED"
        | "OBJECT_AUDIT_LOGGING_UNSPECIFIED"
        | "MUTATE_ONLY"
        | "ALL",
    >

    Logging enabled only for mutating requests.

    NONE: EnumInstance<
        | "NONE"
        | "UNRECOGNIZED"
        | "OBJECT_AUDIT_LOGGING_UNSPECIFIED"
        | "MUTATE_ONLY"
        | "ALL",
    >

    Logging is disabled.

    OBJECT_AUDIT_LOGGING_UNSPECIFIED: EnumInstance<
        | "NONE"
        | "UNRECOGNIZED"
        | "OBJECT_AUDIT_LOGGING_UNSPECIFIED"
        | "MUTATE_ONLY"
        | "ALL",
    >

    Represents the OBJECT_AUDIT_LOGGING_UNSPECIFIED protobuf enum value.