Documentation
    Preparing search index...

    Interface AclEntry

    A single ACL entry for one napplet identity.

    Bitfield of granted capabilities (use CAP_* constants)

    Orthogonal block flag; when true, all checks fail regardless of caps

    State storage quota in bytes

    interface AclEntry {
        blocked: boolean;
        caps: number;
        quota: number;
    }
    Index

    Properties

    Properties

    blocked: boolean
    caps: number
    quota: number