Module Values.SharePointDataSourceConfigurationSource

The configuration information to connect to SharePoint as your data source.

Sourcetype nonrec t = {
  1. sourceConfiguration : SharePointSourceConfiguration.t;
    (*

    The endpoint information to connect to your SharePoint data source.

    *)
  2. crawlerConfiguration : SharePointCrawlerConfiguration.t option;
    (*

    The configuration of the SharePoint content. For example, configuring specific types of SharePoint content.

    *)
}
Sourceval context_ : string
Sourceval make : ?crawlerConfiguration:??? -> sourceConfiguration:SharePointSourceConfiguration.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `String of HttpsUrl.t ] list | `String of Microsoft365TenantId.t | `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 ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t