Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Source

Object containing source parameters for the configuration.

Hierarchy

  • Source

Index

Properties

Optional credential_id

credential_id: string

The credential_id of the credentials to use to connect to the source. Credentials are defined using the credentials method. The source_type of the credentials used must match the type field specified in this object.

Optional options

options: SourceOptions

The options object defines which items to crawl from the source system.

Optional schedule

schedule: SourceSchedule

Object containing the schedule information for the source.

Optional type

type: string

The type of source to connect to.

  • box indicates the configuration is to connect an instance of Enterprise Box.
  • salesforce indicates the configuration is to connect to Salesforce.
  • sharepoint indicates the configuration is to connect to Microsoft SharePoint Online.
  • web_crawl indicates the configuration is to perform a web page crawl.
  • cloud_object_storage indicates the configuration is to connect to a cloud object store.

Generated using TypeDoc