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

    Interface PrivilegeRolesEntry

    interface PrivilegeRolesEntry {
        builtin: boolean;
        includes: string[];
        name: string;
        stig: v25_10_0.STIGType | null;
    }
    Index
    builtin: boolean
    includes: string[]
    name: string
    stig: v25_10_0.STIGType | null