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

    Interface FilesystemSetpermArgs

    interface FilesystemSetpermArgs {
        gid?: number | null;
        group?: string | null;
        mode?: string | null;
        options?: v25_10_0.FilesystemSetpermOptions;
        path: string;
        uid?: number | null;
        user?: string | null;
    }
    Index
    gid?: number | null
    group?: string | null
    mode?: string | null
    path: string
    uid?: number | null
    user?: string | null