Values.SharePointCrawlerConfigurationSourceThe configuration of the SharePoint content. For example, configuring specific types of SharePoint content.
type nonrec t = {filterConfiguration : CrawlFilterConfiguration.t option;The configuration of filtering the SharePoint content. For example, configuring regular expression patterns to include or exclude certain content.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `String of FilterPattern.t ] list
| `String of FilteredObjectType.t ])
list ]
list ])
list ])
list ])
list ]