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

    Interface GroupGetGroupObjResult

    interface GroupGetGroupObjResult {
        gr_gid: number;
        gr_mem: string[];
        gr_name: string;
        local: boolean;
        sid?: string | null;
        source: v25_10_0.Source;
    }
    Index
    gr_gid: number
    gr_mem: string[]
    gr_name: string
    local: boolean
    sid?: string | null