Member Junction
    Preparing search index...

    Interface RuntimeOverrideAuthorizationDecision

    interface RuntimeOverrideAuthorizationDecision {
        Allowed: boolean;
        DenialReason?: string;
    }
    Index

    Properties

    Allowed: boolean

    True when the requested overrides may proceed.

    DenialReason?: string

    Human-readable, caller-safe denial reason. Present when Allowed is false.