Schema
Specifies the type of schema the provider uses for connecting to Microsoft SharePoint.
Possible Values
SOAP, RESTData Type
string
Default Value
"SOAP"
Remarks
The Schema property determines which Microsoft SharePoint API the connector uses to retrieve and manage data. The available options include:
- SOAP — Uses the Microsoft SharePoint SOAP API. This schema is suitable for legacy environments and supports certain features not available in the REST API.
- REST — Uses the Microsoft SharePoint REST API. This schema is often recommended for newer environments and supports modern REST-based operations.