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

    Interface LegacyOptInput

    interface LegacyOptInput {
        aapl_name_mangling?: boolean;
        acl?: boolean;
        afp?: boolean;
        auxsmbconf?: string;
        durablehandle?: boolean;
        fsrvp?: boolean;
        guestok?: boolean;
        home?: boolean;
        hostsallow?: string[];
        hostsdeny?: string[];
        path_suffix?: string | null;
        purpose: "LEGACY_SHARE";
        recyclebin?: boolean;
        shadowcopy?: boolean;
        streams?: boolean;
        timemachine?: boolean;
        timemachine_quota?: number;
        vuid?: string | null;
    }
    Index
    aapl_name_mangling?: boolean
    acl?: boolean
    afp?: boolean
    auxsmbconf?: string
    durablehandle?: boolean
    fsrvp?: boolean
    guestok?: boolean
    home?: boolean
    hostsallow?: string[]
    hostsdeny?: string[]
    path_suffix?: string | null
    purpose: "LEGACY_SHARE"
    recyclebin?: boolean
    shadowcopy?: boolean
    streams?: boolean
    timemachine?: boolean
    timemachine_quota?: number
    vuid?: string | null