Member Junction
    Preparing search index...

    Result of an access control check.

    interface AccessControlResult {
        Allowed: boolean;
        Reason: string;
    }
    Index

    Properties

    Properties

    Allowed: boolean
    Reason: string