catocli 1.0.15__py3-none-any.whl → 1.0.17__py3-none-any.whl

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.

Potentially problematic release.


This version of catocli might be problematic. Click here for more details.

Files changed (139) hide show
  1. catocli/Utils/clidriver.py +14 -1
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/mutation_policy/__init__.py +348 -0
  4. catocli/parsers/mutation_policy_appTenantRestriction/README.md +7 -0
  5. catocli/parsers/mutation_policy_appTenantRestriction_addRule/README.md +18 -0
  6. catocli/parsers/mutation_policy_appTenantRestriction_addSection/README.md +18 -0
  7. catocli/parsers/mutation_policy_appTenantRestriction_createPolicyRevision/README.md +18 -0
  8. catocli/parsers/mutation_policy_appTenantRestriction_discardPolicyRevision/README.md +18 -0
  9. catocli/parsers/mutation_policy_appTenantRestriction_moveRule/README.md +18 -0
  10. catocli/parsers/mutation_policy_appTenantRestriction_moveSection/README.md +18 -0
  11. catocli/parsers/mutation_policy_appTenantRestriction_publishPolicyRevision/README.md +18 -0
  12. catocli/parsers/mutation_policy_appTenantRestriction_removeRule/README.md +18 -0
  13. catocli/parsers/mutation_policy_appTenantRestriction_removeSection/README.md +18 -0
  14. catocli/parsers/mutation_policy_appTenantRestriction_updatePolicy/README.md +18 -0
  15. catocli/parsers/mutation_policy_appTenantRestriction_updateRule/README.md +18 -0
  16. catocli/parsers/mutation_policy_appTenantRestriction_updateSection/README.md +18 -0
  17. catocli/parsers/mutation_policy_remotePortFwd/README.md +7 -0
  18. catocli/parsers/mutation_policy_remotePortFwd_addRule/README.md +18 -0
  19. catocli/parsers/mutation_policy_remotePortFwd_addSection/README.md +18 -0
  20. catocli/parsers/mutation_policy_remotePortFwd_createPolicyRevision/README.md +18 -0
  21. catocli/parsers/mutation_policy_remotePortFwd_discardPolicyRevision/README.md +18 -0
  22. catocli/parsers/mutation_policy_remotePortFwd_moveRule/README.md +18 -0
  23. catocli/parsers/mutation_policy_remotePortFwd_moveSection/README.md +18 -0
  24. catocli/parsers/mutation_policy_remotePortFwd_publishPolicyRevision/README.md +18 -0
  25. catocli/parsers/mutation_policy_remotePortFwd_removeRule/README.md +18 -0
  26. catocli/parsers/mutation_policy_remotePortFwd_removeSection/README.md +18 -0
  27. catocli/parsers/mutation_policy_remotePortFwd_updatePolicy/README.md +18 -0
  28. catocli/parsers/mutation_policy_remotePortFwd_updateRule/README.md +18 -0
  29. catocli/parsers/mutation_policy_remotePortFwd_updateSection/README.md +18 -0
  30. catocli/parsers/mutation_site/__init__.py +98 -0
  31. catocli/parsers/mutation_site_addBgpPeer/README.md +17 -0
  32. catocli/parsers/mutation_site_addCloudInterconnectPhysicalConnection/README.md +17 -0
  33. catocli/parsers/mutation_site_addCloudInterconnectSite/README.md +17 -0
  34. catocli/parsers/mutation_site_removeBgpPeer/README.md +17 -0
  35. catocli/parsers/mutation_site_removeCloudInterconnectPhysicalConnection/README.md +17 -0
  36. catocli/parsers/mutation_site_updateBgpPeer/README.md +17 -0
  37. catocli/parsers/mutation_site_updateCloudInterconnectPhysicalConnection/README.md +17 -0
  38. catocli/parsers/mutation_site_updateIpsecIkeV2SiteTunnels/README.md +1 -1
  39. catocli/parsers/mutation_sites/__init__.py +98 -0
  40. catocli/parsers/mutation_sites_addBgpPeer/README.md +17 -0
  41. catocli/parsers/mutation_sites_addCloudInterconnectPhysicalConnection/README.md +17 -0
  42. catocli/parsers/mutation_sites_addCloudInterconnectSite/README.md +17 -0
  43. catocli/parsers/mutation_sites_removeBgpPeer/README.md +17 -0
  44. catocli/parsers/mutation_sites_removeCloudInterconnectPhysicalConnection/README.md +17 -0
  45. catocli/parsers/mutation_sites_updateBgpPeer/README.md +17 -0
  46. catocli/parsers/mutation_sites_updateCloudInterconnectPhysicalConnection/README.md +17 -0
  47. catocli/parsers/mutation_sites_updateIpsecIkeV2SiteTunnels/README.md +1 -1
  48. catocli/parsers/query_eventsFeed/README.md +1 -1
  49. catocli/parsers/query_hardwareManagement/README.md +1 -1
  50. catocli/parsers/query_policy/README.md +3 -1
  51. catocli/parsers/query_site/README.md +22 -0
  52. catocli/parsers/query_site/__init__.py +17 -0
  53. {catocli-1.0.15.dist-info → catocli-1.0.17.dist-info}/METADATA +11 -2
  54. {catocli-1.0.15.dist-info → catocli-1.0.17.dist-info}/RECORD +139 -58
  55. {catocli-1.0.15.dist-info → catocli-1.0.17.dist-info}/WHEEL +1 -1
  56. models/mutation.policy.appTenantRestriction.addRule.json +8674 -0
  57. models/mutation.policy.appTenantRestriction.addSection.json +1358 -0
  58. models/mutation.policy.appTenantRestriction.createPolicyRevision.json +3327 -0
  59. models/mutation.policy.appTenantRestriction.discardPolicyRevision.json +3261 -0
  60. models/mutation.policy.appTenantRestriction.moveRule.json +3059 -0
  61. models/mutation.policy.appTenantRestriction.moveSection.json +1259 -0
  62. models/mutation.policy.appTenantRestriction.publishPolicyRevision.json +3318 -0
  63. models/mutation.policy.appTenantRestriction.removeRule.json +2707 -0
  64. models/mutation.policy.appTenantRestriction.removeSection.json +958 -0
  65. models/mutation.policy.appTenantRestriction.updatePolicy.json +3337 -0
  66. models/mutation.policy.appTenantRestriction.updateRule.json +8295 -0
  67. models/mutation.policy.appTenantRestriction.updateSection.json +1111 -0
  68. models/mutation.policy.remotePortFwd.addRule.json +5502 -0
  69. models/mutation.policy.remotePortFwd.addSection.json +1358 -0
  70. models/mutation.policy.remotePortFwd.createPolicyRevision.json +2628 -0
  71. models/mutation.policy.remotePortFwd.discardPolicyRevision.json +2562 -0
  72. models/mutation.policy.remotePortFwd.moveRule.json +2360 -0
  73. models/mutation.policy.remotePortFwd.moveSection.json +1259 -0
  74. models/mutation.policy.remotePortFwd.publishPolicyRevision.json +2619 -0
  75. models/mutation.policy.remotePortFwd.removeRule.json +2008 -0
  76. models/mutation.policy.remotePortFwd.removeSection.json +958 -0
  77. models/mutation.policy.remotePortFwd.updatePolicy.json +2638 -0
  78. models/mutation.policy.remotePortFwd.updateRule.json +5138 -0
  79. models/mutation.policy.remotePortFwd.updateSection.json +1111 -0
  80. models/mutation.site.addBgpPeer.json +3334 -0
  81. models/mutation.site.addCloudInterconnectPhysicalConnection.json +1441 -0
  82. models/mutation.site.addCloudInterconnectSite.json +911 -0
  83. models/mutation.site.addIpsecIkeV2Site.json +2 -2
  84. models/mutation.site.addIpsecIkeV2SiteTunnels.json +2 -2
  85. models/mutation.site.addNetworkRange.json +2 -2
  86. models/mutation.site.addSocketSite.json +2 -2
  87. models/mutation.site.addStaticHost.json +2 -2
  88. models/mutation.site.removeBgpPeer.json +1158 -0
  89. models/mutation.site.removeCloudInterconnectPhysicalConnection.json +298 -0
  90. models/mutation.site.removeIpsecIkeV2SiteTunnels.json +2 -2
  91. models/mutation.site.removeNetworkRange.json +2 -2
  92. models/mutation.site.removeSite.json +2 -2
  93. models/mutation.site.removeStaticHost.json +2 -2
  94. models/mutation.site.updateBgpPeer.json +3063 -0
  95. models/mutation.site.updateCloudInterconnectPhysicalConnection.json +1056 -0
  96. models/mutation.site.updateHa.json +2 -2
  97. models/mutation.site.updateIpsecIkeV2SiteGeneralDetails.json +2 -2
  98. models/mutation.site.updateIpsecIkeV2SiteTunnels.json +405 -2
  99. models/mutation.site.updateNetworkRange.json +2 -2
  100. models/mutation.site.updateSiteGeneralDetails.json +2 -2
  101. models/mutation.site.updateSocketInterface.json +2 -2
  102. models/mutation.site.updateStaticHost.json +2 -2
  103. models/mutation.sites.addBgpPeer.json +3334 -0
  104. models/mutation.sites.addCloudInterconnectPhysicalConnection.json +1441 -0
  105. models/mutation.sites.addCloudInterconnectSite.json +911 -0
  106. models/mutation.sites.addIpsecIkeV2Site.json +2 -2
  107. models/mutation.sites.addIpsecIkeV2SiteTunnels.json +2 -2
  108. models/mutation.sites.addNetworkRange.json +2 -2
  109. models/mutation.sites.addSocketSite.json +2 -2
  110. models/mutation.sites.addStaticHost.json +2 -2
  111. models/mutation.sites.removeBgpPeer.json +1158 -0
  112. models/mutation.sites.removeCloudInterconnectPhysicalConnection.json +298 -0
  113. models/mutation.sites.removeIpsecIkeV2SiteTunnels.json +2 -2
  114. models/mutation.sites.removeNetworkRange.json +2 -2
  115. models/mutation.sites.removeSite.json +2 -2
  116. models/mutation.sites.removeStaticHost.json +2 -2
  117. models/mutation.sites.updateBgpPeer.json +3063 -0
  118. models/mutation.sites.updateCloudInterconnectPhysicalConnection.json +1056 -0
  119. models/mutation.sites.updateHa.json +2 -2
  120. models/mutation.sites.updateIpsecIkeV2SiteGeneralDetails.json +2 -2
  121. models/mutation.sites.updateIpsecIkeV2SiteTunnels.json +405 -2
  122. models/mutation.sites.updateNetworkRange.json +2 -2
  123. models/mutation.sites.updateSiteGeneralDetails.json +2 -2
  124. models/mutation.sites.updateSocketInterface.json +2 -2
  125. models/mutation.sites.updateStaticHost.json +2 -2
  126. models/query.auditFeed.json +36 -12
  127. models/query.events.json +144 -48
  128. models/query.eventsFeed.json +36 -12
  129. models/query.eventsTimeSeries.json +108 -36
  130. models/query.hardwareManagement.json +192 -0
  131. models/query.licensing.json +304 -325
  132. models/query.policy.json +9605 -4234
  133. models/query.site.json +4138 -0
  134. models/query.xdr.stories.json +27 -27
  135. models/query.xdr.story.json +27 -27
  136. schema/catolib.py +11 -1
  137. {catocli-1.0.15.dist-info → catocli-1.0.17.dist-info}/LICENSE +0 -0
  138. {catocli-1.0.15.dist-info → catocli-1.0.17.dist-info}/entry_points.txt +0 -0
  139. {catocli-1.0.15.dist-info → catocli-1.0.17.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,2707 @@
1
+ {
2
+ "args": {
3
+ "accountId": {
4
+ "defaultValue": null,
5
+ "description": null,
6
+ "id_str": "accountId",
7
+ "name": "accountId",
8
+ "path": "accountId",
9
+ "requestStr": "$accountId:ID! ",
10
+ "required": true,
11
+ "responseStr": "accountId:$accountId ",
12
+ "type": {
13
+ "kind": [
14
+ "NON_NULL",
15
+ "SCALAR"
16
+ ],
17
+ "name": "ID",
18
+ "non_null": false
19
+ },
20
+ "varName": "accountId"
21
+ }
22
+ },
23
+ "childOperations": {
24
+ "appTenantRestriction": {
25
+ "args": {
26
+ "appTenantRestriction___input": {
27
+ "defaultValue": null,
28
+ "description": null,
29
+ "id_str": "appTenantRestriction___input",
30
+ "name": "input",
31
+ "path": "appTenantRestriction.input",
32
+ "requestStr": "$appTenantRestrictionPolicyMutationInput:AppTenantRestrictionPolicyMutationInput ",
33
+ "required": false,
34
+ "responseStr": "input:$appTenantRestrictionPolicyMutationInput ",
35
+ "type": {
36
+ "definition": {
37
+ "description": null,
38
+ "enumValues": null,
39
+ "fields": null,
40
+ "inputFields": {
41
+ "revision": {
42
+ "defaultValue": null,
43
+ "description": null,
44
+ "id_str": "appTenantRestriction___input___revision",
45
+ "name": "revision",
46
+ "path": "appTenantRestriction.input.revision",
47
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
48
+ "required": false,
49
+ "responseStr": "revision:$policyMutationRevisionInput ",
50
+ "type": {
51
+ "definition": {
52
+ "description": null,
53
+ "enumValues": null,
54
+ "fields": null,
55
+ "inputFields": {
56
+ "id": {
57
+ "defaultValue": null,
58
+ "description": null,
59
+ "id_str": "appTenantRestriction___input___revision___id",
60
+ "name": "id",
61
+ "path": "appTenantRestriction.input.revision.id",
62
+ "requestStr": "$id:ID ",
63
+ "required": false,
64
+ "responseStr": "id:$id ",
65
+ "type": {
66
+ "kind": [
67
+ "SCALAR"
68
+ ],
69
+ "name": "ID",
70
+ "non_null": false
71
+ },
72
+ "varName": "id"
73
+ }
74
+ },
75
+ "interfaces": null,
76
+ "kind": "INPUT_OBJECT",
77
+ "name": "PolicyMutationRevisionInput",
78
+ "possibleTypes": null
79
+ },
80
+ "indexType": "input_object",
81
+ "kind": [
82
+ "INPUT_OBJECT"
83
+ ],
84
+ "name": "PolicyMutationRevisionInput",
85
+ "non_null": false
86
+ },
87
+ "varName": "policyMutationRevisionInput"
88
+ }
89
+ },
90
+ "interfaces": null,
91
+ "kind": "INPUT_OBJECT",
92
+ "name": "AppTenantRestrictionPolicyMutationInput",
93
+ "possibleTypes": null
94
+ },
95
+ "indexType": "input_object",
96
+ "kind": [
97
+ "INPUT_OBJECT"
98
+ ],
99
+ "name": "AppTenantRestrictionPolicyMutationInput",
100
+ "non_null": false
101
+ },
102
+ "varName": "appTenantRestrictionPolicyMutationInput"
103
+ }
104
+ },
105
+ "deprecationReason": null,
106
+ "description": null,
107
+ "isDeprecated": false,
108
+ "name": "appTenantRestriction",
109
+ "type": {
110
+ "kind": "OBJECT",
111
+ "name": "AppTenantRestrictionPolicyMutations",
112
+ "ofType": null
113
+ }
114
+ },
115
+ "removeRule": {
116
+ "args": {
117
+ "removeRule___input": {
118
+ "defaultValue": null,
119
+ "description": null,
120
+ "id_str": "removeRule___input",
121
+ "name": "input",
122
+ "path": "removeRule.input",
123
+ "requestStr": "$appTenantRestrictionRemoveRuleInput:AppTenantRestrictionRemoveRuleInput! ",
124
+ "required": true,
125
+ "responseStr": "input:$appTenantRestrictionRemoveRuleInput ",
126
+ "type": {
127
+ "definition": {
128
+ "description": null,
129
+ "enumValues": null,
130
+ "fields": null,
131
+ "inputFields": {
132
+ "id": {
133
+ "defaultValue": null,
134
+ "description": null,
135
+ "id_str": "removeRule___input___id",
136
+ "name": "id",
137
+ "path": "removeRule.input.id",
138
+ "requestStr": "$id:ID! ",
139
+ "required": true,
140
+ "responseStr": "id:$id ",
141
+ "type": {
142
+ "kind": [
143
+ "NON_NULL",
144
+ "SCALAR"
145
+ ],
146
+ "name": "ID",
147
+ "non_null": false
148
+ },
149
+ "varName": "id"
150
+ }
151
+ },
152
+ "interfaces": null,
153
+ "kind": "INPUT_OBJECT",
154
+ "name": "AppTenantRestrictionRemoveRuleInput",
155
+ "possibleTypes": null
156
+ },
157
+ "indexType": "input_object",
158
+ "kind": [
159
+ "NON_NULL",
160
+ "INPUT_OBJECT"
161
+ ],
162
+ "name": "AppTenantRestrictionRemoveRuleInput",
163
+ "non_null": false
164
+ },
165
+ "varName": "appTenantRestrictionRemoveRuleInput"
166
+ }
167
+ },
168
+ "deprecationReason": null,
169
+ "description": null,
170
+ "isDeprecated": false,
171
+ "name": "removeRule",
172
+ "type": {
173
+ "kind": "NON_NULL",
174
+ "name": null,
175
+ "ofType": {
176
+ "kind": "OBJECT",
177
+ "name": "AppTenantRestrictionRuleMutationPayload",
178
+ "ofType": null
179
+ }
180
+ }
181
+ }
182
+ },
183
+ "deprecationReason": null,
184
+ "description": null,
185
+ "fieldTypes": {
186
+ "AppTenantRestrictionActionEnum": true,
187
+ "AppTenantRestrictionHeaderValue": true,
188
+ "AppTenantRestrictionPolicyMutations": true,
189
+ "AppTenantRestrictionRule": true,
190
+ "AppTenantRestrictionRuleMutationPayload": true,
191
+ "AppTenantRestrictionRulePayload": true,
192
+ "AppTenantRestrictionSeverityEnum": true,
193
+ "AppTenantRestrictionSource": true,
194
+ "ApplicationRef": true,
195
+ "CountryRef": true,
196
+ "DayOfWeek": true,
197
+ "FloatingSubnetRef": true,
198
+ "GlobalIpRangeRef": true,
199
+ "GroupRef": true,
200
+ "HostRef": true,
201
+ "IpAddressRange": true,
202
+ "NetworkInterfaceRef": true,
203
+ "PolicyActiveOnEnum": true,
204
+ "PolicyCustomRecurring": true,
205
+ "PolicyCustomTimeframe": true,
206
+ "PolicyElementAudit": true,
207
+ "PolicyElementPropertiesEnum": true,
208
+ "PolicyMutationError": true,
209
+ "PolicyMutationRevisionInput": true,
210
+ "PolicyMutationStatus": true,
211
+ "PolicySchedule": true,
212
+ "PolicySectionInfo": true,
213
+ "SiteNetworkSubnetRef": true,
214
+ "SiteRef": true,
215
+ "SystemGroupRef": true,
216
+ "UserRef": true,
217
+ "UsersGroupRef": true
218
+ },
219
+ "isDeprecated": false,
220
+ "name": "policy",
221
+ "operationArgs": {
222
+ "accountId": {
223
+ "defaultValue": null,
224
+ "description": null,
225
+ "id_str": "accountId",
226
+ "name": "accountId",
227
+ "path": "accountId",
228
+ "requestStr": "$accountId:ID! ",
229
+ "required": true,
230
+ "responseStr": "accountId:$accountId ",
231
+ "type": {
232
+ "kind": [
233
+ "NON_NULL",
234
+ "SCALAR"
235
+ ],
236
+ "name": "ID",
237
+ "non_null": false
238
+ },
239
+ "varName": "accountId"
240
+ },
241
+ "appTenantRestrictionPolicyMutationInput": {
242
+ "defaultValue": null,
243
+ "description": null,
244
+ "id_str": "appTenantRestriction___input",
245
+ "name": "input",
246
+ "path": "appTenantRestriction.input",
247
+ "requestStr": "$appTenantRestrictionPolicyMutationInput:AppTenantRestrictionPolicyMutationInput ",
248
+ "required": false,
249
+ "responseStr": "input:$appTenantRestrictionPolicyMutationInput ",
250
+ "type": {
251
+ "definition": {
252
+ "description": null,
253
+ "enumValues": null,
254
+ "fields": null,
255
+ "inputFields": {
256
+ "revision": {
257
+ "defaultValue": null,
258
+ "description": null,
259
+ "id_str": "appTenantRestriction___input___revision",
260
+ "name": "revision",
261
+ "path": "appTenantRestriction.input.revision",
262
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
263
+ "required": false,
264
+ "responseStr": "revision:$policyMutationRevisionInput ",
265
+ "type": {
266
+ "definition": {
267
+ "description": null,
268
+ "enumValues": null,
269
+ "fields": null,
270
+ "inputFields": {
271
+ "id": {
272
+ "defaultValue": null,
273
+ "description": null,
274
+ "id_str": "appTenantRestriction___input___revision___id",
275
+ "name": "id",
276
+ "path": "appTenantRestriction.input.revision.id",
277
+ "requestStr": "$id:ID ",
278
+ "required": false,
279
+ "responseStr": "id:$id ",
280
+ "type": {
281
+ "kind": [
282
+ "SCALAR"
283
+ ],
284
+ "name": "ID",
285
+ "non_null": false
286
+ },
287
+ "varName": "id"
288
+ }
289
+ },
290
+ "interfaces": null,
291
+ "kind": "INPUT_OBJECT",
292
+ "name": "PolicyMutationRevisionInput",
293
+ "possibleTypes": null
294
+ },
295
+ "indexType": "input_object",
296
+ "kind": [
297
+ "INPUT_OBJECT"
298
+ ],
299
+ "name": "PolicyMutationRevisionInput",
300
+ "non_null": false
301
+ },
302
+ "varName": "policyMutationRevisionInput"
303
+ }
304
+ },
305
+ "interfaces": null,
306
+ "kind": "INPUT_OBJECT",
307
+ "name": "AppTenantRestrictionPolicyMutationInput",
308
+ "possibleTypes": null
309
+ },
310
+ "indexType": "input_object",
311
+ "kind": [
312
+ "INPUT_OBJECT"
313
+ ],
314
+ "name": "AppTenantRestrictionPolicyMutationInput",
315
+ "non_null": false
316
+ },
317
+ "varName": "appTenantRestrictionPolicyMutationInput"
318
+ },
319
+ "appTenantRestrictionRemoveRuleInput": {
320
+ "defaultValue": null,
321
+ "description": null,
322
+ "id_str": "removeRule___input",
323
+ "name": "input",
324
+ "path": "removeRule.input",
325
+ "requestStr": "$appTenantRestrictionRemoveRuleInput:AppTenantRestrictionRemoveRuleInput! ",
326
+ "required": true,
327
+ "responseStr": "input:$appTenantRestrictionRemoveRuleInput ",
328
+ "type": {
329
+ "definition": {
330
+ "description": null,
331
+ "enumValues": null,
332
+ "fields": null,
333
+ "inputFields": {
334
+ "id": {
335
+ "defaultValue": null,
336
+ "description": null,
337
+ "id_str": "removeRule___input___id",
338
+ "name": "id",
339
+ "path": "removeRule.input.id",
340
+ "requestStr": "$id:ID! ",
341
+ "required": true,
342
+ "responseStr": "id:$id ",
343
+ "type": {
344
+ "kind": [
345
+ "NON_NULL",
346
+ "SCALAR"
347
+ ],
348
+ "name": "ID",
349
+ "non_null": false
350
+ },
351
+ "varName": "id"
352
+ }
353
+ },
354
+ "interfaces": null,
355
+ "kind": "INPUT_OBJECT",
356
+ "name": "AppTenantRestrictionRemoveRuleInput",
357
+ "possibleTypes": null
358
+ },
359
+ "indexType": "input_object",
360
+ "kind": [
361
+ "NON_NULL",
362
+ "INPUT_OBJECT"
363
+ ],
364
+ "name": "AppTenantRestrictionRemoveRuleInput",
365
+ "non_null": false
366
+ },
367
+ "varName": "appTenantRestrictionRemoveRuleInput"
368
+ }
369
+ },
370
+ "path": "mutation.policy.appTenantRestriction.removeRule",
371
+ "type": {
372
+ "definition": {
373
+ "description": "Policies that can be configured with mutation APIs.",
374
+ "enumValues": null,
375
+ "fields": {
376
+ "appTenantRestriction": {
377
+ "args": {
378
+ "appTenantRestriction___input": {
379
+ "defaultValue": null,
380
+ "description": null,
381
+ "id_str": "appTenantRestriction___input",
382
+ "name": "input",
383
+ "path": "appTenantRestriction.input",
384
+ "requestStr": "$appTenantRestrictionPolicyMutationInput:AppTenantRestrictionPolicyMutationInput ",
385
+ "required": false,
386
+ "responseStr": "input:$appTenantRestrictionPolicyMutationInput ",
387
+ "type": {
388
+ "definition": {
389
+ "description": null,
390
+ "enumValues": null,
391
+ "fields": null,
392
+ "inputFields": {
393
+ "revision": {
394
+ "defaultValue": null,
395
+ "description": null,
396
+ "id_str": "appTenantRestriction___input___revision",
397
+ "name": "revision",
398
+ "path": "appTenantRestriction.input.revision",
399
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
400
+ "required": false,
401
+ "responseStr": "revision:$policyMutationRevisionInput ",
402
+ "type": {
403
+ "definition": {
404
+ "description": null,
405
+ "enumValues": null,
406
+ "fields": null,
407
+ "inputFields": {
408
+ "id": {
409
+ "defaultValue": null,
410
+ "description": null,
411
+ "id_str": "appTenantRestriction___input___revision___id",
412
+ "name": "id",
413
+ "path": "appTenantRestriction.input.revision.id",
414
+ "requestStr": "$id:ID ",
415
+ "required": false,
416
+ "responseStr": "id:$id ",
417
+ "type": {
418
+ "kind": [
419
+ "SCALAR"
420
+ ],
421
+ "name": "ID",
422
+ "non_null": false
423
+ },
424
+ "varName": "id"
425
+ }
426
+ },
427
+ "interfaces": null,
428
+ "kind": "INPUT_OBJECT",
429
+ "name": "PolicyMutationRevisionInput",
430
+ "possibleTypes": null
431
+ },
432
+ "indexType": "input_object",
433
+ "kind": [
434
+ "INPUT_OBJECT"
435
+ ],
436
+ "name": "PolicyMutationRevisionInput",
437
+ "non_null": false
438
+ },
439
+ "varName": "policyMutationRevisionInput"
440
+ }
441
+ },
442
+ "interfaces": null,
443
+ "kind": "INPUT_OBJECT",
444
+ "name": "AppTenantRestrictionPolicyMutationInput",
445
+ "possibleTypes": null
446
+ },
447
+ "indexType": "input_object",
448
+ "kind": [
449
+ "INPUT_OBJECT"
450
+ ],
451
+ "name": "AppTenantRestrictionPolicyMutationInput",
452
+ "non_null": false
453
+ },
454
+ "varName": "appTenantRestrictionPolicyMutationInput"
455
+ }
456
+ },
457
+ "deprecationReason": null,
458
+ "description": null,
459
+ "id_str": "appTenantRestriction",
460
+ "isDeprecated": false,
461
+ "name": "appTenantRestriction",
462
+ "path": "appTenantRestriction",
463
+ "requestStr": "$appTenantRestrictionPolicyMutations:AppTenantRestrictionPolicyMutations ",
464
+ "required": false,
465
+ "responseStr": "appTenantRestriction:$appTenantRestrictionPolicyMutations ",
466
+ "type": {
467
+ "definition": {
468
+ "description": null,
469
+ "enumValues": null,
470
+ "fields": {
471
+ "removeRule": {
472
+ "args": {
473
+ "removeRule___input": {
474
+ "defaultValue": null,
475
+ "description": null,
476
+ "id_str": "removeRule___input",
477
+ "name": "input",
478
+ "path": "removeRule.input",
479
+ "requestStr": "$appTenantRestrictionRemoveRuleInput:AppTenantRestrictionRemoveRuleInput! ",
480
+ "required": true,
481
+ "responseStr": "input:$appTenantRestrictionRemoveRuleInput ",
482
+ "type": {
483
+ "definition": {
484
+ "description": null,
485
+ "enumValues": null,
486
+ "fields": null,
487
+ "inputFields": {
488
+ "id": {
489
+ "defaultValue": null,
490
+ "description": null,
491
+ "id_str": "removeRule___input___id",
492
+ "name": "id",
493
+ "path": "removeRule.input.id",
494
+ "requestStr": "$id:ID! ",
495
+ "required": true,
496
+ "responseStr": "id:$id ",
497
+ "type": {
498
+ "kind": [
499
+ "NON_NULL",
500
+ "SCALAR"
501
+ ],
502
+ "name": "ID",
503
+ "non_null": false
504
+ },
505
+ "varName": "id"
506
+ }
507
+ },
508
+ "interfaces": null,
509
+ "kind": "INPUT_OBJECT",
510
+ "name": "AppTenantRestrictionRemoveRuleInput",
511
+ "possibleTypes": null
512
+ },
513
+ "indexType": "input_object",
514
+ "kind": [
515
+ "NON_NULL",
516
+ "INPUT_OBJECT"
517
+ ],
518
+ "name": "AppTenantRestrictionRemoveRuleInput",
519
+ "non_null": false
520
+ },
521
+ "varName": "appTenantRestrictionRemoveRuleInput"
522
+ }
523
+ },
524
+ "deprecationReason": null,
525
+ "description": null,
526
+ "id_str": "appTenantRestriction___removeRule",
527
+ "isDeprecated": false,
528
+ "name": "removeRule",
529
+ "path": "appTenantRestriction.removeRule",
530
+ "requestStr": "$appTenantRestrictionRuleMutationPayload:AppTenantRestrictionRuleMutationPayload! ",
531
+ "required": true,
532
+ "responseStr": "removeRule:$appTenantRestrictionRuleMutationPayload ",
533
+ "type": {
534
+ "definition": {
535
+ "description": null,
536
+ "enumValues": null,
537
+ "fields": {
538
+ "errors": {
539
+ "alias": "policyMutationErrorErrors: errors",
540
+ "args": {},
541
+ "deprecationReason": null,
542
+ "description": null,
543
+ "id_str": "appTenantRestriction___removeRule___errors",
544
+ "isDeprecated": false,
545
+ "name": "errors",
546
+ "path": "appTenantRestriction.removeRule.errors",
547
+ "requestStr": "$policyMutationError:[PolicyMutationError]! ",
548
+ "required": true,
549
+ "responseStr": "errors:$policyMutationError ",
550
+ "type": {
551
+ "definition": {
552
+ "description": "The `PolicyMutationError` enum defines various error messages related to policy publishing in the policy platform service.\n\n## Policy Errors\n\n### `ConcurrentPolicyPublish`\n- **Error Message:** \"Another policy is currently publishing\"\n\n### `PolicyRevisionMismatch`\n- **Error Message:** \"Revision is not owned by the admin\"\n\n### `PolicyRevisionNotFound`\n- **Error Message:** \"Revision was not found\"\n\n### `PolicyInvalidEntity`\n- **Error Message:** \"Invalid entity\"\n\n### `DuplicateRuleName`\n- **Error Message:** \"Rule with the same name already exists\"\n\n### `DuplicateSectionName`\n- **Error Message:** \"Section with the same name already exists\"\n\n### `PolicyFailure`\n- **Error Message:** \"Can\u2019t publish policy due to an internal error. Please try again in a few minutes\"\n\n\n## Rule Errors\n\n### `ruleIsLocked`\n- **Error Message:** \"Rule is locked by another revision\"\n\n### `ruleWasRemoved`\n- **Error Message:** \"Rule was already removed\"\n\n### `ruleNotExist`\n- **Error Message:** \"Rule does not exist\"\n\n### `ruleSectionNotExist`\n- **Error Message:** \"Section does not exist\"\n\n### `ruleSectionIsLocked`\n- **Error Message:** \"Section is locked by another revision\"\n\n### `rulePositionInvalid`\n- **Error Message:** \"Rule position is invalid\"\n\n### `ruleNameIsEmpty`\n- **Error Message:** \"Rule name can't be empty\"\n\n### `ruleNameAlreadyExists`\n- **Error Message:** \"Rule with the same name already exists\"\n\n### `ruleSystemModification`\n- **Error Message:** \"Can't modify a system rule\"\n\n### `ruleSystemMove`\n- **Error Message:** \"Can't add a rule above the system rules\"\n\n### `ruleHasInvalidEntity`\n- **Error Message:** \"Rule has an invalid entity\"\n\n### `failedValidatingRule`\n- **Error Message:** \"Something went wrong, couldn't validate rule\"\n\n\n## Section Errors\n\n### `sectionIsLocked`\n- **Error Message:** \"Section is locked by another revision\"\n\n### `sectionSystemMove`\n- **Error Message:** \"Section with system rules cannot be moved or removed\"\n\n### `sectionNotExist`\n- **Error Message:** \"Section does not exist\"\n\n### `sectionPositionInvalid`\n- **Error Message:** \"Section position is invalid\"",
553
+ "enumValues": null,
554
+ "fields": {
555
+ "errorCode": {
556
+ "args": {},
557
+ "deprecationReason": null,
558
+ "description": null,
559
+ "id_str": "appTenantRestriction___removeRule___errors___errorCode",
560
+ "isDeprecated": false,
561
+ "name": "errorCode",
562
+ "path": "appTenantRestriction.removeRule.errors.errorCode",
563
+ "requestStr": "$errorCode:String ",
564
+ "required": false,
565
+ "responseStr": "errorCode:$errorCode ",
566
+ "type": {
567
+ "kind": [
568
+ "SCALAR"
569
+ ],
570
+ "name": "String",
571
+ "non_null": false
572
+ },
573
+ "varName": "errorCode"
574
+ },
575
+ "errorMessage": {
576
+ "args": {},
577
+ "deprecationReason": null,
578
+ "description": null,
579
+ "id_str": "appTenantRestriction___removeRule___errors___errorMessage",
580
+ "isDeprecated": false,
581
+ "name": "errorMessage",
582
+ "path": "appTenantRestriction.removeRule.errors.errorMessage",
583
+ "requestStr": "$errorMessage:String ",
584
+ "required": false,
585
+ "responseStr": "errorMessage:$errorMessage ",
586
+ "type": {
587
+ "kind": [
588
+ "SCALAR"
589
+ ],
590
+ "name": "String",
591
+ "non_null": false
592
+ },
593
+ "varName": "errorMessage"
594
+ }
595
+ },
596
+ "inputFields": null,
597
+ "interfaces": {},
598
+ "kind": "OBJECT",
599
+ "name": "PolicyMutationError",
600
+ "possibleTypes": null
601
+ },
602
+ "indexType": "object",
603
+ "kind": [
604
+ "NON_NULL",
605
+ "LIST",
606
+ "NON_NULL",
607
+ "OBJECT"
608
+ ],
609
+ "name": "PolicyMutationError",
610
+ "non_null": false
611
+ },
612
+ "varName": "policyMutationError"
613
+ },
614
+ "rule": {
615
+ "alias": "appTenantRestrictionRulePayloadRule: rule",
616
+ "args": {},
617
+ "deprecationReason": null,
618
+ "description": null,
619
+ "id_str": "appTenantRestriction___removeRule___rule",
620
+ "isDeprecated": false,
621
+ "name": "rule",
622
+ "path": "appTenantRestriction.removeRule.rule",
623
+ "requestStr": "$appTenantRestrictionRulePayload:AppTenantRestrictionRulePayload ",
624
+ "required": false,
625
+ "responseStr": "rule:$appTenantRestrictionRulePayload ",
626
+ "type": {
627
+ "definition": {
628
+ "description": null,
629
+ "enumValues": null,
630
+ "fields": {
631
+ "audit": {
632
+ "args": {},
633
+ "deprecationReason": null,
634
+ "description": null,
635
+ "id_str": "appTenantRestriction___removeRule___rule___audit",
636
+ "isDeprecated": false,
637
+ "name": "audit",
638
+ "path": "appTenantRestriction.removeRule.rule.audit",
639
+ "requestStr": "$policyElementAudit:PolicyElementAudit! ",
640
+ "required": true,
641
+ "responseStr": "audit:$policyElementAudit ",
642
+ "type": {
643
+ "definition": {
644
+ "description": null,
645
+ "enumValues": null,
646
+ "fields": {
647
+ "updatedBy": {
648
+ "args": {},
649
+ "deprecationReason": null,
650
+ "description": "The admin, or the API-key, that performed the last update",
651
+ "id_str": "appTenantRestriction___removeRule___rule___audit___updatedBy",
652
+ "isDeprecated": false,
653
+ "name": "updatedBy",
654
+ "path": "appTenantRestriction.removeRule.rule.audit.updatedBy",
655
+ "requestStr": "$updatedBy:String! ",
656
+ "required": true,
657
+ "responseStr": "updatedBy:$updatedBy ",
658
+ "type": {
659
+ "kind": [
660
+ "NON_NULL",
661
+ "SCALAR"
662
+ ],
663
+ "name": "String",
664
+ "non_null": false
665
+ },
666
+ "varName": "updatedBy"
667
+ },
668
+ "updatedTime": {
669
+ "args": {},
670
+ "deprecationReason": null,
671
+ "description": "The last date and time the rule was updated",
672
+ "id_str": "appTenantRestriction___removeRule___rule___audit___updatedTime",
673
+ "isDeprecated": false,
674
+ "name": "updatedTime",
675
+ "path": "appTenantRestriction.removeRule.rule.audit.updatedTime",
676
+ "requestStr": "$updatedTime:DateTime! ",
677
+ "required": true,
678
+ "responseStr": "updatedTime:$updatedTime ",
679
+ "type": {
680
+ "kind": [
681
+ "NON_NULL",
682
+ "SCALAR"
683
+ ],
684
+ "name": "DateTime",
685
+ "non_null": false
686
+ },
687
+ "varName": "updatedTime"
688
+ }
689
+ },
690
+ "inputFields": null,
691
+ "interfaces": {},
692
+ "kind": "OBJECT",
693
+ "name": "PolicyElementAudit",
694
+ "possibleTypes": null
695
+ },
696
+ "indexType": "object",
697
+ "kind": [
698
+ "NON_NULL",
699
+ "OBJECT"
700
+ ],
701
+ "name": "PolicyElementAudit",
702
+ "non_null": false
703
+ },
704
+ "varName": "policyElementAudit"
705
+ },
706
+ "properties": {
707
+ "args": {},
708
+ "deprecationReason": null,
709
+ "description": null,
710
+ "id_str": "appTenantRestriction___removeRule___rule___properties",
711
+ "isDeprecated": false,
712
+ "name": "properties",
713
+ "path": "appTenantRestriction.removeRule.rule.properties",
714
+ "requestStr": "$properties:[PolicyElementPropertiesEnum]! ",
715
+ "required": true,
716
+ "responseStr": "properties:$properties ",
717
+ "type": {
718
+ "definition": {
719
+ "description": "Attributes describing the rule state or type",
720
+ "enumValues": [
721
+ {
722
+ "deprecationReason": null,
723
+ "description": "New (added) rule",
724
+ "isDeprecated": false,
725
+ "name": "ADDED"
726
+ },
727
+ {
728
+ "deprecationReason": null,
729
+ "description": "Updated (modified) existing rule",
730
+ "isDeprecated": false,
731
+ "name": "UPDATED"
732
+ },
733
+ {
734
+ "deprecationReason": null,
735
+ "description": "Removed (deleted) rule",
736
+ "isDeprecated": false,
737
+ "name": "REMOVED"
738
+ },
739
+ {
740
+ "deprecationReason": null,
741
+ "description": "A rule moved to a different position",
742
+ "isDeprecated": false,
743
+ "name": "MOVED"
744
+ },
745
+ {
746
+ "deprecationReason": null,
747
+ "description": "A rule locked for changes by other admins",
748
+ "isDeprecated": false,
749
+ "name": "LOCKED"
750
+ },
751
+ {
752
+ "deprecationReason": null,
753
+ "description": "An object can not be moved, or referenced when moving other objects.\nHowever its properties and content can be modified.",
754
+ "isDeprecated": false,
755
+ "name": "ANCHORED"
756
+ },
757
+ {
758
+ "deprecationReason": null,
759
+ "description": "A pre-defined (system) rule that cannot be modified or removed",
760
+ "isDeprecated": false,
761
+ "name": "SYSTEM"
762
+ }
763
+ ],
764
+ "fields": null,
765
+ "inputFields": null,
766
+ "interfaces": null,
767
+ "kind": "ENUM",
768
+ "name": "PolicyElementPropertiesEnum",
769
+ "possibleTypes": null
770
+ },
771
+ "indexType": "enum",
772
+ "kind": [
773
+ "NON_NULL",
774
+ "LIST",
775
+ "NON_NULL",
776
+ "ENUM"
777
+ ],
778
+ "name": "PolicyElementPropertiesEnum",
779
+ "non_null": false
780
+ },
781
+ "varName": "properties"
782
+ },
783
+ "rule": {
784
+ "args": {},
785
+ "deprecationReason": null,
786
+ "description": null,
787
+ "id_str": "appTenantRestriction___removeRule___rule___rule",
788
+ "isDeprecated": false,
789
+ "name": "rule",
790
+ "path": "appTenantRestriction.removeRule.rule.rule",
791
+ "requestStr": "$appTenantRestrictionRule:AppTenantRestrictionRule! ",
792
+ "required": true,
793
+ "responseStr": "rule:$appTenantRestrictionRule ",
794
+ "type": {
795
+ "definition": {
796
+ "description": null,
797
+ "enumValues": null,
798
+ "fields": {
799
+ "action": {
800
+ "alias": "appTenantRestrictionActionEnumAction: action",
801
+ "args": {},
802
+ "deprecationReason": null,
803
+ "description": "The action applied by the App Tenant Restriction if the rule is matched",
804
+ "id_str": "appTenantRestriction___removeRule___rule___rule___action",
805
+ "isDeprecated": false,
806
+ "name": "action",
807
+ "path": "appTenantRestriction.removeRule.rule.rule.action",
808
+ "requestStr": "$action:AppTenantRestrictionActionEnum! ",
809
+ "required": true,
810
+ "responseStr": "action:$action ",
811
+ "type": {
812
+ "definition": {
813
+ "description": "Allowed actions",
814
+ "enumValues": [
815
+ {
816
+ "deprecationReason": null,
817
+ "description": "Inject Headers and Values for outgoing traffic",
818
+ "isDeprecated": false,
819
+ "name": "INJECT_HEADERS"
820
+ },
821
+ {
822
+ "deprecationReason": null,
823
+ "description": "Do not inject any Headers nor Values for outgoing traffic",
824
+ "isDeprecated": false,
825
+ "name": "BYPASS"
826
+ }
827
+ ],
828
+ "fields": null,
829
+ "inputFields": null,
830
+ "interfaces": null,
831
+ "kind": "ENUM",
832
+ "name": "AppTenantRestrictionActionEnum",
833
+ "possibleTypes": null
834
+ },
835
+ "indexType": "enum",
836
+ "kind": [
837
+ "NON_NULL",
838
+ "ENUM"
839
+ ],
840
+ "name": "AppTenantRestrictionActionEnum",
841
+ "non_null": false
842
+ },
843
+ "varName": "action"
844
+ },
845
+ "application": {
846
+ "alias": "applicationRefApplication: application",
847
+ "args": {},
848
+ "deprecationReason": null,
849
+ "description": "Applications for the rule (pre-defined)",
850
+ "id_str": "appTenantRestriction___removeRule___rule___rule___application",
851
+ "isDeprecated": false,
852
+ "name": "application",
853
+ "path": "appTenantRestriction.removeRule.rule.rule.application",
854
+ "requestStr": "$applicationRef:ApplicationRef! ",
855
+ "required": true,
856
+ "responseStr": "application:$applicationRef ",
857
+ "type": {
858
+ "definition": {
859
+ "description": null,
860
+ "enumValues": null,
861
+ "fields": {
862
+ "id": {
863
+ "args": {},
864
+ "deprecationReason": null,
865
+ "description": null,
866
+ "id_str": "appTenantRestriction___removeRule___rule___rule___application___id",
867
+ "isDeprecated": false,
868
+ "name": "id",
869
+ "path": "appTenantRestriction.removeRule.rule.rule.application.id",
870
+ "requestStr": "$id:ID! ",
871
+ "required": true,
872
+ "responseStr": "id:$id ",
873
+ "type": {
874
+ "kind": [
875
+ "NON_NULL",
876
+ "SCALAR"
877
+ ],
878
+ "name": "ID",
879
+ "non_null": false
880
+ },
881
+ "varName": "id"
882
+ },
883
+ "name": {
884
+ "args": {},
885
+ "deprecationReason": null,
886
+ "description": null,
887
+ "id_str": "appTenantRestriction___removeRule___rule___rule___application___name",
888
+ "isDeprecated": false,
889
+ "name": "name",
890
+ "path": "appTenantRestriction.removeRule.rule.rule.application.name",
891
+ "requestStr": "$name:String! ",
892
+ "required": true,
893
+ "responseStr": "name:$name ",
894
+ "type": {
895
+ "kind": [
896
+ "NON_NULL",
897
+ "SCALAR"
898
+ ],
899
+ "name": "String",
900
+ "non_null": false
901
+ },
902
+ "varName": "name"
903
+ }
904
+ },
905
+ "inputFields": null,
906
+ "interfaces": {},
907
+ "kind": "OBJECT",
908
+ "name": "ApplicationRef",
909
+ "possibleTypes": null
910
+ },
911
+ "indexType": "object",
912
+ "kind": [
913
+ "NON_NULL",
914
+ "OBJECT"
915
+ ],
916
+ "name": "ApplicationRef",
917
+ "non_null": false
918
+ },
919
+ "varName": "applicationRef"
920
+ },
921
+ "description": {
922
+ "args": {},
923
+ "deprecationReason": null,
924
+ "description": "Description for the rule",
925
+ "id_str": "appTenantRestriction___removeRule___rule___rule___description",
926
+ "isDeprecated": false,
927
+ "name": "description",
928
+ "path": "appTenantRestriction.removeRule.rule.rule.description",
929
+ "requestStr": "$description:String! ",
930
+ "required": true,
931
+ "responseStr": "description:$description ",
932
+ "type": {
933
+ "kind": [
934
+ "NON_NULL",
935
+ "SCALAR"
936
+ ],
937
+ "name": "String",
938
+ "non_null": false
939
+ },
940
+ "varName": "description"
941
+ },
942
+ "enabled": {
943
+ "args": {},
944
+ "deprecationReason": null,
945
+ "description": "TRUE = Rule is enabled \n FALSE = Rule is disabled",
946
+ "id_str": "appTenantRestriction___removeRule___rule___rule___enabled",
947
+ "isDeprecated": false,
948
+ "name": "enabled",
949
+ "path": "appTenantRestriction.removeRule.rule.rule.enabled",
950
+ "requestStr": "$enabled:Boolean! ",
951
+ "required": true,
952
+ "responseStr": "enabled:$enabled ",
953
+ "type": {
954
+ "kind": [
955
+ "NON_NULL",
956
+ "SCALAR"
957
+ ],
958
+ "name": "Boolean",
959
+ "non_null": false
960
+ },
961
+ "varName": "enabled"
962
+ },
963
+ "headers": {
964
+ "alias": "appTenantRestrictionHeaderValueHeaders: headers",
965
+ "args": {},
966
+ "deprecationReason": null,
967
+ "description": "Headers and Values to Inject",
968
+ "id_str": "appTenantRestriction___removeRule___rule___rule___headers",
969
+ "isDeprecated": false,
970
+ "name": "headers",
971
+ "path": "appTenantRestriction.removeRule.rule.rule.headers",
972
+ "requestStr": "$appTenantRestrictionHeaderValue:[AppTenantRestrictionHeaderValue]! ",
973
+ "required": true,
974
+ "responseStr": "headers:$appTenantRestrictionHeaderValue ",
975
+ "type": {
976
+ "definition": {
977
+ "description": "pair of header name and value",
978
+ "enumValues": null,
979
+ "fields": {
980
+ "name": {
981
+ "args": {},
982
+ "deprecationReason": null,
983
+ "description": "Header to inject",
984
+ "id_str": "appTenantRestriction___removeRule___rule___rule___headers___name",
985
+ "isDeprecated": false,
986
+ "name": "name",
987
+ "path": "appTenantRestriction.removeRule.rule.rule.headers.name",
988
+ "requestStr": "$name:HttpHeaderName! ",
989
+ "required": true,
990
+ "responseStr": "name:$name ",
991
+ "type": {
992
+ "kind": [
993
+ "NON_NULL",
994
+ "SCALAR"
995
+ ],
996
+ "name": "HttpHeaderName",
997
+ "non_null": false
998
+ },
999
+ "varName": "name"
1000
+ },
1001
+ "value": {
1002
+ "args": {},
1003
+ "deprecationReason": null,
1004
+ "description": "Value to inject",
1005
+ "id_str": "appTenantRestriction___removeRule___rule___rule___headers___value",
1006
+ "isDeprecated": false,
1007
+ "name": "value",
1008
+ "path": "appTenantRestriction.removeRule.rule.rule.headers.value",
1009
+ "requestStr": "$value:HttpHeaderValue! ",
1010
+ "required": true,
1011
+ "responseStr": "value:$value ",
1012
+ "type": {
1013
+ "kind": [
1014
+ "NON_NULL",
1015
+ "SCALAR"
1016
+ ],
1017
+ "name": "HttpHeaderValue",
1018
+ "non_null": false
1019
+ },
1020
+ "varName": "value"
1021
+ }
1022
+ },
1023
+ "inputFields": null,
1024
+ "interfaces": {},
1025
+ "kind": "OBJECT",
1026
+ "name": "AppTenantRestrictionHeaderValue",
1027
+ "possibleTypes": null
1028
+ },
1029
+ "indexType": "object",
1030
+ "kind": [
1031
+ "NON_NULL",
1032
+ "LIST",
1033
+ "NON_NULL",
1034
+ "OBJECT"
1035
+ ],
1036
+ "name": "AppTenantRestrictionHeaderValue",
1037
+ "non_null": false
1038
+ },
1039
+ "varName": "appTenantRestrictionHeaderValue"
1040
+ },
1041
+ "id": {
1042
+ "args": {},
1043
+ "deprecationReason": null,
1044
+ "description": "Rule ID",
1045
+ "id_str": "appTenantRestriction___removeRule___rule___rule___id",
1046
+ "isDeprecated": false,
1047
+ "name": "id",
1048
+ "path": "appTenantRestriction.removeRule.rule.rule.id",
1049
+ "requestStr": "$id:ID! ",
1050
+ "required": true,
1051
+ "responseStr": "id:$id ",
1052
+ "type": {
1053
+ "kind": [
1054
+ "NON_NULL",
1055
+ "SCALAR"
1056
+ ],
1057
+ "name": "ID",
1058
+ "non_null": false
1059
+ },
1060
+ "varName": "id"
1061
+ },
1062
+ "index": {
1063
+ "args": {},
1064
+ "deprecationReason": null,
1065
+ "description": "Position / priority of rule",
1066
+ "id_str": "appTenantRestriction___removeRule___rule___rule___index",
1067
+ "isDeprecated": false,
1068
+ "name": "index",
1069
+ "path": "appTenantRestriction.removeRule.rule.rule.index",
1070
+ "requestStr": "$index:Int! ",
1071
+ "required": true,
1072
+ "responseStr": "index:$index ",
1073
+ "type": {
1074
+ "kind": [
1075
+ "NON_NULL",
1076
+ "SCALAR"
1077
+ ],
1078
+ "name": "Int",
1079
+ "non_null": false
1080
+ },
1081
+ "varName": "index"
1082
+ },
1083
+ "name": {
1084
+ "args": {},
1085
+ "deprecationReason": null,
1086
+ "description": "Name of the rule",
1087
+ "id_str": "appTenantRestriction___removeRule___rule___rule___name",
1088
+ "isDeprecated": false,
1089
+ "name": "name",
1090
+ "path": "appTenantRestriction.removeRule.rule.rule.name",
1091
+ "requestStr": "$name:String! ",
1092
+ "required": true,
1093
+ "responseStr": "name:$name ",
1094
+ "type": {
1095
+ "kind": [
1096
+ "NON_NULL",
1097
+ "SCALAR"
1098
+ ],
1099
+ "name": "String",
1100
+ "non_null": false
1101
+ },
1102
+ "varName": "name"
1103
+ },
1104
+ "schedule": {
1105
+ "alias": "policyScheduleSchedule: schedule",
1106
+ "args": {},
1107
+ "deprecationReason": null,
1108
+ "description": "The time period specifying when the rule is enabled, otherwise it is disabled.",
1109
+ "id_str": "appTenantRestriction___removeRule___rule___rule___schedule",
1110
+ "isDeprecated": false,
1111
+ "name": "schedule",
1112
+ "path": "appTenantRestriction.removeRule.rule.rule.schedule",
1113
+ "requestStr": "$policySchedule:PolicySchedule! ",
1114
+ "required": true,
1115
+ "responseStr": "schedule:$policySchedule ",
1116
+ "type": {
1117
+ "definition": {
1118
+ "description": null,
1119
+ "enumValues": null,
1120
+ "fields": {
1121
+ "activeOn": {
1122
+ "alias": "policyActiveOnEnumActiveOn: activeOn",
1123
+ "args": {},
1124
+ "deprecationReason": null,
1125
+ "description": null,
1126
+ "id_str": "appTenantRestriction___removeRule___rule___rule___schedule___activeOn",
1127
+ "isDeprecated": false,
1128
+ "name": "activeOn",
1129
+ "path": "appTenantRestriction.removeRule.rule.rule.schedule.activeOn",
1130
+ "requestStr": "$activeOn:PolicyActiveOnEnum! ",
1131
+ "required": true,
1132
+ "responseStr": "activeOn:$activeOn ",
1133
+ "type": {
1134
+ "definition": {
1135
+ "description": "Enum for the type of time range a rule is active",
1136
+ "enumValues": [
1137
+ {
1138
+ "deprecationReason": null,
1139
+ "description": null,
1140
+ "isDeprecated": false,
1141
+ "name": "ALWAYS"
1142
+ },
1143
+ {
1144
+ "deprecationReason": null,
1145
+ "description": null,
1146
+ "isDeprecated": false,
1147
+ "name": "WORKING_HOURS"
1148
+ },
1149
+ {
1150
+ "deprecationReason": null,
1151
+ "description": null,
1152
+ "isDeprecated": false,
1153
+ "name": "CUSTOM_TIMEFRAME"
1154
+ },
1155
+ {
1156
+ "deprecationReason": null,
1157
+ "description": null,
1158
+ "isDeprecated": false,
1159
+ "name": "CUSTOM_RECURRING"
1160
+ }
1161
+ ],
1162
+ "fields": null,
1163
+ "inputFields": null,
1164
+ "interfaces": null,
1165
+ "kind": "ENUM",
1166
+ "name": "PolicyActiveOnEnum",
1167
+ "possibleTypes": null
1168
+ },
1169
+ "indexType": "enum",
1170
+ "kind": [
1171
+ "NON_NULL",
1172
+ "ENUM"
1173
+ ],
1174
+ "name": "PolicyActiveOnEnum",
1175
+ "non_null": false
1176
+ },
1177
+ "varName": "activeOn"
1178
+ },
1179
+ "customRecurring": {
1180
+ "alias": "policyCustomRecurringCustomRecurring: customRecurring",
1181
+ "args": {},
1182
+ "deprecationReason": null,
1183
+ "description": null,
1184
+ "id_str": "appTenantRestriction___removeRule___rule___rule___schedule___customRecurring",
1185
+ "isDeprecated": false,
1186
+ "name": "customRecurring",
1187
+ "path": "appTenantRestriction.removeRule.rule.rule.schedule.customRecurring",
1188
+ "requestStr": "$policyCustomRecurring:PolicyCustomRecurring ",
1189
+ "required": false,
1190
+ "responseStr": "customRecurring:$policyCustomRecurring ",
1191
+ "type": {
1192
+ "definition": {
1193
+ "description": "Returns data for a custom recurring time range that a rule is active",
1194
+ "enumValues": null,
1195
+ "fields": {
1196
+ "days": {
1197
+ "args": {},
1198
+ "deprecationReason": null,
1199
+ "description": null,
1200
+ "id_str": "appTenantRestriction___removeRule___rule___rule___schedule___customRecurring___days",
1201
+ "isDeprecated": false,
1202
+ "name": "days",
1203
+ "path": "appTenantRestriction.removeRule.rule.rule.schedule.customRecurring.days",
1204
+ "requestStr": "$days:[DayOfWeek]! ",
1205
+ "required": true,
1206
+ "responseStr": "days:$days ",
1207
+ "type": {
1208
+ "definition": {
1209
+ "description": null,
1210
+ "enumValues": [
1211
+ {
1212
+ "deprecationReason": null,
1213
+ "description": null,
1214
+ "isDeprecated": false,
1215
+ "name": "SUNDAY"
1216
+ },
1217
+ {
1218
+ "deprecationReason": null,
1219
+ "description": null,
1220
+ "isDeprecated": false,
1221
+ "name": "MONDAY"
1222
+ },
1223
+ {
1224
+ "deprecationReason": null,
1225
+ "description": null,
1226
+ "isDeprecated": false,
1227
+ "name": "TUESDAY"
1228
+ },
1229
+ {
1230
+ "deprecationReason": null,
1231
+ "description": null,
1232
+ "isDeprecated": false,
1233
+ "name": "WEDNESDAY"
1234
+ },
1235
+ {
1236
+ "deprecationReason": null,
1237
+ "description": null,
1238
+ "isDeprecated": false,
1239
+ "name": "THURSDAY"
1240
+ },
1241
+ {
1242
+ "deprecationReason": null,
1243
+ "description": null,
1244
+ "isDeprecated": false,
1245
+ "name": "FRIDAY"
1246
+ },
1247
+ {
1248
+ "deprecationReason": null,
1249
+ "description": null,
1250
+ "isDeprecated": false,
1251
+ "name": "SATURDAY"
1252
+ }
1253
+ ],
1254
+ "fields": null,
1255
+ "inputFields": null,
1256
+ "interfaces": null,
1257
+ "kind": "ENUM",
1258
+ "name": "DayOfWeek",
1259
+ "possibleTypes": null
1260
+ },
1261
+ "indexType": "enum",
1262
+ "kind": [
1263
+ "NON_NULL",
1264
+ "LIST",
1265
+ "NON_NULL",
1266
+ "ENUM"
1267
+ ],
1268
+ "name": "DayOfWeek",
1269
+ "non_null": false
1270
+ },
1271
+ "varName": "days"
1272
+ },
1273
+ "from": {
1274
+ "args": {},
1275
+ "deprecationReason": null,
1276
+ "description": null,
1277
+ "id_str": "appTenantRestriction___removeRule___rule___rule___schedule___customRecurring___from",
1278
+ "isDeprecated": false,
1279
+ "name": "from",
1280
+ "path": "appTenantRestriction.removeRule.rule.rule.schedule.customRecurring.from",
1281
+ "requestStr": "$from:Time! ",
1282
+ "required": true,
1283
+ "responseStr": "from:$from ",
1284
+ "type": {
1285
+ "kind": [
1286
+ "NON_NULL",
1287
+ "SCALAR"
1288
+ ],
1289
+ "name": "Time",
1290
+ "non_null": false
1291
+ },
1292
+ "varName": "from"
1293
+ },
1294
+ "to": {
1295
+ "args": {},
1296
+ "deprecationReason": null,
1297
+ "description": null,
1298
+ "id_str": "appTenantRestriction___removeRule___rule___rule___schedule___customRecurring___to",
1299
+ "isDeprecated": false,
1300
+ "name": "to",
1301
+ "path": "appTenantRestriction.removeRule.rule.rule.schedule.customRecurring.to",
1302
+ "requestStr": "$to:Time! ",
1303
+ "required": true,
1304
+ "responseStr": "to:$to ",
1305
+ "type": {
1306
+ "kind": [
1307
+ "NON_NULL",
1308
+ "SCALAR"
1309
+ ],
1310
+ "name": "Time",
1311
+ "non_null": false
1312
+ },
1313
+ "varName": "to"
1314
+ }
1315
+ },
1316
+ "inputFields": null,
1317
+ "interfaces": {},
1318
+ "kind": "OBJECT",
1319
+ "name": "PolicyCustomRecurring",
1320
+ "possibleTypes": null
1321
+ },
1322
+ "indexType": "object",
1323
+ "kind": [
1324
+ "OBJECT"
1325
+ ],
1326
+ "name": "PolicyCustomRecurring",
1327
+ "non_null": false
1328
+ },
1329
+ "varName": "policyCustomRecurring"
1330
+ },
1331
+ "customTimeframe": {
1332
+ "alias": "policyCustomTimeframeCustomTimeframe: customTimeframe",
1333
+ "args": {},
1334
+ "deprecationReason": null,
1335
+ "description": null,
1336
+ "id_str": "appTenantRestriction___removeRule___rule___rule___schedule___customTimeframe",
1337
+ "isDeprecated": false,
1338
+ "name": "customTimeframe",
1339
+ "path": "appTenantRestriction.removeRule.rule.rule.schedule.customTimeframe",
1340
+ "requestStr": "$policyCustomTimeframe:PolicyCustomTimeframe ",
1341
+ "required": false,
1342
+ "responseStr": "customTimeframe:$policyCustomTimeframe ",
1343
+ "type": {
1344
+ "definition": {
1345
+ "description": "Returns data for a custom one-time time range that a rule is active",
1346
+ "enumValues": null,
1347
+ "fields": {
1348
+ "from": {
1349
+ "args": {},
1350
+ "deprecationReason": null,
1351
+ "description": null,
1352
+ "id_str": "appTenantRestriction___removeRule___rule___rule___schedule___customTimeframe___from",
1353
+ "isDeprecated": false,
1354
+ "name": "from",
1355
+ "path": "appTenantRestriction.removeRule.rule.rule.schedule.customTimeframe.from",
1356
+ "requestStr": "$from:DateTime! ",
1357
+ "required": true,
1358
+ "responseStr": "from:$from ",
1359
+ "type": {
1360
+ "kind": [
1361
+ "NON_NULL",
1362
+ "SCALAR"
1363
+ ],
1364
+ "name": "DateTime",
1365
+ "non_null": false
1366
+ },
1367
+ "varName": "from"
1368
+ },
1369
+ "to": {
1370
+ "args": {},
1371
+ "deprecationReason": null,
1372
+ "description": null,
1373
+ "id_str": "appTenantRestriction___removeRule___rule___rule___schedule___customTimeframe___to",
1374
+ "isDeprecated": false,
1375
+ "name": "to",
1376
+ "path": "appTenantRestriction.removeRule.rule.rule.schedule.customTimeframe.to",
1377
+ "requestStr": "$to:DateTime! ",
1378
+ "required": true,
1379
+ "responseStr": "to:$to ",
1380
+ "type": {
1381
+ "kind": [
1382
+ "NON_NULL",
1383
+ "SCALAR"
1384
+ ],
1385
+ "name": "DateTime",
1386
+ "non_null": false
1387
+ },
1388
+ "varName": "to"
1389
+ }
1390
+ },
1391
+ "inputFields": null,
1392
+ "interfaces": {},
1393
+ "kind": "OBJECT",
1394
+ "name": "PolicyCustomTimeframe",
1395
+ "possibleTypes": null
1396
+ },
1397
+ "indexType": "object",
1398
+ "kind": [
1399
+ "OBJECT"
1400
+ ],
1401
+ "name": "PolicyCustomTimeframe",
1402
+ "non_null": false
1403
+ },
1404
+ "varName": "policyCustomTimeframe"
1405
+ }
1406
+ },
1407
+ "inputFields": null,
1408
+ "interfaces": {},
1409
+ "kind": "OBJECT",
1410
+ "name": "PolicySchedule",
1411
+ "possibleTypes": null
1412
+ },
1413
+ "indexType": "object",
1414
+ "kind": [
1415
+ "NON_NULL",
1416
+ "OBJECT"
1417
+ ],
1418
+ "name": "PolicySchedule",
1419
+ "non_null": false
1420
+ },
1421
+ "varName": "policySchedule"
1422
+ },
1423
+ "section": {
1424
+ "alias": "policySectionInfoSection: section",
1425
+ "args": {},
1426
+ "deprecationReason": null,
1427
+ "description": "Policy section where the rule is located",
1428
+ "id_str": "appTenantRestriction___removeRule___rule___rule___section",
1429
+ "isDeprecated": false,
1430
+ "name": "section",
1431
+ "path": "appTenantRestriction.removeRule.rule.rule.section",
1432
+ "requestStr": "$policySectionInfo:PolicySectionInfo! ",
1433
+ "required": true,
1434
+ "responseStr": "section:$policySectionInfo ",
1435
+ "type": {
1436
+ "definition": {
1437
+ "description": "Define settings for a policy section",
1438
+ "enumValues": null,
1439
+ "fields": {
1440
+ "id": {
1441
+ "args": {},
1442
+ "deprecationReason": null,
1443
+ "description": null,
1444
+ "id_str": "appTenantRestriction___removeRule___rule___rule___section___id",
1445
+ "isDeprecated": false,
1446
+ "name": "id",
1447
+ "path": "appTenantRestriction.removeRule.rule.rule.section.id",
1448
+ "requestStr": "$id:ID! ",
1449
+ "required": true,
1450
+ "responseStr": "id:$id ",
1451
+ "type": {
1452
+ "kind": [
1453
+ "NON_NULL",
1454
+ "SCALAR"
1455
+ ],
1456
+ "name": "ID",
1457
+ "non_null": false
1458
+ },
1459
+ "varName": "id"
1460
+ },
1461
+ "name": {
1462
+ "args": {},
1463
+ "deprecationReason": null,
1464
+ "description": null,
1465
+ "id_str": "appTenantRestriction___removeRule___rule___rule___section___name",
1466
+ "isDeprecated": false,
1467
+ "name": "name",
1468
+ "path": "appTenantRestriction.removeRule.rule.rule.section.name",
1469
+ "requestStr": "$name:String! ",
1470
+ "required": true,
1471
+ "responseStr": "name:$name ",
1472
+ "type": {
1473
+ "kind": [
1474
+ "NON_NULL",
1475
+ "SCALAR"
1476
+ ],
1477
+ "name": "String",
1478
+ "non_null": false
1479
+ },
1480
+ "varName": "name"
1481
+ }
1482
+ },
1483
+ "inputFields": null,
1484
+ "interfaces": {},
1485
+ "kind": "OBJECT",
1486
+ "name": "PolicySectionInfo",
1487
+ "possibleTypes": null
1488
+ },
1489
+ "indexType": "object",
1490
+ "kind": [
1491
+ "NON_NULL",
1492
+ "OBJECT"
1493
+ ],
1494
+ "name": "PolicySectionInfo",
1495
+ "non_null": false
1496
+ },
1497
+ "varName": "policySectionInfo"
1498
+ },
1499
+ "severity": {
1500
+ "alias": "appTenantRestrictionSeverityEnumSeverity: severity",
1501
+ "args": {},
1502
+ "deprecationReason": null,
1503
+ "description": "Severity defined for the rule",
1504
+ "id_str": "appTenantRestriction___removeRule___rule___rule___severity",
1505
+ "isDeprecated": false,
1506
+ "name": "severity",
1507
+ "path": "appTenantRestriction.removeRule.rule.rule.severity",
1508
+ "requestStr": "$severity:AppTenantRestrictionSeverityEnum! ",
1509
+ "required": true,
1510
+ "responseStr": "severity:$severity ",
1511
+ "type": {
1512
+ "definition": {
1513
+ "description": "Severity options",
1514
+ "enumValues": [
1515
+ {
1516
+ "deprecationReason": null,
1517
+ "description": "High severity",
1518
+ "isDeprecated": false,
1519
+ "name": "HIGH"
1520
+ },
1521
+ {
1522
+ "deprecationReason": null,
1523
+ "description": "Medium severity",
1524
+ "isDeprecated": false,
1525
+ "name": "MEDIUM"
1526
+ },
1527
+ {
1528
+ "deprecationReason": null,
1529
+ "description": "Low severity",
1530
+ "isDeprecated": false,
1531
+ "name": "LOW"
1532
+ }
1533
+ ],
1534
+ "fields": null,
1535
+ "inputFields": null,
1536
+ "interfaces": null,
1537
+ "kind": "ENUM",
1538
+ "name": "AppTenantRestrictionSeverityEnum",
1539
+ "possibleTypes": null
1540
+ },
1541
+ "indexType": "enum",
1542
+ "kind": [
1543
+ "NON_NULL",
1544
+ "ENUM"
1545
+ ],
1546
+ "name": "AppTenantRestrictionSeverityEnum",
1547
+ "non_null": false
1548
+ },
1549
+ "varName": "severity"
1550
+ },
1551
+ "source": {
1552
+ "alias": "appTenantRestrictionSourceSource: source",
1553
+ "args": {},
1554
+ "deprecationReason": null,
1555
+ "description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
1556
+ "id_str": "appTenantRestriction___removeRule___rule___rule___source",
1557
+ "isDeprecated": false,
1558
+ "name": "source",
1559
+ "path": "appTenantRestriction.removeRule.rule.rule.source",
1560
+ "requestStr": "$appTenantRestrictionSource:AppTenantRestrictionSource! ",
1561
+ "required": true,
1562
+ "responseStr": "source:$appTenantRestrictionSource ",
1563
+ "type": {
1564
+ "definition": {
1565
+ "description": "Returns the settings for Source of an App Tenant Restriction rule",
1566
+ "enumValues": null,
1567
+ "fields": {
1568
+ "country": {
1569
+ "alias": "countryRefCountry: country",
1570
+ "args": {},
1571
+ "deprecationReason": null,
1572
+ "description": "Source country traffic matching criteria.",
1573
+ "id_str": "appTenantRestriction___removeRule___rule___rule___source___country",
1574
+ "isDeprecated": false,
1575
+ "name": "country",
1576
+ "path": "appTenantRestriction.removeRule.rule.rule.source.country",
1577
+ "requestStr": "$countryRef:[CountryRef]! ",
1578
+ "required": true,
1579
+ "responseStr": "country:$countryRef ",
1580
+ "type": {
1581
+ "definition": {
1582
+ "description": null,
1583
+ "enumValues": null,
1584
+ "fields": {
1585
+ "id": {
1586
+ "args": {},
1587
+ "deprecationReason": null,
1588
+ "description": null,
1589
+ "id_str": "appTenantRestriction___removeRule___rule___rule___source___country___id",
1590
+ "isDeprecated": false,
1591
+ "name": "id",
1592
+ "path": "appTenantRestriction.removeRule.rule.rule.source.country.id",
1593
+ "requestStr": "$id:ID! ",
1594
+ "required": true,
1595
+ "responseStr": "id:$id ",
1596
+ "type": {
1597
+ "kind": [
1598
+ "NON_NULL",
1599
+ "SCALAR"
1600
+ ],
1601
+ "name": "ID",
1602
+ "non_null": false
1603
+ },
1604
+ "varName": "id"
1605
+ },
1606
+ "name": {
1607
+ "args": {},
1608
+ "deprecationReason": null,
1609
+ "description": null,
1610
+ "id_str": "appTenantRestriction___removeRule___rule___rule___source___country___name",
1611
+ "isDeprecated": false,
1612
+ "name": "name",
1613
+ "path": "appTenantRestriction.removeRule.rule.rule.source.country.name",
1614
+ "requestStr": "$name:String! ",
1615
+ "required": true,
1616
+ "responseStr": "name:$name ",
1617
+ "type": {
1618
+ "kind": [
1619
+ "NON_NULL",
1620
+ "SCALAR"
1621
+ ],
1622
+ "name": "String",
1623
+ "non_null": false
1624
+ },
1625
+ "varName": "name"
1626
+ }
1627
+ },
1628
+ "inputFields": null,
1629
+ "interfaces": {},
1630
+ "kind": "OBJECT",
1631
+ "name": "CountryRef",
1632
+ "possibleTypes": null
1633
+ },
1634
+ "indexType": "object",
1635
+ "kind": [
1636
+ "NON_NULL",
1637
+ "LIST",
1638
+ "NON_NULL",
1639
+ "OBJECT"
1640
+ ],
1641
+ "name": "CountryRef",
1642
+ "non_null": false
1643
+ },
1644
+ "varName": "countryRef"
1645
+ },
1646
+ "floatingSubnet": {
1647
+ "alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
1648
+ "args": {},
1649
+ "deprecationReason": null,
1650
+ "description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP. They are not associated with a specific site. This is useful in scenarios such as active-standby high availability routed via BGP.",
1651
+ "id_str": "appTenantRestriction___removeRule___rule___rule___source___floatingSubnet",
1652
+ "isDeprecated": false,
1653
+ "name": "floatingSubnet",
1654
+ "path": "appTenantRestriction.removeRule.rule.rule.source.floatingSubnet",
1655
+ "requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
1656
+ "required": true,
1657
+ "responseStr": "floatingSubnet:$floatingSubnetRef ",
1658
+ "type": {
1659
+ "definition": {
1660
+ "description": "Returns data for the Floating Subnet object. Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched\nto the route advertised by BGP. They are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
1661
+ "enumValues": null,
1662
+ "fields": {
1663
+ "id": {
1664
+ "args": {},
1665
+ "deprecationReason": null,
1666
+ "description": "Unique Floating Subnet ID",
1667
+ "id_str": "appTenantRestriction___removeRule___rule___rule___source___floatingSubnet___id",
1668
+ "isDeprecated": false,
1669
+ "name": "id",
1670
+ "path": "appTenantRestriction.removeRule.rule.rule.source.floatingSubnet.id",
1671
+ "requestStr": "$id:ID! ",
1672
+ "required": true,
1673
+ "responseStr": "id:$id ",
1674
+ "type": {
1675
+ "kind": [
1676
+ "NON_NULL",
1677
+ "SCALAR"
1678
+ ],
1679
+ "name": "ID",
1680
+ "non_null": false
1681
+ },
1682
+ "varName": "id"
1683
+ },
1684
+ "name": {
1685
+ "args": {},
1686
+ "deprecationReason": null,
1687
+ "description": "Name for the Floating Subnet",
1688
+ "id_str": "appTenantRestriction___removeRule___rule___rule___source___floatingSubnet___name",
1689
+ "isDeprecated": false,
1690
+ "name": "name",
1691
+ "path": "appTenantRestriction.removeRule.rule.rule.source.floatingSubnet.name",
1692
+ "requestStr": "$name:String! ",
1693
+ "required": true,
1694
+ "responseStr": "name:$name ",
1695
+ "type": {
1696
+ "kind": [
1697
+ "NON_NULL",
1698
+ "SCALAR"
1699
+ ],
1700
+ "name": "String",
1701
+ "non_null": false
1702
+ },
1703
+ "varName": "name"
1704
+ }
1705
+ },
1706
+ "inputFields": null,
1707
+ "interfaces": {},
1708
+ "kind": "OBJECT",
1709
+ "name": "FloatingSubnetRef",
1710
+ "possibleTypes": null
1711
+ },
1712
+ "indexType": "object",
1713
+ "kind": [
1714
+ "NON_NULL",
1715
+ "LIST",
1716
+ "NON_NULL",
1717
+ "OBJECT"
1718
+ ],
1719
+ "name": "FloatingSubnetRef",
1720
+ "non_null": false
1721
+ },
1722
+ "varName": "floatingSubnetRef"
1723
+ },
1724
+ "globalIpRange": {
1725
+ "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
1726
+ "args": {},
1727
+ "deprecationReason": null,
1728
+ "description": "Globally defined IP range, IP and subnet objects",
1729
+ "id_str": "appTenantRestriction___removeRule___rule___rule___source___globalIpRange",
1730
+ "isDeprecated": false,
1731
+ "name": "globalIpRange",
1732
+ "path": "appTenantRestriction.removeRule.rule.rule.source.globalIpRange",
1733
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
1734
+ "required": true,
1735
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
1736
+ "type": {
1737
+ "definition": {
1738
+ "description": null,
1739
+ "enumValues": null,
1740
+ "fields": {
1741
+ "id": {
1742
+ "args": {},
1743
+ "deprecationReason": null,
1744
+ "description": null,
1745
+ "id_str": "appTenantRestriction___removeRule___rule___rule___source___globalIpRange___id",
1746
+ "isDeprecated": false,
1747
+ "name": "id",
1748
+ "path": "appTenantRestriction.removeRule.rule.rule.source.globalIpRange.id",
1749
+ "requestStr": "$id:ID! ",
1750
+ "required": true,
1751
+ "responseStr": "id:$id ",
1752
+ "type": {
1753
+ "kind": [
1754
+ "NON_NULL",
1755
+ "SCALAR"
1756
+ ],
1757
+ "name": "ID",
1758
+ "non_null": false
1759
+ },
1760
+ "varName": "id"
1761
+ },
1762
+ "name": {
1763
+ "args": {},
1764
+ "deprecationReason": null,
1765
+ "description": null,
1766
+ "id_str": "appTenantRestriction___removeRule___rule___rule___source___globalIpRange___name",
1767
+ "isDeprecated": false,
1768
+ "name": "name",
1769
+ "path": "appTenantRestriction.removeRule.rule.rule.source.globalIpRange.name",
1770
+ "requestStr": "$name:String! ",
1771
+ "required": true,
1772
+ "responseStr": "name:$name ",
1773
+ "type": {
1774
+ "kind": [
1775
+ "NON_NULL",
1776
+ "SCALAR"
1777
+ ],
1778
+ "name": "String",
1779
+ "non_null": false
1780
+ },
1781
+ "varName": "name"
1782
+ }
1783
+ },
1784
+ "inputFields": null,
1785
+ "interfaces": {},
1786
+ "kind": "OBJECT",
1787
+ "name": "GlobalIpRangeRef",
1788
+ "possibleTypes": null
1789
+ },
1790
+ "indexType": "object",
1791
+ "kind": [
1792
+ "NON_NULL",
1793
+ "LIST",
1794
+ "NON_NULL",
1795
+ "OBJECT"
1796
+ ],
1797
+ "name": "GlobalIpRangeRef",
1798
+ "non_null": false
1799
+ },
1800
+ "varName": "globalIpRangeRef"
1801
+ },
1802
+ "group": {
1803
+ "alias": "groupRefGroup: group",
1804
+ "args": {},
1805
+ "deprecationReason": null,
1806
+ "description": "Groups defined for your account",
1807
+ "id_str": "appTenantRestriction___removeRule___rule___rule___source___group",
1808
+ "isDeprecated": false,
1809
+ "name": "group",
1810
+ "path": "appTenantRestriction.removeRule.rule.rule.source.group",
1811
+ "requestStr": "$groupRef:[GroupRef]! ",
1812
+ "required": true,
1813
+ "responseStr": "group:$groupRef ",
1814
+ "type": {
1815
+ "definition": {
1816
+ "description": null,
1817
+ "enumValues": null,
1818
+ "fields": {
1819
+ "id": {
1820
+ "args": {},
1821
+ "deprecationReason": null,
1822
+ "description": null,
1823
+ "id_str": "appTenantRestriction___removeRule___rule___rule___source___group___id",
1824
+ "isDeprecated": false,
1825
+ "name": "id",
1826
+ "path": "appTenantRestriction.removeRule.rule.rule.source.group.id",
1827
+ "requestStr": "$id:ID! ",
1828
+ "required": true,
1829
+ "responseStr": "id:$id ",
1830
+ "type": {
1831
+ "kind": [
1832
+ "NON_NULL",
1833
+ "SCALAR"
1834
+ ],
1835
+ "name": "ID",
1836
+ "non_null": false
1837
+ },
1838
+ "varName": "id"
1839
+ },
1840
+ "name": {
1841
+ "args": {},
1842
+ "deprecationReason": null,
1843
+ "description": null,
1844
+ "id_str": "appTenantRestriction___removeRule___rule___rule___source___group___name",
1845
+ "isDeprecated": false,
1846
+ "name": "name",
1847
+ "path": "appTenantRestriction.removeRule.rule.rule.source.group.name",
1848
+ "requestStr": "$name:String! ",
1849
+ "required": true,
1850
+ "responseStr": "name:$name ",
1851
+ "type": {
1852
+ "kind": [
1853
+ "NON_NULL",
1854
+ "SCALAR"
1855
+ ],
1856
+ "name": "String",
1857
+ "non_null": false
1858
+ },
1859
+ "varName": "name"
1860
+ }
1861
+ },
1862
+ "inputFields": null,
1863
+ "interfaces": {},
1864
+ "kind": "OBJECT",
1865
+ "name": "GroupRef",
1866
+ "possibleTypes": null
1867
+ },
1868
+ "indexType": "object",
1869
+ "kind": [
1870
+ "NON_NULL",
1871
+ "LIST",
1872
+ "NON_NULL",
1873
+ "OBJECT"
1874
+ ],
1875
+ "name": "GroupRef",
1876
+ "non_null": false
1877
+ },
1878
+ "varName": "groupRef"
1879
+ },
1880
+ "host": {
1881
+ "alias": "hostRefHost: host",
1882
+ "args": {},
1883
+ "deprecationReason": null,
1884
+ "description": "Hosts and servers defined for your account",
1885
+ "id_str": "appTenantRestriction___removeRule___rule___rule___source___host",
1886
+ "isDeprecated": false,
1887
+ "name": "host",
1888
+ "path": "appTenantRestriction.removeRule.rule.rule.source.host",
1889
+ "requestStr": "$hostRef:[HostRef]! ",
1890
+ "required": true,
1891
+ "responseStr": "host:$hostRef ",
1892
+ "type": {
1893
+ "definition": {
1894
+ "description": null,
1895
+ "enumValues": null,
1896
+ "fields": {
1897
+ "id": {
1898
+ "args": {},
1899
+ "deprecationReason": null,
1900
+ "description": null,
1901
+ "id_str": "appTenantRestriction___removeRule___rule___rule___source___host___id",
1902
+ "isDeprecated": false,
1903
+ "name": "id",
1904
+ "path": "appTenantRestriction.removeRule.rule.rule.source.host.id",
1905
+ "requestStr": "$id:ID! ",
1906
+ "required": true,
1907
+ "responseStr": "id:$id ",
1908
+ "type": {
1909
+ "kind": [
1910
+ "NON_NULL",
1911
+ "SCALAR"
1912
+ ],
1913
+ "name": "ID",
1914
+ "non_null": false
1915
+ },
1916
+ "varName": "id"
1917
+ },
1918
+ "name": {
1919
+ "args": {},
1920
+ "deprecationReason": null,
1921
+ "description": null,
1922
+ "id_str": "appTenantRestriction___removeRule___rule___rule___source___host___name",
1923
+ "isDeprecated": false,
1924
+ "name": "name",
1925
+ "path": "appTenantRestriction.removeRule.rule.rule.source.host.name",
1926
+ "requestStr": "$name:String! ",
1927
+ "required": true,
1928
+ "responseStr": "name:$name ",
1929
+ "type": {
1930
+ "kind": [
1931
+ "NON_NULL",
1932
+ "SCALAR"
1933
+ ],
1934
+ "name": "String",
1935
+ "non_null": false
1936
+ },
1937
+ "varName": "name"
1938
+ }
1939
+ },
1940
+ "inputFields": null,
1941
+ "interfaces": {},
1942
+ "kind": "OBJECT",
1943
+ "name": "HostRef",
1944
+ "possibleTypes": null
1945
+ },
1946
+ "indexType": "object",
1947
+ "kind": [
1948
+ "NON_NULL",
1949
+ "LIST",
1950
+ "NON_NULL",
1951
+ "OBJECT"
1952
+ ],
1953
+ "name": "HostRef",
1954
+ "non_null": false
1955
+ },
1956
+ "varName": "hostRef"
1957
+ },
1958
+ "ip": {
1959
+ "args": {},
1960
+ "deprecationReason": null,
1961
+ "description": "IPv4 address",
1962
+ "id_str": "appTenantRestriction___removeRule___rule___rule___source___ip",
1963
+ "isDeprecated": false,
1964
+ "name": "ip",
1965
+ "path": "appTenantRestriction.removeRule.rule.rule.source.ip",
1966
+ "requestStr": "$ip:[IPAddress]! ",
1967
+ "required": true,
1968
+ "responseStr": "ip:$ip ",
1969
+ "type": {
1970
+ "kind": [
1971
+ "NON_NULL",
1972
+ "LIST",
1973
+ "NON_NULL",
1974
+ "SCALAR"
1975
+ ],
1976
+ "name": "IPAddress",
1977
+ "non_null": false
1978
+ },
1979
+ "varName": "ip"
1980
+ },
1981
+ "ipRange": {
1982
+ "alias": "ipAddressRangeIpRange: ipRange",
1983
+ "args": {},
1984
+ "deprecationReason": null,
1985
+ "description": "Multiple separate IP addresses or an IP range",
1986
+ "id_str": "appTenantRestriction___removeRule___rule___rule___source___ipRange",
1987
+ "isDeprecated": false,
1988
+ "name": "ipRange",
1989
+ "path": "appTenantRestriction.removeRule.rule.rule.source.ipRange",
1990
+ "requestStr": "$ipAddressRange:[IpAddressRange]! ",
1991
+ "required": true,
1992
+ "responseStr": "ipRange:$ipAddressRange ",
1993
+ "type": {
1994
+ "definition": {
1995
+ "description": "Inclusive range of IPs",
1996
+ "enumValues": null,
1997
+ "fields": {
1998
+ "from": {
1999
+ "args": {},
2000
+ "deprecationReason": null,
2001
+ "description": null,
2002
+ "id_str": "appTenantRestriction___removeRule___rule___rule___source___ipRange___from",
2003
+ "isDeprecated": false,
2004
+ "name": "from",
2005
+ "path": "appTenantRestriction.removeRule.rule.rule.source.ipRange.from",
2006
+ "requestStr": "$from:IPAddress! ",
2007
+ "required": true,
2008
+ "responseStr": "from:$from ",
2009
+ "type": {
2010
+ "kind": [
2011
+ "NON_NULL",
2012
+ "SCALAR"
2013
+ ],
2014
+ "name": "IPAddress",
2015
+ "non_null": false
2016
+ },
2017
+ "varName": "from"
2018
+ },
2019
+ "to": {
2020
+ "args": {},
2021
+ "deprecationReason": null,
2022
+ "description": null,
2023
+ "id_str": "appTenantRestriction___removeRule___rule___rule___source___ipRange___to",
2024
+ "isDeprecated": false,
2025
+ "name": "to",
2026
+ "path": "appTenantRestriction.removeRule.rule.rule.source.ipRange.to",
2027
+ "requestStr": "$to:IPAddress! ",
2028
+ "required": true,
2029
+ "responseStr": "to:$to ",
2030
+ "type": {
2031
+ "kind": [
2032
+ "NON_NULL",
2033
+ "SCALAR"
2034
+ ],
2035
+ "name": "IPAddress",
2036
+ "non_null": false
2037
+ },
2038
+ "varName": "to"
2039
+ }
2040
+ },
2041
+ "inputFields": null,
2042
+ "interfaces": {},
2043
+ "kind": "OBJECT",
2044
+ "name": "IpAddressRange",
2045
+ "possibleTypes": null
2046
+ },
2047
+ "indexType": "object",
2048
+ "kind": [
2049
+ "NON_NULL",
2050
+ "LIST",
2051
+ "NON_NULL",
2052
+ "OBJECT"
2053
+ ],
2054
+ "name": "IpAddressRange",
2055
+ "non_null": false
2056
+ },
2057
+ "varName": "ipAddressRange"
2058
+ },
2059
+ "networkInterface": {
2060
+ "alias": "networkInterfaceRefNetworkInterface: networkInterface",
2061
+ "args": {},
2062
+ "deprecationReason": null,
2063
+ "description": "Network range defined for a site",
2064
+ "id_str": "appTenantRestriction___removeRule___rule___rule___source___networkInterface",
2065
+ "isDeprecated": false,
2066
+ "name": "networkInterface",
2067
+ "path": "appTenantRestriction.removeRule.rule.rule.source.networkInterface",
2068
+ "requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
2069
+ "required": true,
2070
+ "responseStr": "networkInterface:$networkInterfaceRef ",
2071
+ "type": {
2072
+ "definition": {
2073
+ "description": null,
2074
+ "enumValues": null,
2075
+ "fields": {
2076
+ "id": {
2077
+ "args": {},
2078
+ "deprecationReason": null,
2079
+ "description": null,
2080
+ "id_str": "appTenantRestriction___removeRule___rule___rule___source___networkInterface___id",
2081
+ "isDeprecated": false,
2082
+ "name": "id",
2083
+ "path": "appTenantRestriction.removeRule.rule.rule.source.networkInterface.id",
2084
+ "requestStr": "$id:ID! ",
2085
+ "required": true,
2086
+ "responseStr": "id:$id ",
2087
+ "type": {
2088
+ "kind": [
2089
+ "NON_NULL",
2090
+ "SCALAR"
2091
+ ],
2092
+ "name": "ID",
2093
+ "non_null": false
2094
+ },
2095
+ "varName": "id"
2096
+ },
2097
+ "name": {
2098
+ "args": {},
2099
+ "deprecationReason": null,
2100
+ "description": null,
2101
+ "id_str": "appTenantRestriction___removeRule___rule___rule___source___networkInterface___name",
2102
+ "isDeprecated": false,
2103
+ "name": "name",
2104
+ "path": "appTenantRestriction.removeRule.rule.rule.source.networkInterface.name",
2105
+ "requestStr": "$name:String! ",
2106
+ "required": true,
2107
+ "responseStr": "name:$name ",
2108
+ "type": {
2109
+ "kind": [
2110
+ "NON_NULL",
2111
+ "SCALAR"
2112
+ ],
2113
+ "name": "String",
2114
+ "non_null": false
2115
+ },
2116
+ "varName": "name"
2117
+ }
2118
+ },
2119
+ "inputFields": null,
2120
+ "interfaces": {},
2121
+ "kind": "OBJECT",
2122
+ "name": "NetworkInterfaceRef",
2123
+ "possibleTypes": null
2124
+ },
2125
+ "indexType": "object",
2126
+ "kind": [
2127
+ "NON_NULL",
2128
+ "LIST",
2129
+ "NON_NULL",
2130
+ "OBJECT"
2131
+ ],
2132
+ "name": "NetworkInterfaceRef",
2133
+ "non_null": false
2134
+ },
2135
+ "varName": "networkInterfaceRef"
2136
+ },
2137
+ "site": {
2138
+ "alias": "siteRefSite: site",
2139
+ "args": {},
2140
+ "deprecationReason": null,
2141
+ "description": "Site defined for the account",
2142
+ "id_str": "appTenantRestriction___removeRule___rule___rule___source___site",
2143
+ "isDeprecated": false,
2144
+ "name": "site",
2145
+ "path": "appTenantRestriction.removeRule.rule.rule.source.site",
2146
+ "requestStr": "$siteRef:[SiteRef]! ",
2147
+ "required": true,
2148
+ "responseStr": "site:$siteRef ",
2149
+ "type": {
2150
+ "definition": {
2151
+ "description": null,
2152
+ "enumValues": null,
2153
+ "fields": {
2154
+ "id": {
2155
+ "args": {},
2156
+ "deprecationReason": null,
2157
+ "description": null,
2158
+ "id_str": "appTenantRestriction___removeRule___rule___rule___source___site___id",
2159
+ "isDeprecated": false,
2160
+ "name": "id",
2161
+ "path": "appTenantRestriction.removeRule.rule.rule.source.site.id",
2162
+ "requestStr": "$id:ID! ",
2163
+ "required": true,
2164
+ "responseStr": "id:$id ",
2165
+ "type": {
2166
+ "kind": [
2167
+ "NON_NULL",
2168
+ "SCALAR"
2169
+ ],
2170
+ "name": "ID",
2171
+ "non_null": false
2172
+ },
2173
+ "varName": "id"
2174
+ },
2175
+ "name": {
2176
+ "args": {},
2177
+ "deprecationReason": null,
2178
+ "description": null,
2179
+ "id_str": "appTenantRestriction___removeRule___rule___rule___source___site___name",
2180
+ "isDeprecated": false,
2181
+ "name": "name",
2182
+ "path": "appTenantRestriction.removeRule.rule.rule.source.site.name",
2183
+ "requestStr": "$name:String! ",
2184
+ "required": true,
2185
+ "responseStr": "name:$name ",
2186
+ "type": {
2187
+ "kind": [
2188
+ "NON_NULL",
2189
+ "SCALAR"
2190
+ ],
2191
+ "name": "String",
2192
+ "non_null": false
2193
+ },
2194
+ "varName": "name"
2195
+ }
2196
+ },
2197
+ "inputFields": null,
2198
+ "interfaces": {},
2199
+ "kind": "OBJECT",
2200
+ "name": "SiteRef",
2201
+ "possibleTypes": null
2202
+ },
2203
+ "indexType": "object",
2204
+ "kind": [
2205
+ "NON_NULL",
2206
+ "LIST",
2207
+ "NON_NULL",
2208
+ "OBJECT"
2209
+ ],
2210
+ "name": "SiteRef",
2211
+ "non_null": false
2212
+ },
2213
+ "varName": "siteRef"
2214
+ },
2215
+ "siteNetworkSubnet": {
2216
+ "alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
2217
+ "args": {},
2218
+ "deprecationReason": null,
2219
+ "description": "GlobalRange + InterfaceSubnet",
2220
+ "id_str": "appTenantRestriction___removeRule___rule___rule___source___siteNetworkSubnet",
2221
+ "isDeprecated": false,
2222
+ "name": "siteNetworkSubnet",
2223
+ "path": "appTenantRestriction.removeRule.rule.rule.source.siteNetworkSubnet",
2224
+ "requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
2225
+ "required": true,
2226
+ "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
2227
+ "type": {
2228
+ "definition": {
2229
+ "description": null,
2230
+ "enumValues": null,
2231
+ "fields": {
2232
+ "id": {
2233
+ "args": {},
2234
+ "deprecationReason": null,
2235
+ "description": null,
2236
+ "id_str": "appTenantRestriction___removeRule___rule___rule___source___siteNetworkSubnet___id",
2237
+ "isDeprecated": false,
2238
+ "name": "id",
2239
+ "path": "appTenantRestriction.removeRule.rule.rule.source.siteNetworkSubnet.id",
2240
+ "requestStr": "$id:ID! ",
2241
+ "required": true,
2242
+ "responseStr": "id:$id ",
2243
+ "type": {
2244
+ "kind": [
2245
+ "NON_NULL",
2246
+ "SCALAR"
2247
+ ],
2248
+ "name": "ID",
2249
+ "non_null": false
2250
+ },
2251
+ "varName": "id"
2252
+ },
2253
+ "name": {
2254
+ "args": {},
2255
+ "deprecationReason": null,
2256
+ "description": null,
2257
+ "id_str": "appTenantRestriction___removeRule___rule___rule___source___siteNetworkSubnet___name",
2258
+ "isDeprecated": false,
2259
+ "name": "name",
2260
+ "path": "appTenantRestriction.removeRule.rule.rule.source.siteNetworkSubnet.name",
2261
+ "requestStr": "$name:String! ",
2262
+ "required": true,
2263
+ "responseStr": "name:$name ",
2264
+ "type": {
2265
+ "kind": [
2266
+ "NON_NULL",
2267
+ "SCALAR"
2268
+ ],
2269
+ "name": "String",
2270
+ "non_null": false
2271
+ },
2272
+ "varName": "name"
2273
+ }
2274
+ },
2275
+ "inputFields": null,
2276
+ "interfaces": {},
2277
+ "kind": "OBJECT",
2278
+ "name": "SiteNetworkSubnetRef",
2279
+ "possibleTypes": null
2280
+ },
2281
+ "indexType": "object",
2282
+ "kind": [
2283
+ "NON_NULL",
2284
+ "LIST",
2285
+ "NON_NULL",
2286
+ "OBJECT"
2287
+ ],
2288
+ "name": "SiteNetworkSubnetRef",
2289
+ "non_null": false
2290
+ },
2291
+ "varName": "siteNetworkSubnetRef"
2292
+ },
2293
+ "subnet": {
2294
+ "args": {},
2295
+ "deprecationReason": null,
2296
+ "description": "Subnets and network ranges defined for the LAN interfaces of a site",
2297
+ "id_str": "appTenantRestriction___removeRule___rule___rule___source___subnet",
2298
+ "isDeprecated": false,
2299
+ "name": "subnet",
2300
+ "path": "appTenantRestriction.removeRule.rule.rule.source.subnet",
2301
+ "requestStr": "$subnet:[NetworkSubnet]! ",
2302
+ "required": true,
2303
+ "responseStr": "subnet:$subnet ",
2304
+ "type": {
2305
+ "kind": [
2306
+ "NON_NULL",
2307
+ "LIST",
2308
+ "NON_NULL",
2309
+ "SCALAR"
2310
+ ],
2311
+ "name": "NetworkSubnet",
2312
+ "non_null": false
2313
+ },
2314
+ "varName": "subnet"
2315
+ },
2316
+ "systemGroup": {
2317
+ "alias": "systemGroupRefSystemGroup: systemGroup",
2318
+ "args": {},
2319
+ "deprecationReason": null,
2320
+ "description": "Predefined Cato groups",
2321
+ "id_str": "appTenantRestriction___removeRule___rule___rule___source___systemGroup",
2322
+ "isDeprecated": false,
2323
+ "name": "systemGroup",
2324
+ "path": "appTenantRestriction.removeRule.rule.rule.source.systemGroup",
2325
+ "requestStr": "$systemGroupRef:[SystemGroupRef]! ",
2326
+ "required": true,
2327
+ "responseStr": "systemGroup:$systemGroupRef ",
2328
+ "type": {
2329
+ "definition": {
2330
+ "description": null,
2331
+ "enumValues": null,
2332
+ "fields": {
2333
+ "id": {
2334
+ "args": {},
2335
+ "deprecationReason": null,
2336
+ "description": null,
2337
+ "id_str": "appTenantRestriction___removeRule___rule___rule___source___systemGroup___id",
2338
+ "isDeprecated": false,
2339
+ "name": "id",
2340
+ "path": "appTenantRestriction.removeRule.rule.rule.source.systemGroup.id",
2341
+ "requestStr": "$id:ID! ",
2342
+ "required": true,
2343
+ "responseStr": "id:$id ",
2344
+ "type": {
2345
+ "kind": [
2346
+ "NON_NULL",
2347
+ "SCALAR"
2348
+ ],
2349
+ "name": "ID",
2350
+ "non_null": false
2351
+ },
2352
+ "varName": "id"
2353
+ },
2354
+ "name": {
2355
+ "args": {},
2356
+ "deprecationReason": null,
2357
+ "description": null,
2358
+ "id_str": "appTenantRestriction___removeRule___rule___rule___source___systemGroup___name",
2359
+ "isDeprecated": false,
2360
+ "name": "name",
2361
+ "path": "appTenantRestriction.removeRule.rule.rule.source.systemGroup.name",
2362
+ "requestStr": "$name:String! ",
2363
+ "required": true,
2364
+ "responseStr": "name:$name ",
2365
+ "type": {
2366
+ "kind": [
2367
+ "NON_NULL",
2368
+ "SCALAR"
2369
+ ],
2370
+ "name": "String",
2371
+ "non_null": false
2372
+ },
2373
+ "varName": "name"
2374
+ }
2375
+ },
2376
+ "inputFields": null,
2377
+ "interfaces": {},
2378
+ "kind": "OBJECT",
2379
+ "name": "SystemGroupRef",
2380
+ "possibleTypes": null
2381
+ },
2382
+ "indexType": "object",
2383
+ "kind": [
2384
+ "NON_NULL",
2385
+ "LIST",
2386
+ "NON_NULL",
2387
+ "OBJECT"
2388
+ ],
2389
+ "name": "SystemGroupRef",
2390
+ "non_null": false
2391
+ },
2392
+ "varName": "systemGroupRef"
2393
+ },
2394
+ "user": {
2395
+ "alias": "userRefUser: user",
2396
+ "args": {},
2397
+ "deprecationReason": null,
2398
+ "description": "Individual users defined for the account",
2399
+ "id_str": "appTenantRestriction___removeRule___rule___rule___source___user",
2400
+ "isDeprecated": false,
2401
+ "name": "user",
2402
+ "path": "appTenantRestriction.removeRule.rule.rule.source.user",
2403
+ "requestStr": "$userRef:[UserRef]! ",
2404
+ "required": true,
2405
+ "responseStr": "user:$userRef ",
2406
+ "type": {
2407
+ "definition": {
2408
+ "description": null,
2409
+ "enumValues": null,
2410
+ "fields": {
2411
+ "id": {
2412
+ "args": {},
2413
+ "deprecationReason": null,
2414
+ "description": null,
2415
+ "id_str": "appTenantRestriction___removeRule___rule___rule___source___user___id",
2416
+ "isDeprecated": false,
2417
+ "name": "id",
2418
+ "path": "appTenantRestriction.removeRule.rule.rule.source.user.id",
2419
+ "requestStr": "$id:ID! ",
2420
+ "required": true,
2421
+ "responseStr": "id:$id ",
2422
+ "type": {
2423
+ "kind": [
2424
+ "NON_NULL",
2425
+ "SCALAR"
2426
+ ],
2427
+ "name": "ID",
2428
+ "non_null": false
2429
+ },
2430
+ "varName": "id"
2431
+ },
2432
+ "name": {
2433
+ "args": {},
2434
+ "deprecationReason": null,
2435
+ "description": null,
2436
+ "id_str": "appTenantRestriction___removeRule___rule___rule___source___user___name",
2437
+ "isDeprecated": false,
2438
+ "name": "name",
2439
+ "path": "appTenantRestriction.removeRule.rule.rule.source.user.name",
2440
+ "requestStr": "$name:String! ",
2441
+ "required": true,
2442
+ "responseStr": "name:$name ",
2443
+ "type": {
2444
+ "kind": [
2445
+ "NON_NULL",
2446
+ "SCALAR"
2447
+ ],
2448
+ "name": "String",
2449
+ "non_null": false
2450
+ },
2451
+ "varName": "name"
2452
+ }
2453
+ },
2454
+ "inputFields": null,
2455
+ "interfaces": {},
2456
+ "kind": "OBJECT",
2457
+ "name": "UserRef",
2458
+ "possibleTypes": null
2459
+ },
2460
+ "indexType": "object",
2461
+ "kind": [
2462
+ "NON_NULL",
2463
+ "LIST",
2464
+ "NON_NULL",
2465
+ "OBJECT"
2466
+ ],
2467
+ "name": "UserRef",
2468
+ "non_null": false
2469
+ },
2470
+ "varName": "userRef"
2471
+ },
2472
+ "usersGroup": {
2473
+ "alias": "usersGroupRefUsersGroup: usersGroup",
2474
+ "args": {},
2475
+ "deprecationReason": null,
2476
+ "description": "Group of users",
2477
+ "id_str": "appTenantRestriction___removeRule___rule___rule___source___usersGroup",
2478
+ "isDeprecated": false,
2479
+ "name": "usersGroup",
2480
+ "path": "appTenantRestriction.removeRule.rule.rule.source.usersGroup",
2481
+ "requestStr": "$usersGroupRef:[UsersGroupRef]! ",
2482
+ "required": true,
2483
+ "responseStr": "usersGroup:$usersGroupRef ",
2484
+ "type": {
2485
+ "definition": {
2486
+ "description": null,
2487
+ "enumValues": null,
2488
+ "fields": {
2489
+ "id": {
2490
+ "args": {},
2491
+ "deprecationReason": null,
2492
+ "description": null,
2493
+ "id_str": "appTenantRestriction___removeRule___rule___rule___source___usersGroup___id",
2494
+ "isDeprecated": false,
2495
+ "name": "id",
2496
+ "path": "appTenantRestriction.removeRule.rule.rule.source.usersGroup.id",
2497
+ "requestStr": "$id:ID! ",
2498
+ "required": true,
2499
+ "responseStr": "id:$id ",
2500
+ "type": {
2501
+ "kind": [
2502
+ "NON_NULL",
2503
+ "SCALAR"
2504
+ ],
2505
+ "name": "ID",
2506
+ "non_null": false
2507
+ },
2508
+ "varName": "id"
2509
+ },
2510
+ "name": {
2511
+ "args": {},
2512
+ "deprecationReason": null,
2513
+ "description": null,
2514
+ "id_str": "appTenantRestriction___removeRule___rule___rule___source___usersGroup___name",
2515
+ "isDeprecated": false,
2516
+ "name": "name",
2517
+ "path": "appTenantRestriction.removeRule.rule.rule.source.usersGroup.name",
2518
+ "requestStr": "$name:String! ",
2519
+ "required": true,
2520
+ "responseStr": "name:$name ",
2521
+ "type": {
2522
+ "kind": [
2523
+ "NON_NULL",
2524
+ "SCALAR"
2525
+ ],
2526
+ "name": "String",
2527
+ "non_null": false
2528
+ },
2529
+ "varName": "name"
2530
+ }
2531
+ },
2532
+ "inputFields": null,
2533
+ "interfaces": {},
2534
+ "kind": "OBJECT",
2535
+ "name": "UsersGroupRef",
2536
+ "possibleTypes": null
2537
+ },
2538
+ "indexType": "object",
2539
+ "kind": [
2540
+ "NON_NULL",
2541
+ "LIST",
2542
+ "NON_NULL",
2543
+ "OBJECT"
2544
+ ],
2545
+ "name": "UsersGroupRef",
2546
+ "non_null": false
2547
+ },
2548
+ "varName": "usersGroupRef"
2549
+ }
2550
+ },
2551
+ "inputFields": null,
2552
+ "interfaces": {},
2553
+ "kind": "OBJECT",
2554
+ "name": "AppTenantRestrictionSource",
2555
+ "possibleTypes": null
2556
+ },
2557
+ "indexType": "object",
2558
+ "kind": [
2559
+ "NON_NULL",
2560
+ "OBJECT"
2561
+ ],
2562
+ "name": "AppTenantRestrictionSource",
2563
+ "non_null": false
2564
+ },
2565
+ "varName": "appTenantRestrictionSource"
2566
+ }
2567
+ },
2568
+ "inputFields": null,
2569
+ "interfaces": {},
2570
+ "kind": "OBJECT",
2571
+ "name": "AppTenantRestrictionRule",
2572
+ "possibleTypes": null
2573
+ },
2574
+ "indexType": "object",
2575
+ "kind": [
2576
+ "NON_NULL",
2577
+ "OBJECT"
2578
+ ],
2579
+ "name": "AppTenantRestrictionRule",
2580
+ "non_null": false
2581
+ },
2582
+ "varName": "appTenantRestrictionRule"
2583
+ }
2584
+ },
2585
+ "inputFields": null,
2586
+ "interfaces": {},
2587
+ "kind": "OBJECT",
2588
+ "name": "AppTenantRestrictionRulePayload",
2589
+ "possibleTypes": null
2590
+ },
2591
+ "indexType": "object",
2592
+ "kind": [
2593
+ "OBJECT"
2594
+ ],
2595
+ "name": "AppTenantRestrictionRulePayload",
2596
+ "non_null": false
2597
+ },
2598
+ "varName": "appTenantRestrictionRulePayload"
2599
+ },
2600
+ "status": {
2601
+ "alias": "policyMutationStatusStatus: status",
2602
+ "args": {},
2603
+ "deprecationReason": null,
2604
+ "description": null,
2605
+ "id_str": "appTenantRestriction___removeRule___status",
2606
+ "isDeprecated": false,
2607
+ "name": "status",
2608
+ "path": "appTenantRestriction.removeRule.status",
2609
+ "requestStr": "$status:PolicyMutationStatus! ",
2610
+ "required": true,
2611
+ "responseStr": "status:$status ",
2612
+ "type": {
2613
+ "definition": {
2614
+ "description": "Enum for the status of a policy mutation",
2615
+ "enumValues": [
2616
+ {
2617
+ "deprecationReason": null,
2618
+ "description": null,
2619
+ "isDeprecated": false,
2620
+ "name": "SUCCESS"
2621
+ },
2622
+ {
2623
+ "deprecationReason": null,
2624
+ "description": null,
2625
+ "isDeprecated": false,
2626
+ "name": "FAILURE"
2627
+ }
2628
+ ],
2629
+ "fields": null,
2630
+ "inputFields": null,
2631
+ "interfaces": null,
2632
+ "kind": "ENUM",
2633
+ "name": "PolicyMutationStatus",
2634
+ "possibleTypes": null
2635
+ },
2636
+ "indexType": "enum",
2637
+ "kind": [
2638
+ "NON_NULL",
2639
+ "ENUM"
2640
+ ],
2641
+ "name": "PolicyMutationStatus",
2642
+ "non_null": false
2643
+ },
2644
+ "varName": "status"
2645
+ }
2646
+ },
2647
+ "inputFields": null,
2648
+ "interfaces": {},
2649
+ "kind": "OBJECT",
2650
+ "name": "AppTenantRestrictionRuleMutationPayload",
2651
+ "possibleTypes": null
2652
+ },
2653
+ "indexType": "object",
2654
+ "kind": [
2655
+ "NON_NULL",
2656
+ "OBJECT"
2657
+ ],
2658
+ "name": "AppTenantRestrictionRuleMutationPayload",
2659
+ "non_null": false
2660
+ },
2661
+ "varName": "appTenantRestrictionRuleMutationPayload"
2662
+ }
2663
+ },
2664
+ "inputFields": null,
2665
+ "interfaces": {},
2666
+ "kind": "OBJECT",
2667
+ "name": "AppTenantRestrictionPolicyMutations",
2668
+ "possibleTypes": null
2669
+ },
2670
+ "indexType": "object",
2671
+ "kind": [
2672
+ "OBJECT"
2673
+ ],
2674
+ "name": "AppTenantRestrictionPolicyMutations",
2675
+ "non_null": false
2676
+ },
2677
+ "varName": "appTenantRestrictionPolicyMutations"
2678
+ }
2679
+ },
2680
+ "inputFields": null,
2681
+ "interfaces": [],
2682
+ "kind": "OBJECT",
2683
+ "name": "PolicyMutations",
2684
+ "possibleTypes": null
2685
+ },
2686
+ "indexType": "object",
2687
+ "kind": [
2688
+ "OBJECT"
2689
+ ],
2690
+ "name": "PolicyMutations",
2691
+ "non_null": false
2692
+ },
2693
+ "variablesPayload": {
2694
+ "appTenantRestrictionPolicyMutationInput": {
2695
+ "policyMutationRevisionInput": {
2696
+ "id": {
2697
+ "id": "ID"
2698
+ }
2699
+ }
2700
+ },
2701
+ "appTenantRestrictionRemoveRuleInput": {
2702
+ "id": {
2703
+ "id": "ID"
2704
+ }
2705
+ }
2706
+ }
2707
+ }