Member Junction
    Preparing search index...

    Scope rule from database (app or key level)

    interface ScopeRule {
        FullPath: string;
        ID: string;
        IsDeny: boolean;
        PatternType: "Include" | "Exclude";
        Priority: number;
        ResourcePattern: string | null;
        ScopeID: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    FullPath: string

    Scope full path

    ID: string

    Rule ID

    IsDeny: boolean

    Is this a deny rule

    PatternType: "Include" | "Exclude"

    Pattern type

    Priority: number

    Priority (higher = evaluated first)

    ResourcePattern: string | null

    Resource pattern (glob)

    ScopeID: string

    Scope ID