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

    Interface SharingSmbMultiprotocolOptInput

    interface SharingSmbMultiprotocolOptInput {
        aapl_name_mangling?: boolean;
        hostsallow?: string[];
        hostsdeny?: string[];
        purpose: "MULTIPROTOCOL_SHARE";
    }
    Index
    aapl_name_mangling?: boolean
    hostsallow?: string[]
    hostsdeny?: string[]
    purpose: "MULTIPROTOCOL_SHARE"