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

    Interface SharingSMBEntryInput

    interface SharingSMBEntryInput {
        access_based_share_enumeration?: boolean;
        audit?: v25_10_0.SmbAuditConfig;
        browsable?: boolean;
        comment?: string;
        dataset: string | null;
        enabled?: boolean;
        id: number;
        locked: boolean | null;
        name: string;
        options?:
            | v25_10_0.ExternalOptInput
            | v25_10_0.FCPStorageOpt
            | v25_10_0.LegacyOptInput
            | SharingSmbDefaultOptInput
            | SharingSmbTimeMachineOptInput
            | SharingSmbMultiprotocolOptInput
            | SharingSmbTimeLockedOptInput
            | SharingSmbPrivateDatasetOptInput
            | SharingSmbVeeamRepositoryOptInput
            | null;
        path: string;
        purpose?: v25_10_0.SharingSMBEntryPurposeInput;
        readonly?: boolean;
        relative_path: string
        | null;
        tier?: v25_10_0.TierInfo | null;
    }
    Index
    access_based_share_enumeration?: boolean
    browsable?: boolean
    comment?: string
    dataset: string | null
    enabled?: boolean
    id: number
    locked: boolean | null
    name: string
    path: string
    readonly?: boolean
    relative_path: string | null
    tier?: v25_10_0.TierInfo | null