@itentialopensource/adapter-zero_networks 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (183) hide show
  1. package/.eslintignore +6 -0
  2. package/.eslintrc.js +18 -0
  3. package/.gitlab/.gitkeep +0 -0
  4. package/.gitlab/issue_templates/.gitkeep +0 -0
  5. package/.gitlab/issue_templates/Default.md +17 -0
  6. package/.gitlab/issue_templates/bugReportTemplate.md +76 -0
  7. package/.gitlab/issue_templates/featureRequestTemplate.md +14 -0
  8. package/.jshintrc +0 -0
  9. package/AUTH.md +39 -0
  10. package/BROKER.md +199 -0
  11. package/CALLS.md +5576 -0
  12. package/CHANGELOG.md +9 -0
  13. package/CODE_OF_CONDUCT.md +43 -0
  14. package/CONTRIBUTING.md +13 -0
  15. package/ENHANCE.md +69 -0
  16. package/LICENSE +201 -0
  17. package/PROPERTIES.md +641 -0
  18. package/README.md +346 -0
  19. package/SUMMARY.md +9 -0
  20. package/SYSTEMINFO.md +11 -0
  21. package/TAB1.md +5 -0
  22. package/TAB2.md +6798 -0
  23. package/TROUBLESHOOT.md +47 -0
  24. package/adapter.js +78448 -0
  25. package/adapterBase.js +1452 -0
  26. package/entities/.generic/action.json +214 -0
  27. package/entities/.generic/schema.json +28 -0
  28. package/entities/.system/action.json +50 -0
  29. package/entities/.system/mockdatafiles/getToken-default.json +3 -0
  30. package/entities/.system/mockdatafiles/healthcheck-default.json +3 -0
  31. package/entities/.system/schema.json +19 -0
  32. package/entities/.system/schemaTokenReq.json +53 -0
  33. package/entities/.system/schemaTokenResp.json +53 -0
  34. package/entities/Activities/action.json +295 -0
  35. package/entities/Activities/mockdatafiles/rPCActivitiesInterfaceCandidatesFiltersList-default.json +126 -0
  36. package/entities/Activities/mockdatafiles/rPCActivitiesOperationFiltersList-default.json +24 -0
  37. package/entities/Activities/schema.json +87 -0
  38. package/entities/Asset/action.json +3528 -0
  39. package/entities/Asset/mockdatafiles/assetRPCActivitiesInterfaceCandidatesFiltersList-default.json +52 -0
  40. package/entities/Asset/mockdatafiles/assetRPCActivitiesOperationFiltersList-default.json +78 -0
  41. package/entities/Asset/schema.json +288 -0
  42. package/entities/AssetOTIoT/action.json +3206 -0
  43. package/entities/AssetOTIoT/mockdatafiles/assetOTRPCActivitiesInterfaceCandidatesFiltersList-default.json +32 -0
  44. package/entities/AssetOTIoT/mockdatafiles/assetOTRPCActivitiesOperationFiltersList-default.json +46 -0
  45. package/entities/AssetOTIoT/schema.json +272 -0
  46. package/entities/Assets/action.json +1336 -0
  47. package/entities/Assets/mockdatafiles/assetsStatisticsGet-default.json +39 -0
  48. package/entities/Assets/schema.json +138 -0
  49. package/entities/AssetsOTIoT/action.json +106 -0
  50. package/entities/AssetsOTIoT/schema.json +78 -0
  51. package/entities/Audit/action.json +87 -0
  52. package/entities/Audit/schema.json +77 -0
  53. package/entities/Auth/action.json +64 -0
  54. package/entities/Auth/schema.json +21 -0
  55. package/entities/Entity/action.json +67 -0
  56. package/entities/Entity/schema.json +21 -0
  57. package/entities/Group/action.json +2565 -0
  58. package/entities/Group/schema.json +241 -0
  59. package/entities/Groups/action.json +378 -0
  60. package/entities/Groups/schema.json +124 -0
  61. package/entities/GroupsActiveDirectory/action.json +66 -0
  62. package/entities/GroupsActiveDirectory/schema.json +21 -0
  63. package/entities/GroupsCustom/action.json +125 -0
  64. package/entities/GroupsCustom/schema.json +68 -0
  65. package/entities/GroupsTags/action.json +24 -0
  66. package/entities/GroupsTags/schema.json +19 -0
  67. package/entities/MFA/action.json +46 -0
  68. package/entities/MFA/schema.json +20 -0
  69. package/entities/MFAInbound/action.json +379 -0
  70. package/entities/MFAInbound/schema.json +113 -0
  71. package/entities/MFAOutbound/action.json +379 -0
  72. package/entities/MFAOutbound/schema.json +102 -0
  73. package/entities/Profile/action.json +46 -0
  74. package/entities/Profile/schema.json +20 -0
  75. package/entities/Rules/action.json +227 -0
  76. package/entities/Rules/schema.json +29 -0
  77. package/entities/RulesIdentity/action.json +273 -0
  78. package/entities/RulesIdentity/schema.json +119 -0
  79. package/entities/RulesInboundAllow/action.json +293 -0
  80. package/entities/RulesInboundAllow/schema.json +120 -0
  81. package/entities/RulesInboundBlock/action.json +293 -0
  82. package/entities/RulesInboundBlock/schema.json +120 -0
  83. package/entities/RulesOutboundAllow/action.json +314 -0
  84. package/entities/RulesOutboundAllow/schema.json +121 -0
  85. package/entities/RulesOutboundBlock/action.json +293 -0
  86. package/entities/RulesOutboundBlock/schema.json +120 -0
  87. package/entities/RulesRPC/action.json +315 -0
  88. package/entities/RulesRPC/schema.json +121 -0
  89. package/entities/Sessions/action.json +66 -0
  90. package/entities/Sessions/schema.json +54 -0
  91. package/entities/Settings/action.json +66 -0
  92. package/entities/Settings/schema.json +21 -0
  93. package/entities/SettingsAI/action.json +189 -0
  94. package/entities/SettingsAI/schema.json +60 -0
  95. package/entities/SettingsAIRulesReview/action.json +45 -0
  96. package/entities/SettingsAIRulesReview/schema.json +20 -0
  97. package/entities/SettingsAccessTokens/action.json +85 -0
  98. package/entities/SettingsAccessTokens/schema.json +22 -0
  99. package/entities/SettingsActivities/action.json +45 -0
  100. package/entities/SettingsActivities/schema.json +20 -0
  101. package/entities/SettingsAssetManagement/action.json +533 -0
  102. package/entities/SettingsAssetManagement/schema.json +88 -0
  103. package/entities/SettingsAssetManagers/action.json +65 -0
  104. package/entities/SettingsAssetManagers/schema.json +43 -0
  105. package/entities/SettingsBreakGlass/action.json +45 -0
  106. package/entities/SettingsBreakGlass/schema.json +20 -0
  107. package/entities/SettingsCloudConnector/action.json +85 -0
  108. package/entities/SettingsCloudConnector/mockdatafiles/cloudConnectorAccessTokensCreate-default.json +9 -0
  109. package/entities/SettingsCloudConnector/mockdatafiles/cloudConnectorAccessTokensRegenerate-default.json +9 -0
  110. package/entities/SettingsCloudConnector/schema.json +22 -0
  111. package/entities/SettingsConnect/action.json +395 -0
  112. package/entities/SettingsConnect/schema.json +81 -0
  113. package/entities/SettingsFirewall/action.json +168 -0
  114. package/entities/SettingsFirewall/schema.json +26 -0
  115. package/entities/SettingsIdentityProviders/action.json +126 -0
  116. package/entities/SettingsIdentityProviders/schema.json +24 -0
  117. package/entities/SettingsInternalSubnets/action.json +86 -0
  118. package/entities/SettingsInternalSubnets/schema.json +22 -0
  119. package/entities/SettingsLearning/action.json +45 -0
  120. package/entities/SettingsLearning/schema.json +20 -0
  121. package/entities/SettingsMFA/action.json +86 -0
  122. package/entities/SettingsMFA/schema.json +22 -0
  123. package/entities/SettingsMailNotifications/action.json +45 -0
  124. package/entities/SettingsMailNotifications/schema.json +20 -0
  125. package/entities/SettingsPortalSecurity/action.json +45 -0
  126. package/entities/SettingsPortalSecurity/schema.json +20 -0
  127. package/entities/SettingsPrivilegedPorts/action.json +25 -0
  128. package/entities/SettingsPrivilegedPorts/schema.json +19 -0
  129. package/entities/SettingsProtectionPolicies/action.json +106 -0
  130. package/entities/SettingsProtectionPolicies/schema.json +56 -0
  131. package/entities/SettingsPushNotifications/action.json +85 -0
  132. package/entities/SettingsPushNotifications/schema.json +22 -0
  133. package/entities/SettingsRoles/action.json +86 -0
  134. package/entities/SettingsRoles/schema.json +55 -0
  135. package/entities/SettingsSegementServers/action.json +25 -0
  136. package/entities/SettingsSegementServers/schema.json +19 -0
  137. package/entities/SettingsServiceNow/action.json +85 -0
  138. package/entities/SettingsServiceNow/mockdatafiles/serviceNowAccessTokensCreate-default.json +9 -0
  139. package/entities/SettingsServiceNow/mockdatafiles/serviceNowAccessTokensRegenerate-default.json +9 -0
  140. package/entities/SettingsServiceNow/schema.json +22 -0
  141. package/entities/SettingsTrustedInternet/action.json +229 -0
  142. package/entities/SettingsTrustedInternet/schema.json +29 -0
  143. package/entities/SettingsZPA/action.json +45 -0
  144. package/entities/SettingsZPA/schema.json +20 -0
  145. package/entities/User/action.json +688 -0
  146. package/entities/User/schema.json +150 -0
  147. package/entities/Users/action.json +479 -0
  148. package/entities/Users/schema.json +107 -0
  149. package/error.json +190 -0
  150. package/metadata.json +56 -0
  151. package/package.json +83 -0
  152. package/pronghorn.json +55566 -0
  153. package/propertiesDecorators.json +14 -0
  154. package/propertiesSchema.json +1569 -0
  155. package/refs?service=git-upload-pack +0 -0
  156. package/report/ZeroNetworks-openapi (1).yaml-OpenApi3Json.json +94523 -0
  157. package/report/adapterInfo.json +10 -0
  158. package/report/creationReport.json +5425 -0
  159. package/sampleProperties.json +256 -0
  160. package/test/integration/adapterTestBasicGet.js +83 -0
  161. package/test/integration/adapterTestConnectivity.js +142 -0
  162. package/test/integration/adapterTestIntegration.js +23777 -0
  163. package/test/unit/adapterBaseTestUnit.js +1024 -0
  164. package/test/unit/adapterTestUnit.js +35451 -0
  165. package/utils/adapterInfo.js +206 -0
  166. package/utils/addAuth.js +94 -0
  167. package/utils/artifactize.js +146 -0
  168. package/utils/basicGet.js +50 -0
  169. package/utils/checkMigrate.js +63 -0
  170. package/utils/entitiesToDB.js +179 -0
  171. package/utils/findPath.js +74 -0
  172. package/utils/methodDocumentor.js +273 -0
  173. package/utils/modify.js +152 -0
  174. package/utils/packModificationScript.js +35 -0
  175. package/utils/patches2bundledDeps.js +90 -0
  176. package/utils/pre-commit.sh +32 -0
  177. package/utils/removeHooks.js +20 -0
  178. package/utils/setup.js +33 -0
  179. package/utils/taskMover.js +309 -0
  180. package/utils/tbScript.js +239 -0
  181. package/utils/tbUtils.js +489 -0
  182. package/utils/testRunner.js +298 -0
  183. package/utils/troubleshootingAdapter.js +193 -0
