-
Notifications
You must be signed in to change notification settings - Fork 2
/
input2.json
70 lines (70 loc) · 1.63 KB
/
input2.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"api": {
"apiTags": {},
"isPublic": true,
"operations": [
{
"name": "get-vversion-getsupplierbyid-id-v1",
"policies": {
"inbound": {
"rewriteUriPolicy": {
"rewriteUri": "/api/v{version}/GetSupplierById/{id}"
}
}
}
},
{
"name": "get-vversion-getallsuppliers-v1",
"policies": {
"inbound": {
"rewriteUriPolicy": {
"rewriteUri": "/api/v{version}/GetAllSuppliers"
}
}
}
},
{
"name": "post-vversion-setsupplier-v1",
"policies": {
"inbound": {
"rewriteUriPolicy": {
"rewriteUri": "/api/v{version}/SetSupplier"
}
}
}
}
],
"policies": {
"inbound": {
"basicAuthenticationBackendEnabled": false,
"totalThrottlingEnabled": true,
"validateJwtTokenAzureAdV1": {
"overrideScopeEnabled": false,
"backendAudiencevalidationEnabled": true
}
}
}
},
"backend": {
"validateCertificateChain": false,
"validateCertificateName": false
},
"environments": [
{
"backendBaseUrl": "https://backend-t66njk6y6a-ey.a.run.app",
"physicalEnvironment": "dev",
"backendAudienceConfiguration": {
"backendAudience": "api://5ce2b6a6-5f99-4988-8ac8-fds3232"
}
}
],
"product": {
"apiTestBackendProduct": {
"productName": "CustomFormatTest"
},
"apiTestProductType": "backend",
"deployTeamBackendProduct": {
"productName": "apitest-supplier"
}
}
}