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

    Interface RuleAccessActionValueMembers

    Defines the static values of RuleAccessAction.

    interface RuleAccessActionValueMembers {
        ACCESS_UNSPECIFIED: EnumInstance<
            "UNRECOGNIZED"
            | "ALLOW"
            | "ACCESS_UNSPECIFIED"
            | "DENY",
        >;
        ALLOW: EnumInstance<
            "UNRECOGNIZED"
            | "ALLOW"
            | "ACCESS_UNSPECIFIED"
            | "DENY",
        >;
        DENY: EnumInstance<
            "UNRECOGNIZED"
            | "ALLOW"
            | "ACCESS_UNSPECIFIED"
            | "DENY",
        >;
    }
    Index
    ACCESS_UNSPECIFIED: EnumInstance<
        "UNRECOGNIZED"
        | "ALLOW"
        | "ACCESS_UNSPECIFIED"
        | "DENY",
    >

    Represents the ACCESS_UNSPECIFIED protobuf enum value.

    ALLOW: EnumInstance<"UNRECOGNIZED" | "ALLOW" | "ACCESS_UNSPECIFIED" | "DENY">

    Represents the ALLOW protobuf enum value.

    DENY: EnumInstance<"UNRECOGNIZED" | "ALLOW" | "ACCESS_UNSPECIFIED" | "DENY">

    Represents the DENY protobuf enum value.