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

    Interface SmbShareCreate

    interface SmbShareCreate {
        access_based_share_enumeration?: boolean;
        audit?: v25_10_0.SmbAuditConfig;
        browsable?: boolean;
        comment?: string;
        enabled?: boolean;
        name: string;
        options?:
            | v25_10_0.ExternalOptInput
            | v25_10_0.LegacyOptInput
            | SharingSmbDefaultOptInput2
            | SharingSmbMultiprotocolOptInput2
            | SharingSmbPrivateDatasetOptInput2
            | SharingSmbTimeLockedOptInput2
            | SharingSmbTimeMachineOptInput2
            | SharingSmbVeeamRepositoryOptInput2
            | null;
        path: string;
        purpose?: v25_10_0.SharingSMBEntryPurposeInput2;
        readonly?: boolean;
    }
    Index
    access_based_share_enumeration?: boolean
    browsable?: boolean
    comment?: string
    enabled?: boolean
    name: string
    path: string
    readonly?: boolean