afv-library/skills/connecting-datacloud/examples/connections/sharepoint-unstructured.json

21 lines
469 B
JSON
Raw Normal View History

{
"connectorType": "SPUnstructuredDocument",
"label": "My SharePoint Docs",
"name": "My_SharePoint_Docs",
"method": "Ingress",
"credentials": [
{
"paramName": "clientId",
"value": "<AZURE_APP_CLIENT_ID>"
},
{
"paramName": "clientSecret",
"value": "<AZURE_APP_CLIENT_SECRET>"
},
{
"paramName": "tokenEndpoint",
"value": "https://login.microsoftonline.com/<AZURE_TENANT_ID>/oauth2/v2.0/token"
}
]
}