SharePoint Interface Template
The template defines the parameters for connecting to a SharePoint site collection.
Template Parameters
Refer to the common template parameters.
Field Name | Type | Description |
---|---|---|
WebSite | External | The URL of the SharePoint site to connect to. |
Is SharePoint Online Environment | External | True if SharePoint Online is used. False if SharePoint on premise is used. |
Batch Size | External | The batch size indicates the amount of items a request is send. For example when the batch size is 200 a request is send per 200 items. This parameters is important for SharePoint Online, setting the batch size too high can result in a time-out. |
Domain | External | Only for SharePoint on premise. The domain of the specified user. |
Username | External | The user name of the SharePoint user. This user must have permission to access the site. The user name must be an email address when using SharePoint Online. |
Password | External | The password of the specified user. |
ClientID | Internal | The client ID of the registered app in the Microsoft Azure Portal. |
ClientSecret | Internal | The client secret of the registered app in the Microsoft Azure portal. You have only one chance to copy this secret. |
Warning
Modern authentication is only used when both the SharePointClientID and SharePointClientSecret are configured, otherwise the SharePointUsername, SharePointPassword and SharePointDomain are used.