forked from microsoft/PowerPlatformConnectors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapiProperties.json
55 lines (55 loc) · 1.57 KB
/
apiProperties.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"properties": {
"connectionParameters": {
"token": {
"type": "oauthSetting",
"oAuthSettings": {
"identityProvider": "oauth2",
"clientId": "{{ client id }}",
"scopes": [
"DOCUMENT_READ DOCUMENT_WRITE"
],
"redirectMode": "Global",
"properties": {
"IsFirstParty": "False"
},
"customParameters": {
"authorizationUrl": {
"value": "https://oauthusgov.asite.com/oauth/authorize"
},
"tokenUrl": {
"value": "https://oauthusgov.asite.com/oauth/token"
},
"refreshUrl": {
"value": "https://oauthusgov.asite.com/oauth/token"
}
}
}
}
},
"iconBrandColor": "#1F344A",
"capabilities": [],
"policyTemplateInstances": [
{
"templateId": "dynamichosturl",
"title": "set Host URL",
"parameters": {
"x-ms-apimTemplateParameter.urlTemplate": "@queryParameters('projectId')",
"x-ms-apimTemplate-operationName": [
"GET_ASITE_FOLDER_LIST",
"ASITE_TRIGGER_LIST",
"DELETE_TRIGGER_WEBHOOK",
"GET_CUSTOM_ATTR_DYNAMIC_SCHEMA",
"SET_FILE_METADATA",
"UPLOAD_BINARY_FILE",
"GET_DYNAMIC_SCHEMA_PROJECTID_TRIGGERID",
"ASITE_TRIGGER_EVENT",
"GET_ASITE_SUB_FOLDER_LIST"
]
}
}
],
"publisher": "Asite Solutions Limited",
"stackOwner": "Asite Solutions Limited"
}
}