@truenas/api-client
    Preparing search index...

    Interface POSIXACE

    interface POSIXACE {
        default: boolean;
        id?: number | null;
        perms: v25_10_0.POSIXACE_Perms;
        tag: "OTHER" | "USER" | "GROUP" | "USER_OBJ" | "GROUP_OBJ" | "MASK";
        who?: string | null;
    }
    Index
    default: boolean
    id?: number | null
    tag: "OTHER" | "USER" | "GROUP" | "USER_OBJ" | "GROUP_OBJ" | "MASK"
    who?: string | null