Member Junction
    Preparing search index...

    A matched scope rule

    interface ScopeRuleMatch {
        Id: string;
        IsDeny: boolean;
        Pattern: string | null;
        PatternType: "Include" | "Exclude";
        Priority: number;
        ScopeId: string;
        ScopePath: string;
    }
    Index

    Properties

    Id: string

    Rule ID

    IsDeny: boolean

    Whether this is a deny rule

    Pattern: string | null

    Resource pattern that matched

    PatternType: "Include" | "Exclude"

    Pattern type

    Priority: number

    Rule priority

    ScopeId: string

    Scope ID

    ScopePath: string

    Scope full path