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

    Interface SharingNFSEntryInput

    interface SharingNFSEntryInput {
        aliases?: string[];
        comment?: string;
        dataset: string | null;
        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;
        relative_path: string | null;
        ro?: boolean;
        security?: ("SYS" | "KRB5" | "KRB5I" | "KRB5P")[];
        tier?: v25_10_0.TierInfo | null;
    }
    Index
    aliases?: string[]
    comment?: string
    dataset: string | null
    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
    relative_path: string | null
    ro?: boolean
    security?: ("SYS" | "KRB5" | "KRB5I" | "KRB5P")[]
    tier?: v25_10_0.TierInfo | null