You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| type | The type property must be set to: **SharePointOnlineList**. | Yes |
103
103
| siteUrl | The SharePoint Online site url, e.g. `https://contoso.sharepoint.com/sites/siteName`. | Yes |
104
-
| servicePrincipalId | The Application (client) ID of the application registered in Azure Active Directory. You need to grant SharePoint Online site permission. Refer to [Prerequisites](#prerequisites) for the configuration steps.| Yes |
104
+
| servicePrincipalId | The Application (client) ID of the application registered in Azure Active Directory. Refer to [Prerequisites](#prerequisites) for more details including the permission settings.| Yes |
105
105
| servicePrincipalKey | The application's key. Mark this field as a **SecureString** to store it securely, or [reference a secret stored in Azure Key Vault](store-credentials-in-key-vault.md). | Yes |
106
106
| tenantId | The tenant ID under which your application resides. | Yes |
107
107
| connectVia | The [Integration Runtime](concepts-integration-runtime.md) to use to connect to the data store. If not specified, the default Azure Integration Runtime is used. | No |
0 commit comments