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

    Interface SharingNFSEntry

    interface SharingNFSEntry {
        aliases?: string[];
        comment?: string;
        enabled?: boolean;
        expose_snapshots?: boolean;
        hosts?: string[];
        id: number;
        locked: boolean | null;
        mapall_group?: string | null;
        mapall_user?: string | null;
        maproot_group?: string | null;
        maproot_user?: string | null;
        networks?: string[];
        path: string;
        ro?: boolean;
        security?: ("SYS" | "KRB5" | "KRB5I" | "KRB5P")[];
    }
    Index
    aliases?: string[]
    comment?: string
    enabled?: boolean
    expose_snapshots?: boolean
    hosts?: string[]
    id: number
    locked: boolean | null
    mapall_group?: string | null
    mapall_user?: string | null
    maproot_group?: string | null
    maproot_user?: string | null
    networks?: string[]
    path: string
    ro?: boolean
    security?: ("SYS" | "KRB5" | "KRB5I" | "KRB5P")[]