Microsoft SharePoint Excel

Supports:

Connection

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
oauth_access_tokenstringfalsefalse
oauth_refresh_tokenstringfalsefalse
oauth_token_expirystringfalsefalse
client_idstringfalsefalse
client_secretstringfalsefalse

Example

1{
2 "name": "Microsoft SharePoint Excel connection",
3 "type": "sharepoint_excel",
4 "configuration": {
5 "client_id": "eb669428-1854-4cb1-a560-403e05b8acbf",
6 "client_secret": "ay8d5hdepz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq",
7 "oauth_access_token": "{access token}",
8 "oauth_refresh_token": "{refresh token}",
9 "oauth_token_expiry": "2023-11-21T21:48:51Z"
10 }
11}