https://<tenant>.sharepoint.com/sites/<site-collection-name>
.https://<tenant>.sharepoint.com
.https://<tenant>-admin.sharepoint.com
."Shared Documents"
. If the SharePoint connector is to process all sites within the tenant, this filter will be applied to all site document libraries.
The following video shows how to get the site URL and a path within the site:
Sites.ReadWrite.All
(if both reading and writing are needed)
User.Read.All
Learn more.
https://login.microsoftonline.com
<name>
(required) - A unique name for this connector.<client-id>
(required) - The client ID provided by SharePoint for the app registration.<site>
(required) - The base URL of the SharePoint site to connect to.<tenant>
(_required) - The Directory (tenant) ID for the Microsoft Entra ID app registration with the correct set of Microsoft Graph access permissions.<authority-url>
- The authentication token provider URL for the Entra ID app registration. The default is https://login.microsoftonline.com.<user-pname>
(required) - The UPN for the OneDrive account in the Entra ID tenant.<client-cred>
(required) - The Client secret for the Entra ID app registration.<path>
- The path from which to start parsing files. The default is Shared Documents
if not otherwise specified.recursive
, set to true
to recursively process data from subfolders within the specified path. The default is false
if not otherwise specified.