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

    Interface FilesystemChownArgs

    interface FilesystemChownArgs {
        gid?: number | null;
        group?: string | null;
        options?: v25_10_0.FilesystemChownOptions;
        path: string;
        uid?: number | null;
        user?: string | null;
    }
    Index
    gid?: number | null
    group?: string | null
    path: string
    uid?: number | null
    user?: string | null