Skip to content

Commit 2e377d1

Browse files
Update connectors-sharepoint-online.asciidoc
1 parent 401c5be commit 2e377d1

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/reference/connector/docs/connectors-sharepoint-online.asciidoc

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,8 +771,17 @@ The tenant name for the Azure account hosting the Sharepoint Online instance.
771771
`client_id`::
772772
The 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`::
778787
List of site collection names or paths to fetch from SharePoint.

0 commit comments

Comments
 (0)