@@ -0,0 +1,2565 @@
1
+ {
2
+ "actions": [
3
+ {
4
+ "name": "groupGet",
5
+ "protocol": "REST",
6
+ "method": "GET",
7
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}?{query}",
8
+ "requestSchema": "schema.json",
9
+ "responseSchema": "schema.json",
10
+ "timeout": 0,
11
+ "sendEmpty": false,
12
+ "sendGetBody": false,
13
+ "requestDatatype": "JSON",
14
+ "responseDatatype": "JSON",
15
+ "headers": {},
16
+ "responseObjects": [
17
+ {
18
+ "type": "default",
19
+ "key": "",
20
+ "mockFile": ""
21
+ }
22
+ ]
23
+ },
24
+ {
25
+ "name": "groupMemberOfGet",
26
+ "protocol": "REST",
27
+ "method": "GET",
28
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/ancestors?{query}",
29
+ "requestSchema": "schema.json",
30
+ "responseSchema": "schema.json",
31
+ "timeout": 0,
32
+ "sendEmpty": false,
33
+ "sendGetBody": false,
34
+ "requestDatatype": "JSON",
35
+ "responseDatatype": "JSON",
36
+ "headers": {},
37
+ "responseObjects": [
38
+ {
39
+ "type": "default",
40
+ "key": "",
41
+ "mockFile": ""
42
+ }
43
+ ]
44
+ },
45
+ {
46
+ "name": "groupAuditGet",
47
+ "protocol": "REST",
48
+ "method": "GET",
49
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/audit?{query}",
50
+ "requestSchema": "schema.json",
51
+ "responseSchema": "schema.json",
52
+ "timeout": 0,
53
+ "sendEmpty": false,
54
+ "sendGetBody": false,
55
+ "requestDatatype": "JSON",
56
+ "responseDatatype": "JSON",
57
+ "headers": {},
58
+ "responseObjects": [
59
+ {
60
+ "type": "default",
61
+ "key": "",
62
+ "mockFile": ""
63
+ }
64
+ ]
65
+ },
66
+ {
67
+ "name": "postGroupsGroupTypeGroupIdAuditExport",
68
+ "protocol": "REST",
69
+ "method": "POST",
70
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/audit/export?{query}",
71
+ "requestSchema": "schema.json",
72
+ "responseSchema": "schema.json",
73
+ "timeout": 0,
74
+ "sendEmpty": false,
75
+ "requestDatatype": "JSON",
76
+ "responseDatatype": "JSON",
77
+ "headers": {},
78
+ "responseObjects": [
79
+ {
80
+ "type": "default",
81
+ "key": "",
82
+ "mockFile": ""
83
+ }
84
+ ]
85
+ },
86
+ {
87
+ "name": "groupsAuditExportGet",
88
+ "protocol": "REST",
89
+ "method": "GET",
90
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/audit/export/csv/{pathv3}?{query}",
91
+ "requestSchema": "schema.json",
92
+ "responseSchema": "schema.json",
93
+ "timeout": 0,
94
+ "sendEmpty": false,
95
+ "sendGetBody": false,
96
+ "requestDatatype": "JSON",
97
+ "responseDatatype": "JSON",
98
+ "headers": {},
99
+ "responseObjects": [
100
+ {
101
+ "type": "default",
102
+ "key": "",
103
+ "mockFile": ""
104
+ }
105
+ ]
106
+ },
107
+ {
108
+ "name": "groupsAuditsFiltersList",
109
+ "protocol": "REST",
110
+ "method": "GET",
111
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/audit/filters?{query}",
112
+ "requestSchema": "schema.json",
113
+ "responseSchema": "schema.json",
114
+ "timeout": 0,
115
+ "sendEmpty": false,
116
+ "sendGetBody": false,
117
+ "requestDatatype": "JSON",
118
+ "responseDatatype": "JSON",
119
+ "headers": {},
120
+ "responseObjects": [
121
+ {
122
+ "type": "default",
123
+ "key": "",
124
+ "mockFile": ""
125
+ }
126
+ ]
127
+ },
128
+ {
129
+ "name": "groupsAssetManagersList",
130
+ "protocol": "REST",
131
+ "method": "GET",
132
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/managers?{query}",
133
+ "requestSchema": "schema.json",
134
+ "responseSchema": "schema.json",
135
+ "timeout": 0,
136
+ "sendEmpty": false,
137
+ "sendGetBody": false,
138
+ "requestDatatype": "JSON",
139
+ "responseDatatype": "JSON",
140
+ "headers": {},
141
+ "responseObjects": [
142
+ {
143
+ "type": "default",
144
+ "key": "",
145
+ "mockFile": ""
146
+ }
147
+ ]
148
+ },
149
+ {
150
+ "name": "groupsAssetManagersAdd",
151
+ "protocol": "REST",
152
+ "method": "POST",
153
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/managers?{query}",
154
+ "requestSchema": "schema.json",
155
+ "responseSchema": "schema.json",
156
+ "timeout": 0,
157
+ "sendEmpty": false,
158
+ "requestDatatype": "JSON",
159
+ "responseDatatype": "JSON",
160
+ "headers": {},
161
+ "responseObjects": [
162
+ {
163
+ "type": "default",
164
+ "key": "",
165
+ "mockFile": ""
166
+ }
167
+ ]
168
+ },
169
+ {
170
+ "name": "groupsAssetManagersCandidatesList",
171
+ "protocol": "REST",
172
+ "method": "GET",
173
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/managers/candidates?{query}",
174
+ "requestSchema": "schema.json",
175
+ "responseSchema": "schema.json",
176
+ "timeout": 0,
177
+ "sendEmpty": false,
178
+ "sendGetBody": false,
179
+ "requestDatatype": "JSON",
180
+ "responseDatatype": "JSON",
181
+ "headers": {},
182
+ "responseObjects": [
183
+ {
184
+ "type": "default",
185
+ "key": "",
186
+ "mockFile": ""
187
+ }
188
+ ]
189
+ },
190
+ {
191
+ "name": "groupsAssetManagersDelete",
192
+ "protocol": "REST",
193
+ "method": "DELETE",
194
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/managers/{pathv3}?{query}",
195
+ "requestSchema": "schema.json",
196
+ "responseSchema": "schema.json",
197
+ "timeout": 0,
198
+ "sendEmpty": false,
199
+ "requestDatatype": "JSON",
200
+ "responseDatatype": "JSON",
201
+ "headers": {},
202
+ "responseObjects": [
203
+ {
204
+ "type": "default",
205
+ "key": "",
206
+ "mockFile": ""
207
+ }
208
+ ]
209
+ },
210
+ {
211
+ "name": "groupsManagedAssetsList",
212
+ "protocol": "REST",
213
+ "method": "GET",
214
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/managed-assets?{query}",
215
+ "requestSchema": "schema.json",
216
+ "responseSchema": "schema.json",
217
+ "timeout": 0,
218
+ "sendEmpty": false,
219
+ "sendGetBody": false,
220
+ "requestDatatype": "JSON",
221
+ "responseDatatype": "JSON",
222
+ "headers": {},
223
+ "responseObjects": [
224
+ {
225
+ "type": "default",
226
+ "key": "",
227
+ "mockFile": ""
228
+ }
229
+ ]
230
+ },
231
+ {
232
+ "name": "groupsManagedAssetsAdd",
233
+ "protocol": "REST",
234
+ "method": "POST",
235
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/managed-assets?{query}",
236
+ "requestSchema": "schema.json",
237
+ "responseSchema": "schema.json",
238
+ "timeout": 0,
239
+ "sendEmpty": false,
240
+ "requestDatatype": "JSON",
241
+ "responseDatatype": "JSON",
242
+ "headers": {},
243
+ "responseObjects": [
244
+ {
245
+ "type": "default",
246
+ "key": "",
247
+ "mockFile": ""
248
+ }
249
+ ]
250
+ },
251
+ {
252
+ "name": "groupsManagedAssetsCandidatesList",
253
+ "protocol": "REST",
254
+ "method": "GET",
255
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/managed-assets/candidates?{query}",
256
+ "requestSchema": "schema.json",
257
+ "responseSchema": "schema.json",
258
+ "timeout": 0,
259
+ "sendEmpty": false,
260
+ "sendGetBody": false,
261
+ "requestDatatype": "JSON",
262
+ "responseDatatype": "JSON",
263
+ "headers": {},
264
+ "responseObjects": [
265
+ {
266
+ "type": "default",
267
+ "key": "",
268
+ "mockFile": ""
269
+ }
270
+ ]
271
+ },
272
+ {
273
+ "name": "groupsManagedAssetsDelete",
274
+ "protocol": "REST",
275
+ "method": "DELETE",
276
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/managed-assets/{pathv3}?{query}",
277
+ "requestSchema": "schema.json",
278
+ "responseSchema": "schema.json",
279
+ "timeout": 0,
280
+ "sendEmpty": false,
281
+ "requestDatatype": "JSON",
282
+ "responseDatatype": "JSON",
283
+ "headers": {},
284
+ "responseObjects": [
285
+ {
286
+ "type": "default",
287
+ "key": "",
288
+ "mockFile": ""
289
+ }
290
+ ]
291
+ },
292
+ {
293
+ "name": "groupsIdentityRulesList",
294
+ "protocol": "REST",
295
+ "method": "GET",
296
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/identity-rules?{query}",
297
+ "requestSchema": "schema.json",
298
+ "responseSchema": "schema.json",
299
+ "timeout": 0,
300
+ "sendEmpty": false,
301
+ "sendGetBody": false,
302
+ "requestDatatype": "JSON",
303
+ "responseDatatype": "JSON",
304
+ "headers": {},
305
+ "responseObjects": [
306
+ {
307
+ "type": "default",
308
+ "key": "",
309
+ "mockFile": ""
310
+ }
311
+ ]
312
+ },
313
+ {
314
+ "name": "groupsIdentityRulesCreate",
315
+ "protocol": "REST",
316
+ "method": "POST",
317
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/identity-rules?{query}",
318
+ "requestSchema": "schema.json",
319
+ "responseSchema": "schema.json",
320
+ "timeout": 0,
321
+ "sendEmpty": false,
322
+ "requestDatatype": "JSON",
323
+ "responseDatatype": "JSON",
324
+ "headers": {},
325
+ "responseObjects": [
326
+ {
327
+ "type": "default",
328
+ "key": "",
329
+ "mockFile": ""
330
+ }
331
+ ]
332
+ },
333
+ {
334
+ "name": "groupsIdentityRulesAssetsCandidatesList",
335
+ "protocol": "REST",
336
+ "method": "GET",
337
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/identity-rules/asset-candidates?{query}",
338
+ "requestSchema": "schema.json",
339
+ "responseSchema": "schema.json",
340
+ "timeout": 0,
341
+ "sendEmpty": false,
342
+ "sendGetBody": false,
343
+ "requestDatatype": "JSON",
344
+ "responseDatatype": "JSON",
345
+ "headers": {},
346
+ "responseObjects": [
347
+ {
348
+ "type": "default",
349
+ "key": "",
350
+ "mockFile": ""
351
+ }
352
+ ]
353
+ },
354
+ {
355
+ "name": "groupsIdentityRulesExcludedAssetsCandidatesList",
356
+ "protocol": "REST",
357
+ "method": "GET",
358
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/identity-rules/excluded-asset-candidates?{query}",
359
+ "requestSchema": "schema.json",
360
+ "responseSchema": "schema.json",
361
+ "timeout": 0,
362
+ "sendEmpty": false,
363
+ "sendGetBody": false,
364
+ "requestDatatype": "JSON",
365
+ "responseDatatype": "JSON",
366
+ "headers": {},
367
+ "responseObjects": [
368
+ {
369
+ "type": "default",
370
+ "key": "",
371
+ "mockFile": ""
372
+ }
373
+ ]
374
+ },
375
+ {
376
+ "name": "groupsIdentityRulesExport",
377
+ "protocol": "REST",
378
+ "method": "POST",
379
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/identity-rules/export?{query}",
380
+ "requestSchema": "schema.json",
381
+ "responseSchema": "schema.json",
382
+ "timeout": 0,
383
+ "sendEmpty": false,
384
+ "requestDatatype": "JSON",
385
+ "responseDatatype": "JSON",
386
+ "headers": {},
387
+ "responseObjects": [
388
+ {
389
+ "type": "default",
390
+ "key": "",
391
+ "mockFile": ""
392
+ }
393
+ ]
394
+ },
395
+ {
396
+ "name": "groupsIdentityRulesExportGet",
397
+ "protocol": "REST",
398
+ "method": "GET",
399
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/identity-rules/export/csv/{pathv3}?{query}",
400
+ "requestSchema": "schema.json",
401
+ "responseSchema": "schema.json",
402
+ "timeout": 0,
403
+ "sendEmpty": false,
404
+ "sendGetBody": false,
405
+ "requestDatatype": "JSON",
406
+ "responseDatatype": "JSON",
407
+ "headers": {},
408
+ "responseObjects": [
409
+ {
410
+ "type": "default",
411
+ "key": "",
412
+ "mockFile": ""
413
+ }
414
+ ]
415
+ },
416
+ {
417
+ "name": "groupsIdentityRulesFiltersList",
418
+ "protocol": "REST",
419
+ "method": "GET",
420
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/identity-rules/filters?{query}",
421
+ "requestSchema": "schema.json",
422
+ "responseSchema": "schema.json",
423
+ "timeout": 0,
424
+ "sendEmpty": false,
425
+ "sendGetBody": false,
426
+ "requestDatatype": "JSON",
427
+ "responseDatatype": "JSON",
428
+ "headers": {},
429
+ "responseObjects": [
430
+ {
431
+ "type": "default",
432
+ "key": "",
433
+ "mockFile": ""
434
+ }
435
+ ]
436
+ },
437
+ {
438
+ "name": "groupsIdentityRulesAssetsCandidatesFiltersList",
439
+ "protocol": "REST",
440
+ "method": "GET",
441
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/identity-rules/filters/asset-candidates?{query}",
442
+ "requestSchema": "schema.json",
443
+ "responseSchema": "schema.json",
444
+ "timeout": 0,
445
+ "sendEmpty": false,
446
+ "sendGetBody": false,
447
+ "requestDatatype": "JSON",
448
+ "responseDatatype": "JSON",
449
+ "headers": {},
450
+ "responseObjects": [
451
+ {
452
+ "type": "default",
453
+ "key": "",
454
+ "mockFile": ""
455
+ }
456
+ ]
457
+ },
458
+ {
459
+ "name": "groupsIdentityRulesUserCandidatesFiltersList",
460
+ "protocol": "REST",
461
+ "method": "GET",
462
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/identity-rules/filters/user-candidates?{query}",
463
+ "requestSchema": "schema.json",
464
+ "responseSchema": "schema.json",
465
+ "timeout": 0,
466
+ "sendEmpty": false,
467
+ "sendGetBody": false,
468
+ "requestDatatype": "JSON",
469
+ "responseDatatype": "JSON",
470
+ "headers": {},
471
+ "responseObjects": [
472
+ {
473
+ "type": "default",
474
+ "key": "",
475
+ "mockFile": ""
476
+ }
477
+ ]
478
+ },
479
+ {
480
+ "name": "groupsIdentityRulesUserCandidatesList",
481
+ "protocol": "REST",
482
+ "method": "GET",
483
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/identity-rules/user-candidates?{query}",
484
+ "requestSchema": "schema.json",
485
+ "responseSchema": "schema.json",
486
+ "timeout": 0,
487
+ "sendEmpty": false,
488
+ "sendGetBody": false,
489
+ "requestDatatype": "JSON",
490
+ "responseDatatype": "JSON",
491
+ "headers": {},
492
+ "responseObjects": [
493
+ {
494
+ "type": "default",
495
+ "key": "",
496
+ "mockFile": ""
497
+ }
498
+ ]
499
+ },
500
+ {
501
+ "name": "groupsIdentityRulesGet",
502
+ "protocol": "REST",
503
+ "method": "GET",
504
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/identity-rules/{pathv3}?{query}",
505
+ "requestSchema": "schema.json",
506
+ "responseSchema": "schema.json",
507
+ "timeout": 0,
508
+ "sendEmpty": false,
509
+ "sendGetBody": false,
510
+ "requestDatatype": "JSON",
511
+ "responseDatatype": "JSON",
512
+ "headers": {},
513
+ "responseObjects": [
514
+ {
515
+ "type": "default",
516
+ "key": "",
517
+ "mockFile": ""
518
+ }
519
+ ]
520
+ },
521
+ {
522
+ "name": "groupsIdentityRulesUpdate",
523
+ "protocol": "REST",
524
+ "method": "PUT",
525
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/identity-rules/{pathv3}?{query}",
526
+ "requestSchema": "schema.json",
527
+ "responseSchema": "schema.json",
528
+ "timeout": 0,
529
+ "sendEmpty": false,
530
+ "requestDatatype": "JSON",
531
+ "responseDatatype": "JSON",
532
+ "headers": {},
533
+ "responseObjects": [
534
+ {
535
+ "type": "default",
536
+ "key": "",
537
+ "mockFile": ""
538
+ }
539
+ ]
540
+ },
541
+ {
542
+ "name": "groupsIdentityRulesDelete",
543
+ "protocol": "REST",
544
+ "method": "DELETE",
545
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/identity-rules/{pathv3}?{query}",
546
+ "requestSchema": "schema.json",
547
+ "responseSchema": "schema.json",
548
+ "timeout": 0,
549
+ "sendEmpty": false,
550
+ "requestDatatype": "JSON",
551
+ "responseDatatype": "JSON",
552
+ "headers": {},
553
+ "responseObjects": [
554
+ {
555
+ "type": "default",
556
+ "key": "",
557
+ "mockFile": ""
558
+ }
559
+ ]
560
+ },
561
+ {
562
+ "name": "groupsMFAInboundPoliciesList",
563
+ "protocol": "REST",
564
+ "method": "GET",
565
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/reactive-policies/inbound?{query}",
566
+ "requestSchema": "schema.json",
567
+ "responseSchema": "schema.json",
568
+ "timeout": 0,
569
+ "sendEmpty": false,
570
+ "sendGetBody": false,
571
+ "requestDatatype": "JSON",
572
+ "responseDatatype": "JSON",
573
+ "headers": {},
574
+ "responseObjects": [
575
+ {
576
+ "type": "default",
577
+ "key": "",
578
+ "mockFile": ""
579
+ }
580
+ ]
581
+ },
582
+ {
583
+ "name": "groupsMFAInboundPoliciesCreate",
584
+ "protocol": "REST",
585
+ "method": "POST",
586
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/reactive-policies/inbound?{query}",
587
+ "requestSchema": "schema.json",
588
+ "responseSchema": "schema.json",
589
+ "timeout": 0,
590
+ "sendEmpty": false,
591
+ "requestDatatype": "JSON",
592
+ "responseDatatype": "JSON",
593
+ "headers": {},
594
+ "responseObjects": [
595
+ {
596
+ "type": "default",
597
+ "key": "",
598
+ "mockFile": ""
599
+ }
600
+ ]
601
+ },
602
+ {
603
+ "name": "groupsMFAInboundPoliciesDestinationCandidatesList",
604
+ "protocol": "REST",
605
+ "method": "GET",
606
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/reactive-policies/inbound/dst-candidates?{query}",
607
+ "requestSchema": "schema.json",
608
+ "responseSchema": "schema.json",
609
+ "timeout": 0,
610
+ "sendEmpty": false,
611
+ "sendGetBody": false,
612
+ "requestDatatype": "JSON",
613
+ "responseDatatype": "JSON",
614
+ "headers": {},
615
+ "responseObjects": [
616
+ {
617
+ "type": "default",
618
+ "key": "",
619
+ "mockFile": ""
620
+ }
621
+ ]
622
+ },
623
+ {
624
+ "name": "groupsMFAInboundPoliciesExcludedSourceCandidatesList",
625
+ "protocol": "REST",
626
+ "method": "GET",
627
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/reactive-policies/inbound/excluded-src-candidates?{query}",
628
+ "requestSchema": "schema.json",
629
+ "responseSchema": "schema.json",
630
+ "timeout": 0,
631
+ "sendEmpty": false,
632
+ "sendGetBody": false,
633
+ "requestDatatype": "JSON",
634
+ "responseDatatype": "JSON",
635
+ "headers": {},
636
+ "responseObjects": [
637
+ {
638
+ "type": "default",
639
+ "key": "",
640
+ "mockFile": ""
641
+ }
642
+ ]
643
+ },
644
+ {
645
+ "name": "groupsMFAInboundPoliciesFiltersList",
646
+ "protocol": "REST",
647
+ "method": "GET",
648
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/reactive-policies/inbound/filters?{query}",
649
+ "requestSchema": "schema.json",
650
+ "responseSchema": "schema.json",
651
+ "timeout": 0,
652
+ "sendEmpty": false,
653
+ "sendGetBody": false,
654
+ "requestDatatype": "JSON",
655
+ "responseDatatype": "JSON",
656
+ "headers": {},
657
+ "responseObjects": [
658
+ {
659
+ "type": "default",
660
+ "key": "",
661
+ "mockFile": ""
662
+ }
663
+ ]
664
+ },
665
+ {
666
+ "name": "groupsMFAInboundPoliciesDestinationCandidatesFiltersList",
667
+ "protocol": "REST",
668
+ "method": "GET",
669
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/reactive-policies/inbound/filters/dst-candidates?{query}",
670
+ "requestSchema": "schema.json",
671
+ "responseSchema": "schema.json",
672
+ "timeout": 0,
673
+ "sendEmpty": false,
674
+ "sendGetBody": false,
675
+ "requestDatatype": "JSON",
676
+ "responseDatatype": "JSON",
677
+ "headers": {},
678
+ "responseObjects": [
679
+ {
680
+ "type": "default",
681
+ "key": "",
682
+ "mockFile": ""
683
+ }
684
+ ]
685
+ },
686
+ {
687
+ "name": "groupsMFAInboundPoliciesSourceCandidatesFiltersList",
688
+ "protocol": "REST",
689
+ "method": "GET",
690
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/reactive-policies/inbound/filters/src-candidates?{query}",
691
+ "requestSchema": "schema.json",
692
+ "responseSchema": "schema.json",
693
+ "timeout": 0,
694
+ "sendEmpty": false,
695
+ "sendGetBody": false,
696
+ "requestDatatype": "JSON",
697
+ "responseDatatype": "JSON",
698
+ "headers": {},
699
+ "responseObjects": [
700
+ {
701
+ "type": "default",
702
+ "key": "",
703
+ "mockFile": ""
704
+ }
705
+ ]
706
+ },
707
+ {
708
+ "name": "groupsMFAInboundPoliciesSourceUsersCandidatesFiltersList",
709
+ "protocol": "REST",
710
+ "method": "GET",
711
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/reactive-policies/inbound/filters/src-users-candidates?{query}",
712
+ "requestSchema": "schema.json",
713
+ "responseSchema": "schema.json",
714
+ "timeout": 0,
715
+ "sendEmpty": false,
716
+ "sendGetBody": false,
717
+ "requestDatatype": "JSON",
718
+ "responseDatatype": "JSON",
719
+ "headers": {},
720
+ "responseObjects": [
721
+ {
722
+ "type": "default",
723
+ "key": "",
724
+ "mockFile": ""
725
+ }
726
+ ]
727
+ },
728
+ {
729
+ "name": "groupsMFAInboundPoliciesMFAMethodsList",
730
+ "protocol": "REST",
731
+ "method": "GET",
732
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/reactive-policies/inbound/mfa-methods?{query}",
733
+ "requestSchema": "schema.json",
734
+ "responseSchema": "schema.json",
735
+ "timeout": 0,
736
+ "sendEmpty": false,
737
+ "sendGetBody": false,
738
+ "requestDatatype": "JSON",
739
+ "responseDatatype": "JSON",
740
+ "headers": {},
741
+ "responseObjects": [
742
+ {
743
+ "type": "default",
744
+ "key": "",
745
+ "mockFile": ""
746
+ }
747
+ ]
748
+ },
749
+ {
750
+ "name": "groupsMFAInboundPoliciesSourceCandidatesList",
751
+ "protocol": "REST",
752
+ "method": "GET",
753
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/reactive-policies/inbound/src-candidates?{query}",
754
+ "requestSchema": "schema.json",
755
+ "responseSchema": "schema.json",
756
+ "timeout": 0,
757
+ "sendEmpty": false,
758
+ "sendGetBody": false,
759
+ "requestDatatype": "JSON",
760
+ "responseDatatype": "JSON",
761
+ "headers": {},
762
+ "responseObjects": [
763
+ {
764
+ "type": "default",
765
+ "key": "",
766
+ "mockFile": ""
767
+ }
768
+ ]
769
+ },
770
+ {
771
+ "name": "groupsMFAInboundPoliciesSourceUserCandidatesList",
772
+ "protocol": "REST",
773
+ "method": "GET",
774
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/reactive-policies/inbound/src-users-candidates?{query}",
775
+ "requestSchema": "schema.json",
776
+ "responseSchema": "schema.json",
777
+ "timeout": 0,
778
+ "sendEmpty": false,
779
+ "sendGetBody": false,
780
+ "requestDatatype": "JSON",
781
+ "responseDatatype": "JSON",
782
+ "headers": {},
783
+ "responseObjects": [
784
+ {
785
+ "type": "default",
786
+ "key": "",
787
+ "mockFile": ""
788
+ }
789
+ ]
790
+ },
791
+ {
792
+ "name": "groupsMFAInboundPoliciesGet",
793
+ "protocol": "REST",
794
+ "method": "GET",
795
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/reactive-policies/inbound/{pathv3}?{query}",
796
+ "requestSchema": "schema.json",
797
+ "responseSchema": "schema.json",
798
+ "timeout": 0,
799
+ "sendEmpty": false,
800
+ "sendGetBody": false,
801
+ "requestDatatype": "JSON",
802
+ "responseDatatype": "JSON",
803
+ "headers": {},
804
+ "responseObjects": [
805
+ {
806
+ "type": "default",
807
+ "key": "",
808
+ "mockFile": ""
809
+ }
810
+ ]
811
+ },
812
+ {
813
+ "name": "groupsMFAInboundPoliciesUpdate",
814
+ "protocol": "REST",
815
+ "method": "PUT",
816
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/reactive-policies/inbound/{pathv3}?{query}",
817
+ "requestSchema": "schema.json",
818
+ "responseSchema": "schema.json",
819
+ "timeout": 0,
820
+ "sendEmpty": false,
821
+ "requestDatatype": "JSON",
822
+ "responseDatatype": "JSON",
823
+ "headers": {},
824
+ "responseObjects": [
825
+ {
826
+ "type": "default",
827
+ "key": "",
828
+ "mockFile": ""
829
+ }
830
+ ]
831
+ },
832
+ {
833
+ "name": "groupsMFAInboundPoliciesDelete",
834
+ "protocol": "REST",
835
+ "method": "DELETE",
836
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/reactive-policies/inbound/{pathv3}?{query}",
837
+ "requestSchema": "schema.json",
838
+ "responseSchema": "schema.json",
839
+ "timeout": 0,
840
+ "sendEmpty": false,
841
+ "requestDatatype": "JSON",
842
+ "responseDatatype": "JSON",
843
+ "headers": {},
844
+ "responseObjects": [
845
+ {
846
+ "type": "default",
847
+ "key": "",
848
+ "mockFile": ""
849
+ }
850
+ ]
851
+ },
852
+ {
853
+ "name": "groupsMFAOutboundPoliciesList",
854
+ "protocol": "REST",
855
+ "method": "GET",
856
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/reactive-policies/outbound?{query}",
857
+ "requestSchema": "schema.json",
858
+ "responseSchema": "schema.json",
859
+ "timeout": 0,
860
+ "sendEmpty": false,
861
+ "sendGetBody": false,
862
+ "requestDatatype": "JSON",
863
+ "responseDatatype": "JSON",
864
+ "headers": {},
865
+ "responseObjects": [
866
+ {
867
+ "type": "default",
868
+ "key": "",
869
+ "mockFile": ""
870
+ }
871
+ ]
872
+ },
873
+ {
874
+ "name": "groupsMFAOutboundPoliciesCreate",
875
+ "protocol": "REST",
876
+ "method": "POST",
877
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/reactive-policies/outbound?{query}",
878
+ "requestSchema": "schema.json",
879
+ "responseSchema": "schema.json",
880
+ "timeout": 0,
881
+ "sendEmpty": false,
882
+ "requestDatatype": "JSON",
883
+ "responseDatatype": "JSON",
884
+ "headers": {},
885
+ "responseObjects": [
886
+ {
887
+ "type": "default",
888
+ "key": "",
889
+ "mockFile": ""
890
+ }
891
+ ]
892
+ },
893
+ {
894
+ "name": "groupsMFAOutboundPoliciesDestinationCandidatesList",
895
+ "protocol": "REST",
896
+ "method": "GET",
897
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/reactive-policies/outbound/dst-candidates?{query}",
898
+ "requestSchema": "schema.json",
899
+ "responseSchema": "schema.json",
900
+ "timeout": 0,
901
+ "sendEmpty": false,
902
+ "sendGetBody": false,
903
+ "requestDatatype": "JSON",
904
+ "responseDatatype": "JSON",
905
+ "headers": {},
906
+ "responseObjects": [
907
+ {
908
+ "type": "default",
909
+ "key": "",
910
+ "mockFile": ""
911
+ }
912
+ ]
913
+ },
914
+ {
915
+ "name": "groupsMFAOutboundPoliciesExcludedSourceCandidatesList",
916
+ "protocol": "REST",
917
+ "method": "GET",
918
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/reactive-policies/outbound/excluded-src-candidates?{query}",
919
+ "requestSchema": "schema.json",
920
+ "responseSchema": "schema.json",
921
+ "timeout": 0,
922
+ "sendEmpty": false,
923
+ "sendGetBody": false,
924
+ "requestDatatype": "JSON",
925
+ "responseDatatype": "JSON",
926
+ "headers": {},
927
+ "responseObjects": [
928
+ {
929
+ "type": "default",
930
+ "key": "",
931
+ "mockFile": ""
932
+ }
933
+ ]
934
+ },
935
+ {
936
+ "name": "groupsMFAOutboundPoliciesFiltersGet",
937
+ "protocol": "REST",
938
+ "method": "GET",
939
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/reactive-policies/outbound/filters?{query}",
940
+ "requestSchema": "schema.json",
941
+ "responseSchema": "schema.json",
942
+ "timeout": 0,
943
+ "sendEmpty": false,
944
+ "sendGetBody": false,
945
+ "requestDatatype": "JSON",
946
+ "responseDatatype": "JSON",
947
+ "headers": {},
948
+ "responseObjects": [
949
+ {
950
+ "type": "default",
951
+ "key": "",
952
+ "mockFile": ""
953
+ }
954
+ ]
955
+ },
956
+ {
957
+ "name": "groupsMFAOutboundPoliciesDestinationCandidatesFiltersList",
958
+ "protocol": "REST",
959
+ "method": "GET",
960
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/reactive-policies/outbound/filters/dst-candidates?{query}",
961
+ "requestSchema": "schema.json",
962
+ "responseSchema": "schema.json",
963
+ "timeout": 0,
964
+ "sendEmpty": false,
965
+ "sendGetBody": false,
966
+ "requestDatatype": "JSON",
967
+ "responseDatatype": "JSON",
968
+ "headers": {},
969
+ "responseObjects": [
970
+ {
971
+ "type": "default",
972
+ "key": "",
973
+ "mockFile": ""
974
+ }
975
+ ]
976
+ },
977
+ {
978
+ "name": "groupsMFAOutboundPoliciesSourceCandidatesFiltersList",
979
+ "protocol": "REST",
980
+ "method": "GET",
981
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/reactive-policies/outbound/filters/src-candidates?{query}",
982
+ "requestSchema": "schema.json",
983
+ "responseSchema": "schema.json",
984
+ "timeout": 0,
985
+ "sendEmpty": false,
986
+ "sendGetBody": false,
987
+ "requestDatatype": "JSON",
988
+ "responseDatatype": "JSON",
989
+ "headers": {},
990
+ "responseObjects": [
991
+ {
992
+ "type": "default",
993
+ "key": "",
994
+ "mockFile": ""
995
+ }
996
+ ]
997
+ },
998
+ {
999
+ "name": "groupsMFAOutboundPoliciesSourceUsersCandidatesFiltersList",
1000
+ "protocol": "REST",
1001
+ "method": "GET",
1002
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/reactive-policies/outbound/filters/src-users-candidates?{query}",
1003
+ "requestSchema": "schema.json",
1004
+ "responseSchema": "schema.json",
1005
+ "timeout": 0,
1006
+ "sendEmpty": false,
1007
+ "sendGetBody": false,
1008
+ "requestDatatype": "JSON",
1009
+ "responseDatatype": "JSON",
1010
+ "headers": {},
1011
+ "responseObjects": [
1012
+ {
1013
+ "type": "default",
1014
+ "key": "",
1015
+ "mockFile": ""
1016
+ }
1017
+ ]
1018
+ },
1019
+ {
1020
+ "name": "groupsMFAOutboundPoliciesMFAMethodsList",
1021
+ "protocol": "REST",
1022
+ "method": "GET",
1023
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/reactive-policies/outbound/mfa-methods?{query}",
1024
+ "requestSchema": "schema.json",
1025
+ "responseSchema": "schema.json",
1026
+ "timeout": 0,
1027
+ "sendEmpty": false,
1028
+ "sendGetBody": false,
1029
+ "requestDatatype": "JSON",
1030
+ "responseDatatype": "JSON",
1031
+ "headers": {},
1032
+ "responseObjects": [
1033
+ {
1034
+ "type": "default",
1035
+ "key": "",
1036
+ "mockFile": ""
1037
+ }
1038
+ ]
1039
+ },
1040
+ {
1041
+ "name": "groupsMFAOutboundPoliciesSourceCandidatesList",
1042
+ "protocol": "REST",
1043
+ "method": "GET",
1044
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/reactive-policies/outbound/src-candidates?{query}",
1045
+ "requestSchema": "schema.json",
1046
+ "responseSchema": "schema.json",
1047
+ "timeout": 0,
1048
+ "sendEmpty": false,
1049
+ "sendGetBody": false,
1050
+ "requestDatatype": "JSON",
1051
+ "responseDatatype": "JSON",
1052
+ "headers": {},
1053
+ "responseObjects": [
1054
+ {
1055
+ "type": "default",
1056
+ "key": "",
1057
+ "mockFile": ""
1058
+ }
1059
+ ]
1060
+ },
1061
+ {
1062
+ "name": "groupsMFAOutboundPoliciesSourceUserCandidatesList",
1063
+ "protocol": "REST",
1064
+ "method": "GET",
1065
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/reactive-policies/outbound/src-users-candidates?{query}",
1066
+ "requestSchema": "schema.json",
1067
+ "responseSchema": "schema.json",
1068
+ "timeout": 0,
1069
+ "sendEmpty": false,
1070
+ "sendGetBody": false,
1071
+ "requestDatatype": "JSON",
1072
+ "responseDatatype": "JSON",
1073
+ "headers": {},
1074
+ "responseObjects": [
1075
+ {
1076
+ "type": "default",
1077
+ "key": "",
1078
+ "mockFile": ""
1079
+ }
1080
+ ]
1081
+ },
1082
+ {
1083
+ "name": "groupsMFAOutboundPoliciesGet",
1084
+ "protocol": "REST",
1085
+ "method": "GET",
1086
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/reactive-policies/outbound/{pathv3}?{query}",
1087
+ "requestSchema": "schema.json",
1088
+ "responseSchema": "schema.json",
1089
+ "timeout": 0,
1090
+ "sendEmpty": false,
1091
+ "sendGetBody": false,
1092
+ "requestDatatype": "JSON",
1093
+ "responseDatatype": "JSON",
1094
+ "headers": {},
1095
+ "responseObjects": [
1096
+ {
1097
+ "type": "default",
1098
+ "key": "",
1099
+ "mockFile": ""
1100
+ }
1101
+ ]
1102
+ },
1103
+ {
1104
+ "name": "groupsMFAOutboundPoliciesUpdate",
1105
+ "protocol": "REST",
1106
+ "method": "PUT",
1107
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/reactive-policies/outbound/{pathv3}?{query}",
1108
+ "requestSchema": "schema.json",
1109
+ "responseSchema": "schema.json",
1110
+ "timeout": 0,
1111
+ "sendEmpty": false,
1112
+ "requestDatatype": "JSON",
1113
+ "responseDatatype": "JSON",
1114
+ "headers": {},
1115
+ "responseObjects": [
1116
+ {
1117
+ "type": "default",
1118
+ "key": "",
1119
+ "mockFile": ""
1120
+ }
1121
+ ]
1122
+ },
1123
+ {
1124
+ "name": "groupsMFAOutboundPoliciesDelete",
1125
+ "protocol": "REST",
1126
+ "method": "DELETE",
1127
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/reactive-policies/outbound/{pathv3}?{query}",
1128
+ "requestSchema": "schema.json",
1129
+ "responseSchema": "schema.json",
1130
+ "timeout": 0,
1131
+ "sendEmpty": false,
1132
+ "requestDatatype": "JSON",
1133
+ "responseDatatype": "JSON",
1134
+ "headers": {},
1135
+ "responseObjects": [
1136
+ {
1137
+ "type": "default",
1138
+ "key": "",
1139
+ "mockFile": ""
1140
+ }
1141
+ ]
1142
+ },
1143
+ {
1144
+ "name": "groupsRulesDistributionGet",
1145
+ "protocol": "REST",
1146
+ "method": "GET",
1147
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/distribution/{pathv3}?{query}",
1148
+ "requestSchema": "schema.json",
1149
+ "responseSchema": "schema.json",
1150
+ "timeout": 0,
1151
+ "sendEmpty": false,
1152
+ "sendGetBody": false,
1153
+ "requestDatatype": "JSON",
1154
+ "responseDatatype": "JSON",
1155
+ "headers": {},
1156
+ "responseObjects": [
1157
+ {
1158
+ "type": "default",
1159
+ "key": "",
1160
+ "mockFile": ""
1161
+ }
1162
+ ]
1163
+ },
1164
+ {
1165
+ "name": "groupsRulesHistoryGet",
1166
+ "protocol": "REST",
1167
+ "method": "GET",
1168
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/history/{pathv3}?{query}",
1169
+ "requestSchema": "schema.json",
1170
+ "responseSchema": "schema.json",
1171
+ "timeout": 0,
1172
+ "sendEmpty": false,
1173
+ "sendGetBody": false,
1174
+ "requestDatatype": "JSON",
1175
+ "responseDatatype": "JSON",
1176
+ "headers": {},
1177
+ "responseObjects": [
1178
+ {
1179
+ "type": "default",
1180
+ "key": "",
1181
+ "mockFile": ""
1182
+ }
1183
+ ]
1184
+ },
1185
+ {
1186
+ "name": "groupsInboundAllowRulesList",
1187
+ "protocol": "REST",
1188
+ "method": "GET",
1189
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound-allow?{query}",
1190
+ "requestSchema": "schema.json",
1191
+ "responseSchema": "schema.json",
1192
+ "timeout": 0,
1193
+ "sendEmpty": false,
1194
+ "sendGetBody": false,
1195
+ "requestDatatype": "JSON",
1196
+ "responseDatatype": "JSON",
1197
+ "headers": {},
1198
+ "responseObjects": [
1199
+ {
1200
+ "type": "default",
1201
+ "key": "",
1202
+ "mockFile": ""
1203
+ }
1204
+ ]
1205
+ },
1206
+ {
1207
+ "name": "groupsInboundAllowRulesCreate",
1208
+ "protocol": "REST",
1209
+ "method": "POST",
1210
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound-allow?{query}",
1211
+ "requestSchema": "schema.json",
1212
+ "responseSchema": "schema.json",
1213
+ "timeout": 0,
1214
+ "sendEmpty": false,
1215
+ "requestDatatype": "JSON",
1216
+ "responseDatatype": "JSON",
1217
+ "headers": {},
1218
+ "responseObjects": [
1219
+ {
1220
+ "type": "default",
1221
+ "key": "",
1222
+ "mockFile": ""
1223
+ }
1224
+ ]
1225
+ },
1226
+ {
1227
+ "name": "groupsInboundAllowRulesExport",
1228
+ "protocol": "REST",
1229
+ "method": "POST",
1230
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound-allow/export?{query}",
1231
+ "requestSchema": "schema.json",
1232
+ "responseSchema": "schema.json",
1233
+ "timeout": 0,
1234
+ "sendEmpty": false,
1235
+ "requestDatatype": "JSON",
1236
+ "responseDatatype": "JSON",
1237
+ "headers": {},
1238
+ "responseObjects": [
1239
+ {
1240
+ "type": "default",
1241
+ "key": "",
1242
+ "mockFile": ""
1243
+ }
1244
+ ]
1245
+ },
1246
+ {
1247
+ "name": "groupsInboundAllowRulesExportGet",
1248
+ "protocol": "REST",
1249
+ "method": "GET",
1250
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound-allow/export/csv/{pathv3}?{query}",
1251
+ "requestSchema": "schema.json",
1252
+ "responseSchema": "schema.json",
1253
+ "timeout": 0,
1254
+ "sendEmpty": false,
1255
+ "sendGetBody": false,
1256
+ "requestDatatype": "JSON",
1257
+ "responseDatatype": "JSON",
1258
+ "headers": {},
1259
+ "responseObjects": [
1260
+ {
1261
+ "type": "default",
1262
+ "key": "",
1263
+ "mockFile": ""
1264
+ }
1265
+ ]
1266
+ },
1267
+ {
1268
+ "name": "groupsInboundAllowRulesExcludedDestinationCandidatesList",
1269
+ "protocol": "REST",
1270
+ "method": "GET",
1271
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound-allow/excluded-local-candidates?{query}",
1272
+ "requestSchema": "schema.json",
1273
+ "responseSchema": "schema.json",
1274
+ "timeout": 0,
1275
+ "sendEmpty": false,
1276
+ "sendGetBody": false,
1277
+ "requestDatatype": "JSON",
1278
+ "responseDatatype": "JSON",
1279
+ "headers": {},
1280
+ "responseObjects": [
1281
+ {
1282
+ "type": "default",
1283
+ "key": "",
1284
+ "mockFile": ""
1285
+ }
1286
+ ]
1287
+ },
1288
+ {
1289
+ "name": "groupsInboundAllowRulesFiltersList",
1290
+ "protocol": "REST",
1291
+ "method": "GET",
1292
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound-allow/filters?{query}",
1293
+ "requestSchema": "schema.json",
1294
+ "responseSchema": "schema.json",
1295
+ "timeout": 0,
1296
+ "sendEmpty": false,
1297
+ "sendGetBody": false,
1298
+ "requestDatatype": "JSON",
1299
+ "responseDatatype": "JSON",
1300
+ "headers": {},
1301
+ "responseObjects": [
1302
+ {
1303
+ "type": "default",
1304
+ "key": "",
1305
+ "mockFile": ""
1306
+ }
1307
+ ]
1308
+ },
1309
+ {
1310
+ "name": "groupsInboundAllowRulesSourceCandidatesFiltersList",
1311
+ "protocol": "REST",
1312
+ "method": "GET",
1313
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound-allow/filters/remote-candidates?{query}",
1314
+ "requestSchema": "schema.json",
1315
+ "responseSchema": "schema.json",
1316
+ "timeout": 0,
1317
+ "sendEmpty": false,
1318
+ "sendGetBody": false,
1319
+ "requestDatatype": "JSON",
1320
+ "responseDatatype": "JSON",
1321
+ "headers": {},
1322
+ "responseObjects": [
1323
+ {
1324
+ "type": "default",
1325
+ "key": "",
1326
+ "mockFile": ""
1327
+ }
1328
+ ]
1329
+ },
1330
+ {
1331
+ "name": "groupsInboundAllowRulesDesinationCandidatesFiltersList",
1332
+ "protocol": "REST",
1333
+ "method": "GET",
1334
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound-allow/filters/local-candidates?{query}",
1335
+ "requestSchema": "schema.json",
1336
+ "responseSchema": "schema.json",
1337
+ "timeout": 0,
1338
+ "sendEmpty": false,
1339
+ "sendGetBody": false,
1340
+ "requestDatatype": "JSON",
1341
+ "responseDatatype": "JSON",
1342
+ "headers": {},
1343
+ "responseObjects": [
1344
+ {
1345
+ "type": "default",
1346
+ "key": "",
1347
+ "mockFile": ""
1348
+ }
1349
+ ]
1350
+ },
1351
+ {
1352
+ "name": "groupsInboundAllowRulesDestinationCandidatesList",
1353
+ "protocol": "REST",
1354
+ "method": "GET",
1355
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound-allow/local-candidates?{query}",
1356
+ "requestSchema": "schema.json",
1357
+ "responseSchema": "schema.json",
1358
+ "timeout": 0,
1359
+ "sendEmpty": false,
1360
+ "sendGetBody": false,
1361
+ "requestDatatype": "JSON",
1362
+ "responseDatatype": "JSON",
1363
+ "headers": {},
1364
+ "responseObjects": [
1365
+ {
1366
+ "type": "default",
1367
+ "key": "",
1368
+ "mockFile": ""
1369
+ }
1370
+ ]
1371
+ },
1372
+ {
1373
+ "name": "groupsInboundAllowRulesSourceCandidatesList",
1374
+ "protocol": "REST",
1375
+ "method": "GET",
1376
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound-allow/remote-candidates?{query}",
1377
+ "requestSchema": "schema.json",
1378
+ "responseSchema": "schema.json",
1379
+ "timeout": 0,
1380
+ "sendEmpty": false,
1381
+ "sendGetBody": false,
1382
+ "requestDatatype": "JSON",
1383
+ "responseDatatype": "JSON",
1384
+ "headers": {},
1385
+ "responseObjects": [
1386
+ {
1387
+ "type": "default",
1388
+ "key": "",
1389
+ "mockFile": ""
1390
+ }
1391
+ ]
1392
+ },
1393
+ {
1394
+ "name": "groupsInboundAllowRulesReviewApprove",
1395
+ "protocol": "REST",
1396
+ "method": "PUT",
1397
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound-allow/review/approve/{pathv3}?{query}",
1398
+ "requestSchema": "schema.json",
1399
+ "responseSchema": "schema.json",
1400
+ "timeout": 0,
1401
+ "sendEmpty": false,
1402
+ "requestDatatype": "JSON",
1403
+ "responseDatatype": "JSON",
1404
+ "headers": {},
1405
+ "responseObjects": [
1406
+ {
1407
+ "type": "default",
1408
+ "key": "",
1409
+ "mockFile": ""
1410
+ }
1411
+ ]
1412
+ },
1413
+ {
1414
+ "name": "groupsInboundAllowRulesReviewApproveWithChanges",
1415
+ "protocol": "REST",
1416
+ "method": "PUT",
1417
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound-allow/review/approve-with-changes/{pathv3}?{query}",
1418
+ "requestSchema": "schema.json",
1419
+ "responseSchema": "schema.json",
1420
+ "timeout": 0,
1421
+ "sendEmpty": false,
1422
+ "requestDatatype": "JSON",
1423
+ "responseDatatype": "JSON",
1424
+ "headers": {},
1425
+ "responseObjects": [
1426
+ {
1427
+ "type": "default",
1428
+ "key": "",
1429
+ "mockFile": ""
1430
+ }
1431
+ ]
1432
+ },
1433
+ {
1434
+ "name": "groupsInboundAllowRulesReviewDeny",
1435
+ "protocol": "REST",
1436
+ "method": "DELETE",
1437
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound-allow/review/reject/{pathv3}?{query}",
1438
+ "requestSchema": "schema.json",
1439
+ "responseSchema": "schema.json",
1440
+ "timeout": 0,
1441
+ "sendEmpty": false,
1442
+ "requestDatatype": "JSON",
1443
+ "responseDatatype": "JSON",
1444
+ "headers": {},
1445
+ "responseObjects": [
1446
+ {
1447
+ "type": "default",
1448
+ "key": "",
1449
+ "mockFile": ""
1450
+ }
1451
+ ]
1452
+ },
1453
+ {
1454
+ "name": "groupsInboundAllowRuleGet",
1455
+ "protocol": "REST",
1456
+ "method": "GET",
1457
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound-allow/{pathv3}?{query}",
1458
+ "requestSchema": "schema.json",
1459
+ "responseSchema": "schema.json",
1460
+ "timeout": 0,
1461
+ "sendEmpty": false,
1462
+ "sendGetBody": false,
1463
+ "requestDatatype": "JSON",
1464
+ "responseDatatype": "JSON",
1465
+ "headers": {},
1466
+ "responseObjects": [
1467
+ {
1468
+ "type": "default",
1469
+ "key": "",
1470
+ "mockFile": ""
1471
+ }
1472
+ ]
1473
+ },
1474
+ {
1475
+ "name": "groupsInboundAllowRuleUpdate",
1476
+ "protocol": "REST",
1477
+ "method": "PUT",
1478
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound-allow/{pathv3}?{query}",
1479
+ "requestSchema": "schema.json",
1480
+ "responseSchema": "schema.json",
1481
+ "timeout": 0,
1482
+ "sendEmpty": false,
1483
+ "requestDatatype": "JSON",
1484
+ "responseDatatype": "JSON",
1485
+ "headers": {},
1486
+ "responseObjects": [
1487
+ {
1488
+ "type": "default",
1489
+ "key": "",
1490
+ "mockFile": ""
1491
+ }
1492
+ ]
1493
+ },
1494
+ {
1495
+ "name": "groupsInboundAllowRuleDelete",
1496
+ "protocol": "REST",
1497
+ "method": "DELETE",
1498
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound-allow/{pathv3}?{query}",
1499
+ "requestSchema": "schema.json",
1500
+ "responseSchema": "schema.json",
1501
+ "timeout": 0,
1502
+ "sendEmpty": false,
1503
+ "requestDatatype": "JSON",
1504
+ "responseDatatype": "JSON",
1505
+ "headers": {},
1506
+ "responseObjects": [
1507
+ {
1508
+ "type": "default",
1509
+ "key": "",
1510
+ "mockFile": ""
1511
+ }
1512
+ ]
1513
+ },
1514
+ {
1515
+ "name": "groupsInboundBlockRulesList",
1516
+ "protocol": "REST",
1517
+ "method": "GET",
1518
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound-block?{query}",
1519
+ "requestSchema": "schema.json",
1520
+ "responseSchema": "schema.json",
1521
+ "timeout": 0,
1522
+ "sendEmpty": false,
1523
+ "sendGetBody": false,
1524
+ "requestDatatype": "JSON",
1525
+ "responseDatatype": "JSON",
1526
+ "headers": {},
1527
+ "responseObjects": [
1528
+ {
1529
+ "type": "default",
1530
+ "key": "",
1531
+ "mockFile": ""
1532
+ }
1533
+ ]
1534
+ },
1535
+ {
1536
+ "name": "groupsInboundBlockRulesCreate",
1537
+ "protocol": "REST",
1538
+ "method": "POST",
1539
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound-block?{query}",
1540
+ "requestSchema": "schema.json",
1541
+ "responseSchema": "schema.json",
1542
+ "timeout": 0,
1543
+ "sendEmpty": false,
1544
+ "requestDatatype": "JSON",
1545
+ "responseDatatype": "JSON",
1546
+ "headers": {},
1547
+ "responseObjects": [
1548
+ {
1549
+ "type": "default",
1550
+ "key": "",
1551
+ "mockFile": ""
1552
+ }
1553
+ ]
1554
+ },
1555
+ {
1556
+ "name": "groupsInboundBlockRulesExport",
1557
+ "protocol": "REST",
1558
+ "method": "POST",
1559
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound-block/export?{query}",
1560
+ "requestSchema": "schema.json",
1561
+ "responseSchema": "schema.json",
1562
+ "timeout": 0,
1563
+ "sendEmpty": false,
1564
+ "requestDatatype": "JSON",
1565
+ "responseDatatype": "JSON",
1566
+ "headers": {},
1567
+ "responseObjects": [
1568
+ {
1569
+ "type": "default",
1570
+ "key": "",
1571
+ "mockFile": ""
1572
+ }
1573
+ ]
1574
+ },
1575
+ {
1576
+ "name": "groupsInboundBlockRulesExportGet",
1577
+ "protocol": "REST",
1578
+ "method": "GET",
1579
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound-block/export/csv/{pathv3}?{query}",
1580
+ "requestSchema": "schema.json",
1581
+ "responseSchema": "schema.json",
1582
+ "timeout": 0,
1583
+ "sendEmpty": false,
1584
+ "sendGetBody": false,
1585
+ "requestDatatype": "JSON",
1586
+ "responseDatatype": "JSON",
1587
+ "headers": {},
1588
+ "responseObjects": [
1589
+ {
1590
+ "type": "default",
1591
+ "key": "",
1592
+ "mockFile": ""
1593
+ }
1594
+ ]
1595
+ },
1596
+ {
1597
+ "name": "groupsInboundBlockRulesExcludedDestinationCandidatesList",
1598
+ "protocol": "REST",
1599
+ "method": "GET",
1600
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound-block/excluded-local-candidates?{query}",
1601
+ "requestSchema": "schema.json",
1602
+ "responseSchema": "schema.json",
1603
+ "timeout": 0,
1604
+ "sendEmpty": false,
1605
+ "sendGetBody": false,
1606
+ "requestDatatype": "JSON",
1607
+ "responseDatatype": "JSON",
1608
+ "headers": {},
1609
+ "responseObjects": [
1610
+ {
1611
+ "type": "default",
1612
+ "key": "",
1613
+ "mockFile": ""
1614
+ }
1615
+ ]
1616
+ },
1617
+ {
1618
+ "name": "groupsInboundBlockRulesFiltersGet",
1619
+ "protocol": "REST",
1620
+ "method": "GET",
1621
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound-block/filters?{query}",
1622
+ "requestSchema": "schema.json",
1623
+ "responseSchema": "schema.json",
1624
+ "timeout": 0,
1625
+ "sendEmpty": false,
1626
+ "sendGetBody": false,
1627
+ "requestDatatype": "JSON",
1628
+ "responseDatatype": "JSON",
1629
+ "headers": {},
1630
+ "responseObjects": [
1631
+ {
1632
+ "type": "default",
1633
+ "key": "",
1634
+ "mockFile": ""
1635
+ }
1636
+ ]
1637
+ },
1638
+ {
1639
+ "name": "groupsInboundBlockRulesDestinationCandidatesFiltersList",
1640
+ "protocol": "REST",
1641
+ "method": "GET",
1642
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound-block/filters/local-candidates?{query}",
1643
+ "requestSchema": "schema.json",
1644
+ "responseSchema": "schema.json",
1645
+ "timeout": 0,
1646
+ "sendEmpty": false,
1647
+ "sendGetBody": false,
1648
+ "requestDatatype": "JSON",
1649
+ "responseDatatype": "JSON",
1650
+ "headers": {},
1651
+ "responseObjects": [
1652
+ {
1653
+ "type": "default",
1654
+ "key": "",
1655
+ "mockFile": ""
1656
+ }
1657
+ ]
1658
+ },
1659
+ {
1660
+ "name": "groupsInboundBlockRulesSourceCandidatesFiltersList",
1661
+ "protocol": "REST",
1662
+ "method": "GET",
1663
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound-block/filters/remote-candidates?{query}",
1664
+ "requestSchema": "schema.json",
1665
+ "responseSchema": "schema.json",
1666
+ "timeout": 0,
1667
+ "sendEmpty": false,
1668
+ "sendGetBody": false,
1669
+ "requestDatatype": "JSON",
1670
+ "responseDatatype": "JSON",
1671
+ "headers": {},
1672
+ "responseObjects": [
1673
+ {
1674
+ "type": "default",
1675
+ "key": "",
1676
+ "mockFile": ""
1677
+ }
1678
+ ]
1679
+ },
1680
+ {
1681
+ "name": "groupsInboundBlockRulesDestinationCandidatesList",
1682
+ "protocol": "REST",
1683
+ "method": "GET",
1684
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound-block/local-candidates?{query}",
1685
+ "requestSchema": "schema.json",
1686
+ "responseSchema": "schema.json",
1687
+ "timeout": 0,
1688
+ "sendEmpty": false,
1689
+ "sendGetBody": false,
1690
+ "requestDatatype": "JSON",
1691
+ "responseDatatype": "JSON",
1692
+ "headers": {},
1693
+ "responseObjects": [
1694
+ {
1695
+ "type": "default",
1696
+ "key": "",
1697
+ "mockFile": ""
1698
+ }
1699
+ ]
1700
+ },
1701
+ {
1702
+ "name": "groupsInboundBlockRulesSourceCandidatesList",
1703
+ "protocol": "REST",
1704
+ "method": "GET",
1705
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound-block/remote-candidates?{query}",
1706
+ "requestSchema": "schema.json",
1707
+ "responseSchema": "schema.json",
1708
+ "timeout": 0,
1709
+ "sendEmpty": false,
1710
+ "sendGetBody": false,
1711
+ "requestDatatype": "JSON",
1712
+ "responseDatatype": "JSON",
1713
+ "headers": {},
1714
+ "responseObjects": [
1715
+ {
1716
+ "type": "default",
1717
+ "key": "",
1718
+ "mockFile": ""
1719
+ }
1720
+ ]
1721
+ },
1722
+ {
1723
+ "name": "groupsInboundBlockRulesReviewApprove",
1724
+ "protocol": "REST",
1725
+ "method": "PUT",
1726
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound-block/review/approve/{pathv3}?{query}",
1727
+ "requestSchema": "schema.json",
1728
+ "responseSchema": "schema.json",
1729
+ "timeout": 0,
1730
+ "sendEmpty": false,
1731
+ "requestDatatype": "JSON",
1732
+ "responseDatatype": "JSON",
1733
+ "headers": {},
1734
+ "responseObjects": [
1735
+ {
1736
+ "type": "default",
1737
+ "key": "",
1738
+ "mockFile": ""
1739
+ }
1740
+ ]
1741
+ },
1742
+ {
1743
+ "name": "groupsInboundBlockRulesReviewApproveWithChanges",
1744
+ "protocol": "REST",
1745
+ "method": "PUT",
1746
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound-block/review/approve-with-changes/{pathv3}?{query}",
1747
+ "requestSchema": "schema.json",
1748
+ "responseSchema": "schema.json",
1749
+ "timeout": 0,
1750
+ "sendEmpty": false,
1751
+ "requestDatatype": "JSON",
1752
+ "responseDatatype": "JSON",
1753
+ "headers": {},
1754
+ "responseObjects": [
1755
+ {
1756
+ "type": "default",
1757
+ "key": "",
1758
+ "mockFile": ""
1759
+ }
1760
+ ]
1761
+ },
1762
+ {
1763
+ "name": "groupsInboundBlockRulesReviewDeny",
1764
+ "protocol": "REST",
1765
+ "method": "DELETE",
1766
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound-block/review/reject/{pathv3}?{query}",
1767
+ "requestSchema": "schema.json",
1768
+ "responseSchema": "schema.json",
1769
+ "timeout": 0,
1770
+ "sendEmpty": false,
1771
+ "requestDatatype": "JSON",
1772
+ "responseDatatype": "JSON",
1773
+ "headers": {},
1774
+ "responseObjects": [
1775
+ {
1776
+ "type": "default",
1777
+ "key": "",
1778
+ "mockFile": ""
1779
+ }
1780
+ ]
1781
+ },
1782
+ {
1783
+ "name": "groupsInboundBlockRuleGet",
1784
+ "protocol": "REST",
1785
+ "method": "GET",
1786
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound-block/{pathv3}?{query}",
1787
+ "requestSchema": "schema.json",
1788
+ "responseSchema": "schema.json",
1789
+ "timeout": 0,
1790
+ "sendEmpty": false,
1791
+ "sendGetBody": false,
1792
+ "requestDatatype": "JSON",
1793
+ "responseDatatype": "JSON",
1794
+ "headers": {},
1795
+ "responseObjects": [
1796
+ {
1797
+ "type": "default",
1798
+ "key": "",
1799
+ "mockFile": ""
1800
+ }
1801
+ ]
1802
+ },
1803
+ {
1804
+ "name": "groupsInboundBlockRuleUpdate",
1805
+ "protocol": "REST",
1806
+ "method": "PUT",
1807
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound-block/{pathv3}?{query}",
1808
+ "requestSchema": "schema.json",
1809
+ "responseSchema": "schema.json",
1810
+ "timeout": 0,
1811
+ "sendEmpty": false,
1812
+ "requestDatatype": "JSON",
1813
+ "responseDatatype": "JSON",
1814
+ "headers": {},
1815
+ "responseObjects": [
1816
+ {
1817
+ "type": "default",
1818
+ "key": "",
1819
+ "mockFile": ""
1820
+ }
1821
+ ]
1822
+ },
1823
+ {
1824
+ "name": "groupsInboundBlockRuleDelete",
1825
+ "protocol": "REST",
1826
+ "method": "DELETE",
1827
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/inbound-block/{pathv3}?{query}",
1828
+ "requestSchema": "schema.json",
1829
+ "responseSchema": "schema.json",
1830
+ "timeout": 0,
1831
+ "sendEmpty": false,
1832
+ "requestDatatype": "JSON",
1833
+ "responseDatatype": "JSON",
1834
+ "headers": {},
1835
+ "responseObjects": [
1836
+ {
1837
+ "type": "default",
1838
+ "key": "",
1839
+ "mockFile": ""
1840
+ }
1841
+ ]
1842
+ },
1843
+ {
1844
+ "name": "groupsOutboundBlockRulesList",
1845
+ "protocol": "REST",
1846
+ "method": "GET",
1847
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/outbound-block?{query}",
1848
+ "requestSchema": "schema.json",
1849
+ "responseSchema": "schema.json",
1850
+ "timeout": 0,
1851
+ "sendEmpty": false,
1852
+ "sendGetBody": false,
1853
+ "requestDatatype": "JSON",
1854
+ "responseDatatype": "JSON",
1855
+ "headers": {},
1856
+ "responseObjects": [
1857
+ {
1858
+ "type": "default",
1859
+ "key": "",
1860
+ "mockFile": ""
1861
+ }
1862
+ ]
1863
+ },
1864
+ {
1865
+ "name": "groupsOutboundBlockRulesCreate",
1866
+ "protocol": "REST",
1867
+ "method": "POST",
1868
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/outbound-block?{query}",
1869
+ "requestSchema": "schema.json",
1870
+ "responseSchema": "schema.json",
1871
+ "timeout": 0,
1872
+ "sendEmpty": false,
1873
+ "requestDatatype": "JSON",
1874
+ "responseDatatype": "JSON",
1875
+ "headers": {},
1876
+ "responseObjects": [
1877
+ {
1878
+ "type": "default",
1879
+ "key": "",
1880
+ "mockFile": ""
1881
+ }
1882
+ ]
1883
+ },
1884
+ {
1885
+ "name": "groupsOutboundBlockRulesExport",
1886
+ "protocol": "REST",
1887
+ "method": "POST",
1888
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/outbound-block/export?{query}",
1889
+ "requestSchema": "schema.json",
1890
+ "responseSchema": "schema.json",
1891
+ "timeout": 0,
1892
+ "sendEmpty": false,
1893
+ "requestDatatype": "JSON",
1894
+ "responseDatatype": "JSON",
1895
+ "headers": {},
1896
+ "responseObjects": [
1897
+ {
1898
+ "type": "default",
1899
+ "key": "",
1900
+ "mockFile": ""
1901
+ }
1902
+ ]
1903
+ },
1904
+ {
1905
+ "name": "groupsOutboundBlockRulesExportGet",
1906
+ "protocol": "REST",
1907
+ "method": "GET",
1908
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/outbound-block/export/csv/{pathv3}?{query}",
1909
+ "requestSchema": "schema.json",
1910
+ "responseSchema": "schema.json",
1911
+ "timeout": 0,
1912
+ "sendEmpty": false,
1913
+ "sendGetBody": false,
1914
+ "requestDatatype": "JSON",
1915
+ "responseDatatype": "JSON",
1916
+ "headers": {},
1917
+ "responseObjects": [
1918
+ {
1919
+ "type": "default",
1920
+ "key": "",
1921
+ "mockFile": ""
1922
+ }
1923
+ ]
1924
+ },
1925
+ {
1926
+ "name": "groupsOutboundBlockRulesExcludedSourceCandidatesList",
1927
+ "protocol": "REST",
1928
+ "method": "GET",
1929
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/outbound-block/excluded-local-candidates?{query}",
1930
+ "requestSchema": "schema.json",
1931
+ "responseSchema": "schema.json",
1932
+ "timeout": 0,
1933
+ "sendEmpty": false,
1934
+ "sendGetBody": false,
1935
+ "requestDatatype": "JSON",
1936
+ "responseDatatype": "JSON",
1937
+ "headers": {},
1938
+ "responseObjects": [
1939
+ {
1940
+ "type": "default",
1941
+ "key": "",
1942
+ "mockFile": ""
1943
+ }
1944
+ ]
1945
+ },
1946
+ {
1947
+ "name": "groupsOutboundBlockRulesFiltersList",
1948
+ "protocol": "REST",
1949
+ "method": "GET",
1950
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/outbound-block/filters?{query}",
1951
+ "requestSchema": "schema.json",
1952
+ "responseSchema": "schema.json",
1953
+ "timeout": 0,
1954
+ "sendEmpty": false,
1955
+ "sendGetBody": false,
1956
+ "requestDatatype": "JSON",
1957
+ "responseDatatype": "JSON",
1958
+ "headers": {},
1959
+ "responseObjects": [
1960
+ {
1961
+ "type": "default",
1962
+ "key": "",
1963
+ "mockFile": ""
1964
+ }
1965
+ ]
1966
+ },
1967
+ {
1968
+ "name": "groupsOutboundBlockRulesSourceCandidatesFiltersList",
1969
+ "protocol": "REST",
1970
+ "method": "GET",
1971
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/outbound-block/filters/local-candidates?{query}",
1972
+ "requestSchema": "schema.json",
1973
+ "responseSchema": "schema.json",
1974
+ "timeout": 0,
1975
+ "sendEmpty": false,
1976
+ "sendGetBody": false,
1977
+ "requestDatatype": "JSON",
1978
+ "responseDatatype": "JSON",
1979
+ "headers": {},
1980
+ "responseObjects": [
1981
+ {
1982
+ "type": "default",
1983
+ "key": "",
1984
+ "mockFile": ""
1985
+ }
1986
+ ]
1987
+ },
1988
+ {
1989
+ "name": "groupsOutboundBlockRulesDestinationCandidatesFiltersList",
1990
+ "protocol": "REST",
1991
+ "method": "GET",
1992
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/outbound-block/filters/remote-candidates?{query}",
1993
+ "requestSchema": "schema.json",
1994
+ "responseSchema": "schema.json",
1995
+ "timeout": 0,
1996
+ "sendEmpty": false,
1997
+ "sendGetBody": false,
1998
+ "requestDatatype": "JSON",
1999
+ "responseDatatype": "JSON",
2000
+ "headers": {},
2001
+ "responseObjects": [
2002
+ {
2003
+ "type": "default",
2004
+ "key": "",
2005
+ "mockFile": ""
2006
+ }
2007
+ ]
2008
+ },
2009
+ {
2010
+ "name": "groupsOutboundBlockRulesSourceCandidatesList",
2011
+ "protocol": "REST",
2012
+ "method": "GET",
2013
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/outbound-block/local-candidates?{query}",
2014
+ "requestSchema": "schema.json",
2015
+ "responseSchema": "schema.json",
2016
+ "timeout": 0,
2017
+ "sendEmpty": false,
2018
+ "sendGetBody": false,
2019
+ "requestDatatype": "JSON",
2020
+ "responseDatatype": "JSON",
2021
+ "headers": {},
2022
+ "responseObjects": [
2023
+ {
2024
+ "type": "default",
2025
+ "key": "",
2026
+ "mockFile": ""
2027
+ }
2028
+ ]
2029
+ },
2030
+ {
2031
+ "name": "groupsOutboundBlockRulesDestinationCandidatesList",
2032
+ "protocol": "REST",
2033
+ "method": "GET",
2034
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/outbound-block/remote-candidates?{query}",
2035
+ "requestSchema": "schema.json",
2036
+ "responseSchema": "schema.json",
2037
+ "timeout": 0,
2038
+ "sendEmpty": false,
2039
+ "sendGetBody": false,
2040
+ "requestDatatype": "JSON",
2041
+ "responseDatatype": "JSON",
2042
+ "headers": {},
2043
+ "responseObjects": [
2044
+ {
2045
+ "type": "default",
2046
+ "key": "",
2047
+ "mockFile": ""
2048
+ }
2049
+ ]
2050
+ },
2051
+ {
2052
+ "name": "groupsOutboundBlockRulesReviewApprove",
2053
+ "protocol": "REST",
2054
+ "method": "PUT",
2055
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/outbound-block/review/approve/{pathv3}?{query}",
2056
+ "requestSchema": "schema.json",
2057
+ "responseSchema": "schema.json",
2058
+ "timeout": 0,
2059
+ "sendEmpty": false,
2060
+ "requestDatatype": "JSON",
2061
+ "responseDatatype": "JSON",
2062
+ "headers": {},
2063
+ "responseObjects": [
2064
+ {
2065
+ "type": "default",
2066
+ "key": "",
2067
+ "mockFile": ""
2068
+ }
2069
+ ]
2070
+ },
2071
+ {
2072
+ "name": "groupsOutboundBlockRulesReviewApproveWithChanges",
2073
+ "protocol": "REST",
2074
+ "method": "PUT",
2075
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/outbound-block/review/approve-with-changes/{pathv3}?{query}",
2076
+ "requestSchema": "schema.json",
2077
+ "responseSchema": "schema.json",
2078
+ "timeout": 0,
2079
+ "sendEmpty": false,
2080
+ "requestDatatype": "JSON",
2081
+ "responseDatatype": "JSON",
2082
+ "headers": {},
2083
+ "responseObjects": [
2084
+ {
2085
+ "type": "default",
2086
+ "key": "",
2087
+ "mockFile": ""
2088
+ }
2089
+ ]
2090
+ },
2091
+ {
2092
+ "name": "groupsOutboundBlockRulesReviewDeny",
2093
+ "protocol": "REST",
2094
+ "method": "DELETE",
2095
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/outbound-block/review/reject/{pathv3}?{query}",
2096
+ "requestSchema": "schema.json",
2097
+ "responseSchema": "schema.json",
2098
+ "timeout": 0,
2099
+ "sendEmpty": false,
2100
+ "requestDatatype": "JSON",
2101
+ "responseDatatype": "JSON",
2102
+ "headers": {},
2103
+ "responseObjects": [
2104
+ {
2105
+ "type": "default",
2106
+ "key": "",
2107
+ "mockFile": ""
2108
+ }
2109
+ ]
2110
+ },
2111
+ {
2112
+ "name": "groupsOutboundBlockRuleGet",
2113
+ "protocol": "REST",
2114
+ "method": "GET",
2115
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/outbound-block/{pathv3}?{query}",
2116
+ "requestSchema": "schema.json",
2117
+ "responseSchema": "schema.json",
2118
+ "timeout": 0,
2119
+ "sendEmpty": false,
2120
+ "sendGetBody": false,
2121
+ "requestDatatype": "JSON",
2122
+ "responseDatatype": "JSON",
2123
+ "headers": {},
2124
+ "responseObjects": [
2125
+ {
2126
+ "type": "default",
2127
+ "key": "",
2128
+ "mockFile": ""
2129
+ }
2130
+ ]
2131
+ },
2132
+ {
2133
+ "name": "groupsOutboundBlockRuleUpdate",
2134
+ "protocol": "REST",
2135
+ "method": "PUT",
2136
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/outbound-block/{pathv3}?{query}",
2137
+ "requestSchema": "schema.json",
2138
+ "responseSchema": "schema.json",
2139
+ "timeout": 0,
2140
+ "sendEmpty": false,
2141
+ "requestDatatype": "JSON",
2142
+ "responseDatatype": "JSON",
2143
+ "headers": {},
2144
+ "responseObjects": [
2145
+ {
2146
+ "type": "default",
2147
+ "key": "",
2148
+ "mockFile": ""
2149
+ }
2150
+ ]
2151
+ },
2152
+ {
2153
+ "name": "groupsOutboundBlockRuleDelete",
2154
+ "protocol": "REST",
2155
+ "method": "DELETE",
2156
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/outbound-block/{pathv3}?{query}",
2157
+ "requestSchema": "schema.json",
2158
+ "responseSchema": "schema.json",
2159
+ "timeout": 0,
2160
+ "sendEmpty": false,
2161
+ "requestDatatype": "JSON",
2162
+ "responseDatatype": "JSON",
2163
+ "headers": {},
2164
+ "responseObjects": [
2165
+ {
2166
+ "type": "default",
2167
+ "key": "",
2168
+ "mockFile": ""
2169
+ }
2170
+ ]
2171
+ },
2172
+ {
2173
+ "name": "groupsOutboundAllowRulesList",
2174
+ "protocol": "REST",
2175
+ "method": "GET",
2176
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/outbound?{query}",
2177
+ "requestSchema": "schema.json",
2178
+ "responseSchema": "schema.json",
2179
+ "timeout": 0,
2180
+ "sendEmpty": false,
2181
+ "sendGetBody": false,
2182
+ "requestDatatype": "JSON",
2183
+ "responseDatatype": "JSON",
2184
+ "headers": {},
2185
+ "responseObjects": [
2186
+ {
2187
+ "type": "default",
2188
+ "key": "",
2189
+ "mockFile": ""
2190
+ }
2191
+ ]
2192
+ },
2193
+ {
2194
+ "name": "groupsOutboundAllowRulesCreate",
2195
+ "protocol": "REST",
2196
+ "method": "POST",
2197
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/outbound?{query}",
2198
+ "requestSchema": "schema.json",
2199
+ "responseSchema": "schema.json",
2200
+ "timeout": 0,
2201
+ "sendEmpty": false,
2202
+ "requestDatatype": "JSON",
2203
+ "responseDatatype": "JSON",
2204
+ "headers": {},
2205
+ "responseObjects": [
2206
+ {
2207
+ "type": "default",
2208
+ "key": "",
2209
+ "mockFile": ""
2210
+ }
2211
+ ]
2212
+ },
2213
+ {
2214
+ "name": "groupsOutboundAllowRulesExport",
2215
+ "protocol": "REST",
2216
+ "method": "POST",
2217
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/outbound/export?{query}",
2218
+ "requestSchema": "schema.json",
2219
+ "responseSchema": "schema.json",
2220
+ "timeout": 0,
2221
+ "sendEmpty": false,
2222
+ "requestDatatype": "JSON",
2223
+ "responseDatatype": "JSON",
2224
+ "headers": {},
2225
+ "responseObjects": [
2226
+ {
2227
+ "type": "default",
2228
+ "key": "",
2229
+ "mockFile": ""
2230
+ }
2231
+ ]
2232
+ },
2233
+ {
2234
+ "name": "groupsOutboundAllowRulesExportGet",
2235
+ "protocol": "REST",
2236
+ "method": "GET",
2237
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/outbound/export/csv/{pathv3}?{query}",
2238
+ "requestSchema": "schema.json",
2239
+ "responseSchema": "schema.json",
2240
+ "timeout": 0,
2241
+ "sendEmpty": false,
2242
+ "sendGetBody": false,
2243
+ "requestDatatype": "JSON",
2244
+ "responseDatatype": "JSON",
2245
+ "headers": {},
2246
+ "responseObjects": [
2247
+ {
2248
+ "type": "default",
2249
+ "key": "",
2250
+ "mockFile": ""
2251
+ }
2252
+ ]
2253
+ },
2254
+ {
2255
+ "name": "groupsOutboundAllowRulesExcludedSourceCandidatesList",
2256
+ "protocol": "REST",
2257
+ "method": "GET",
2258
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/outbound/excluded-local-candidates?{query}",
2259
+ "requestSchema": "schema.json",
2260
+ "responseSchema": "schema.json",
2261
+ "timeout": 0,
2262
+ "sendEmpty": false,
2263
+ "sendGetBody": false,
2264
+ "requestDatatype": "JSON",
2265
+ "responseDatatype": "JSON",
2266
+ "headers": {},
2267
+ "responseObjects": [
2268
+ {
2269
+ "type": "default",
2270
+ "key": "",
2271
+ "mockFile": ""
2272
+ }
2273
+ ]
2274
+ },
2275
+ {
2276
+ "name": "groupsOutboundAllowRulesFiltersList",
2277
+ "protocol": "REST",
2278
+ "method": "GET",
2279
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/outbound/filters?{query}",
2280
+ "requestSchema": "schema.json",
2281
+ "responseSchema": "schema.json",
2282
+ "timeout": 0,
2283
+ "sendEmpty": false,
2284
+ "sendGetBody": false,
2285
+ "requestDatatype": "JSON",
2286
+ "responseDatatype": "JSON",
2287
+ "headers": {},
2288
+ "responseObjects": [
2289
+ {
2290
+ "type": "default",
2291
+ "key": "",
2292
+ "mockFile": ""
2293
+ }
2294
+ ]
2295
+ },
2296
+ {
2297
+ "name": "groupsOutboundAllowRulesExcludedSourceCandidatesFiltersList",
2298
+ "protocol": "REST",
2299
+ "method": "GET",
2300
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/outbound/filters/excluded-local-candidates?{query}",
2301
+ "requestSchema": "schema.json",
2302
+ "responseSchema": "schema.json",
2303
+ "timeout": 0,
2304
+ "sendEmpty": false,
2305
+ "sendGetBody": false,
2306
+ "requestDatatype": "JSON",
2307
+ "responseDatatype": "JSON",
2308
+ "headers": {},
2309
+ "responseObjects": [
2310
+ {
2311
+ "type": "default",
2312
+ "key": "",
2313
+ "mockFile": ""
2314
+ }
2315
+ ]
2316
+ },
2317
+ {
2318
+ "name": "groupsOutboundAllowRulesSourceCandidatesFiltersList",
2319
+ "protocol": "REST",
2320
+ "method": "GET",
2321
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/outbound/filters/local-candidates?{query}",
2322
+ "requestSchema": "schema.json",
2323
+ "responseSchema": "schema.json",
2324
+ "timeout": 0,
2325
+ "sendEmpty": false,
2326
+ "sendGetBody": false,
2327
+ "requestDatatype": "JSON",
2328
+ "responseDatatype": "JSON",
2329
+ "headers": {},
2330
+ "responseObjects": [
2331
+ {
2332
+ "type": "default",
2333
+ "key": "",
2334
+ "mockFile": ""
2335
+ }
2336
+ ]
2337
+ },
2338
+ {
2339
+ "name": "groupsOutboundAllowRulesDestinationCandidatesFiltersList",
2340
+ "protocol": "REST",
2341
+ "method": "GET",
2342
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/outbound/filters/remote-candidates?{query}",
2343
+ "requestSchema": "schema.json",
2344
+ "responseSchema": "schema.json",
2345
+ "timeout": 0,
2346
+ "sendEmpty": false,
2347
+ "sendGetBody": false,
2348
+ "requestDatatype": "JSON",
2349
+ "responseDatatype": "JSON",
2350
+ "headers": {},
2351
+ "responseObjects": [
2352
+ {
2353
+ "type": "default",
2354
+ "key": "",
2355
+ "mockFile": ""
2356
+ }
2357
+ ]
2358
+ },
2359
+ {
2360
+ "name": "groupsOutboundAllowRulesSourceCandidatesList",
2361
+ "protocol": "REST",
2362
+ "method": "GET",
2363
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/outbound/local-candidates?{query}",
2364
+ "requestSchema": "schema.json",
2365
+ "responseSchema": "schema.json",
2366
+ "timeout": 0,
2367
+ "sendEmpty": false,
2368
+ "sendGetBody": false,
2369
+ "requestDatatype": "JSON",
2370
+ "responseDatatype": "JSON",
2371
+ "headers": {},
2372
+ "responseObjects": [
2373
+ {
2374
+ "type": "default",
2375
+ "key": "",
2376
+ "mockFile": ""
2377
+ }
2378
+ ]
2379
+ },
2380
+ {
2381
+ "name": "groupsOutboundAllowRulesDestinationCandidatesList",
2382
+ "protocol": "REST",
2383
+ "method": "GET",
2384
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/outbound/remote-candidates?{query}",
2385
+ "requestSchema": "schema.json",
2386
+ "responseSchema": "schema.json",
2387
+ "timeout": 0,
2388
+ "sendEmpty": false,
2389
+ "sendGetBody": false,
2390
+ "requestDatatype": "JSON",
2391
+ "responseDatatype": "JSON",
2392
+ "headers": {},
2393
+ "responseObjects": [
2394
+ {
2395
+ "type": "default",
2396
+ "key": "",
2397
+ "mockFile": ""
2398
+ }
2399
+ ]
2400
+ },
2401
+ {
2402
+ "name": "groupsOutboundAllowRulesReviewApprove",
2403
+ "protocol": "REST",
2404
+ "method": "PUT",
2405
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/outbound/review/approve/{pathv3}?{query}",
2406
+ "requestSchema": "schema.json",
2407
+ "responseSchema": "schema.json",
2408
+ "timeout": 0,
2409
+ "sendEmpty": false,
2410
+ "requestDatatype": "JSON",
2411
+ "responseDatatype": "JSON",
2412
+ "headers": {},
2413
+ "responseObjects": [
2414
+ {
2415
+ "type": "default",
2416
+ "key": "",
2417
+ "mockFile": ""
2418
+ }
2419
+ ]
2420
+ },
2421
+ {
2422
+ "name": "groupsOutboundAllowRulesReviewApproveWithChanges",
2423
+ "protocol": "REST",
2424
+ "method": "PUT",
2425
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/outbound/review/approve-with-changes/{pathv3}?{query}",
2426
+ "requestSchema": "schema.json",
2427
+ "responseSchema": "schema.json",
2428
+ "timeout": 0,
2429
+ "sendEmpty": false,
2430
+ "requestDatatype": "JSON",
2431
+ "responseDatatype": "JSON",
2432
+ "headers": {},
2433
+ "responseObjects": [
2434
+ {
2435
+ "type": "default",
2436
+ "key": "",
2437
+ "mockFile": ""
2438
+ }
2439
+ ]
2440
+ },
2441
+ {
2442
+ "name": "groupsOutboundAllowRulesReviewDeny",
2443
+ "protocol": "REST",
2444
+ "method": "DELETE",
2445
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/outbound/review/reject/{pathv3}?{query}",
2446
+ "requestSchema": "schema.json",
2447
+ "responseSchema": "schema.json",
2448
+ "timeout": 0,
2449
+ "sendEmpty": false,
2450
+ "requestDatatype": "JSON",
2451
+ "responseDatatype": "JSON",
2452
+ "headers": {},
2453
+ "responseObjects": [
2454
+ {
2455
+ "type": "default",
2456
+ "key": "",
2457
+ "mockFile": ""
2458
+ }
2459
+ ]
2460
+ },
2461
+ {
2462
+ "name": "groupsOutboundAllowRuleGet",
2463
+ "protocol": "REST",
2464
+ "method": "GET",
2465
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/outbound/{pathv3}?{query}",
2466
+ "requestSchema": "schema.json",
2467
+ "responseSchema": "schema.json",
2468
+ "timeout": 0,
2469
+ "sendEmpty": false,
2470
+ "sendGetBody": false,
2471
+ "requestDatatype": "JSON",
2472
+ "responseDatatype": "JSON",
2473
+ "headers": {},
2474
+ "responseObjects": [
2475
+ {
2476
+ "type": "default",
2477
+ "key": "",
2478
+ "mockFile": ""
2479
+ }
2480
+ ]
2481
+ },
2482
+ {
2483
+ "name": "groupsOutboundAllowRuleUpdate",
2484
+ "protocol": "REST",
2485
+ "method": "PUT",
2486
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/outbound/{pathv3}?{query}",
2487
+ "requestSchema": "schema.json",
2488
+ "responseSchema": "schema.json",
2489
+ "timeout": 0,
2490
+ "sendEmpty": false,
2491
+ "requestDatatype": "JSON",
2492
+ "responseDatatype": "JSON",
2493
+ "headers": {},
2494
+ "responseObjects": [
2495
+ {
2496
+ "type": "default",
2497
+ "key": "",
2498
+ "mockFile": ""
2499
+ }
2500
+ ]
2501
+ },
2502
+ {
2503
+ "name": "groupsOutboundAllowRuleDelete",
2504
+ "protocol": "REST",
2505
+ "method": "DELETE",
2506
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/protection/rules/outbound/{pathv3}?{query}",
2507
+ "requestSchema": "schema.json",
2508
+ "responseSchema": "schema.json",
2509
+ "timeout": 0,
2510
+ "sendEmpty": false,
2511
+ "requestDatatype": "JSON",
2512
+ "responseDatatype": "JSON",
2513
+ "headers": {},
2514
+ "responseObjects": [
2515
+ {
2516
+ "type": "default",
2517
+ "key": "",
2518
+ "mockFile": ""
2519
+ }
2520
+ ]
2521
+ },
2522
+ {
2523
+ "name": "groupsMembersList",
2524
+ "protocol": "REST",
2525
+ "method": "GET",
2526
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/successors?{query}",
2527
+ "requestSchema": "schema.json",
2528
+ "responseSchema": "schema.json",
2529
+ "timeout": 0,
2530
+ "sendEmpty": false,
2531
+ "sendGetBody": false,
2532
+ "requestDatatype": "JSON",
2533
+ "responseDatatype": "JSON",
2534
+ "headers": {},
2535
+ "responseObjects": [
2536
+ {
2537
+ "type": "default",
2538
+ "key": "",
2539
+ "mockFile": ""
2540
+ }
2541
+ ]
2542
+ },
2543
+ {
2544
+ "name": "groupSuccessorsFiltersList",
2545
+ "protocol": "REST",
2546
+ "method": "GET",
2547
+ "entitypath": "{base_path}/{version}/groups/{pathv1}/{pathv2}/successors/filters?{query}",
2548
+ "requestSchema": "schema.json",
2549
+ "responseSchema": "schema.json",
2550
+ "timeout": 0,
2551
+ "sendEmpty": false,
2552
+ "sendGetBody": false,
2553
+ "requestDatatype": "JSON",
2554
+ "responseDatatype": "JSON",
2555
+ "headers": {},
2556
+ "responseObjects": [
2557
+ {
2558
+ "type": "default",
2559
+ "key": "",
2560
+ "mockFile": ""
2561
+ }
2562
+ ]
2563
+ }
2564
+ ]
2565
+ }