File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
docs/reference/connector/docs Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -771,8 +771,17 @@ The tenant name for the Azure account hosting the Sharepoint Online instance.
771771`client_id`::
772772The client id to authenticate with SharePoint Online.
773773
774+ `auth_method`::
775+ Authentication method to use to connector to Sharepoint Online and Rest APIs. `secret` is deprecated and `certificate` is recommended.
776+
774777`secret_value`::
775- The secret value to authenticate with SharePoint Online.
778+ The secret value to authenticate with SharePoint Online, if auth_method: `secret` is chosen.
779+
780+ `certificate`::
781+ Content of certificate file if auth_method: `certificate` is chosen.
782+
783+ `private_key`::
784+ Content of private key file if auth_method: `certificate` is chosen.
776785
777786`site_collections`::
778787List of site collection names or paths to fetch from SharePoint.
You can’t perform that action at this time.
0 commit comments