mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 03:09:50 +08:00
* Migrating Core Salesforce Skills * Updating pr comments * updat reference * Updating a skill * Migrating Datacloud skills * Migrating Industries cloud skills * Validating - skills fixing --------- Co-authored-by: Sandip Kumar Yadav <sandipkumar.yadav+sfemu@salesforce.com>
21 lines
469 B
JSON
21 lines
469 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|