This connector is developed for managing SharePoint permission management via PnP.PowerShell module.
Connector is based on WinRM + AD Connector.
Object | Operations |
---|---|
__ACCOUNT__ | UPDATE, SEARCH |
__SITE__ | SEARCH, SYNC |
Connector generates foloing schema:
Microsoft Graph
Microsoft Sharepoint
Path to Python update script for user
Path to powershell update script for user, which will be loaded into python and executed on Windows
Path to Python script to get latest SyncToken
Path to powershell script to get latest SyncToken, which will be loaded into python and executed on Windows
Path to Python search user script
Path to Python search site script
Path to powershell search script for user, which will be loaded into python and executed on Windows
Path to powershell search script for site, which will be loaded into python and executed on Windows
Path to Python script for test
URLto the endpoint, where is WinRM accessible. Usually https://HOST:5986/wsman for HTTPS and http://HOST:5985/wsman for HTTP
One from supported values - basic, ntlm, kerberos, credssp
Username for user which will be used for authentication to WinRM
Password for this user
Path to certificate which will be used in HTTPS communication. E.g /path/to/file/crt.pem
If you want to connect to WinRM without CA validation - Don't use in production, only for testing!
SharePoint Url
Client Id
Path to certificate on WinRm server.
Password for certificate
Tenant Id
If should connector include "Teams sites" in search and sync.