@wxn0brp/gate-warden
    Preparing search index...

    Interface AccessResult

    interface AccessResult {
        granted: boolean;
        via: "ACL" | "RBAC" | "ABAC" | "user-404" | "entity-404" | "not-permitted";
    }
    Index

    Properties

    Properties

    granted: boolean
    via: "ACL" | "RBAC" | "ABAC" | "user-404" | "entity-404" | "not-permitted"