Skip to main content

@wildix/wim-knowledge-base-client > ConfigureDataSourceInput

ConfigureDataSourceInput interface

Signature:

export interface ConfigureDataSourceInput 

Properties

Property

Modifiers

Type

Description

companyId?

string | undefined

(Optional) The unique identifier of the tenant when a service token is used.

config

DataSourceConfig

Configuration specific to the data source type. Union containing ConfluenceConfig, GDriveConfig, or empty Document for file-based sources. Configuration structure varies based on the data source type

dataSourceId

string

Unique identifier of the data source

syncSchedule?

ScheduleConfiguration | undefined

(Optional) Automatic synchronization schedule for keeping the data source up-to-date. Options: 'DISABLED' (manual sync only), 'EVERY_SIX_HOURS', 'EVERY_TWELVE_HOURS', 'EVERY_DAY', 'EVERY_WEEK'. Defaults to 'EVERY_DAY' if not specified