@wildix/wim-knowledge-base-client > ConfigureDataSourceInput
ConfigureDataSourceInput interface
Signature:
export interface ConfigureDataSourceInput
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | undefined | (Optional) The unique identifier of the tenant when a service token is used. | ||
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 | |||
string | Unique identifier of the data source | ||
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 |