-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapiProperties.json
More file actions
59 lines (59 loc) · 1.76 KB
/
Copy pathapiProperties.json
File metadata and controls
59 lines (59 loc) · 1.76 KB
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
56
57
58
59
{
"properties": {
"capabilities": [
"actions",
"triggers"
],
"connectionParameters": {
"token": {
"oAuthSettings": {
"clientId": "Flow",
"customParameters": {
"authorizationUrlTemplate": {
"value": "https://app.getaccept.com/oauth2/authorize"
},
"tokenUrlTemplate": {
"value": "https://app.getaccept.com/oauth2/token"
},
"refreshUrlTemplate": {
"value": "https://app.getaccept.com/oauth2/token"
},
"refreshBodyTemplate": {
"value": "client_id={ClientId}&scope={Scopes}&refresh_token={RefreshToken}&redirect_uri={RedirectUrl}&grant_type=refresh_token&client_secret={ClientSecret}"
},
"scopeListDelimiter": {
"value": " "
}
},
"identityProvider": "oauth2generic",
"properties": {
"IsFirstParty": false
},
"redirectMode": "Global",
"redirectUrl": "https://global.consent.azure-apim.net/redirect",
"scopes": [
"basic"
]
},
"type": "oauthSetting"
}
},
"iconBrandColor": "#393A42",
"publisher": "GetAccept, Inc.",
"policyTemplateInstances": [
{
"parameters": {
"x-ms-apimTemplate-operationName": [
"CreateDocument"
],
"x-ms-apimTemplate-policySection": "Response",
"x-ms-apimTemplateParameter.existsAction": "override",
"x-ms-apimTemplateParameter.name": "Content-Encoding",
"x-ms-apimTemplateParameter.value": "deflate"
},
"templateId": "setheader",
"title": "Set Content-Encoding"
}
]
}
}