catocli 2.0.1__py3-none-any.whl → 2.0.2__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 (104) hide show
  1. catocli/Utils/clidriver.py +37 -5
  2. catocli/__init__.py +1 -1
  3. catocli/parsers/custom/__init__.py +3 -2
  4. catocli/parsers/custom/customLib.py +252 -1
  5. catocli/parsers/custom/export_rules/__init__.py +5 -1
  6. catocli/parsers/custom/export_rules/export_rules.py +31 -182
  7. catocli/parsers/custom/export_sites/__init__.py +20 -0
  8. catocli/parsers/custom/export_sites/export_sites.py +233 -0
  9. catocli/parsers/custom/import_rules_to_tf/__init__.py +2 -2
  10. catocli/parsers/custom/import_rules_to_tf/import_rules_to_tf.py +19 -9
  11. catocli/parsers/mutation_accountManagement/__init__.py +15 -18
  12. catocli/parsers/mutation_admin/__init__.py +15 -18
  13. catocli/parsers/mutation_container/__init__.py +5 -6
  14. catocli/parsers/mutation_hardware/__init__.py +5 -6
  15. catocli/parsers/mutation_policy/__init__.py +582 -504
  16. catocli/parsers/mutation_policy_terminalServer/README.md +7 -0
  17. catocli/parsers/mutation_policy_terminalServer_addRule/README.md +18 -0
  18. catocli/parsers/mutation_policy_terminalServer_addSection/README.md +18 -0
  19. catocli/parsers/mutation_policy_terminalServer_createPolicyRevision/README.md +18 -0
  20. catocli/parsers/mutation_policy_terminalServer_discardPolicyRevision/README.md +18 -0
  21. catocli/parsers/mutation_policy_terminalServer_moveRule/README.md +18 -0
  22. catocli/parsers/mutation_policy_terminalServer_moveSection/README.md +18 -0
  23. catocli/parsers/mutation_policy_terminalServer_publishPolicyRevision/README.md +18 -0
  24. catocli/parsers/mutation_policy_terminalServer_removeRule/README.md +18 -0
  25. catocli/parsers/mutation_policy_terminalServer_removeSection/README.md +18 -0
  26. catocli/parsers/mutation_policy_terminalServer_updatePolicy/README.md +18 -0
  27. catocli/parsers/mutation_policy_terminalServer_updateRule/README.md +18 -0
  28. catocli/parsers/mutation_policy_terminalServer_updateSection/README.md +18 -0
  29. catocli/parsers/mutation_sandbox/__init__.py +10 -12
  30. catocli/parsers/mutation_site/__init__.py +164 -150
  31. catocli/parsers/mutation_site_addSocketAddOnCard/README.md +17 -0
  32. catocli/parsers/mutation_site_removeSocketAddOnCard/README.md +17 -0
  33. catocli/parsers/mutation_site_startSiteUpgrade/README.md +17 -0
  34. catocli/parsers/mutation_sites/__init__.py +164 -150
  35. catocli/parsers/mutation_sites_addSocketAddOnCard/README.md +17 -0
  36. catocli/parsers/mutation_sites_removeSocketAddOnCard/README.md +17 -0
  37. catocli/parsers/mutation_sites_startSiteUpgrade/README.md +17 -0
  38. catocli/parsers/mutation_xdr/__init__.py +15 -18
  39. catocli/parsers/query_accountBySubdomain/__init__.py +5 -6
  40. catocli/parsers/query_accountManagement/__init__.py +5 -6
  41. catocli/parsers/query_accountMetrics/__init__.py +5 -6
  42. catocli/parsers/query_accountRoles/__init__.py +5 -6
  43. catocli/parsers/query_accountSnapshot/__init__.py +5 -6
  44. catocli/parsers/query_admin/__init__.py +5 -6
  45. catocli/parsers/query_admins/__init__.py +5 -6
  46. catocli/parsers/query_appStats/__init__.py +5 -6
  47. catocli/parsers/query_appStatsTimeSeries/__init__.py +5 -6
  48. catocli/parsers/query_auditFeed/__init__.py +5 -6
  49. catocli/parsers/query_catalogs/__init__.py +5 -6
  50. catocli/parsers/query_container/__init__.py +5 -6
  51. catocli/parsers/query_devices/README.md +2 -1
  52. catocli/parsers/query_devices/__init__.py +5 -6
  53. catocli/parsers/query_entityLookup/__init__.py +5 -6
  54. catocli/parsers/query_events/__init__.py +5 -6
  55. catocli/parsers/query_eventsFeed/README.md +1 -1
  56. catocli/parsers/query_eventsFeed/__init__.py +5 -6
  57. catocli/parsers/query_eventsTimeSeries/__init__.py +5 -6
  58. catocli/parsers/query_hardware/__init__.py +5 -6
  59. catocli/parsers/query_hardwareManagement/__init__.py +5 -6
  60. catocli/parsers/query_licensing/__init__.py +5 -6
  61. catocli/parsers/query_policy/README.md +2 -1
  62. catocli/parsers/query_policy/__init__.py +5 -6
  63. catocli/parsers/query_sandbox/__init__.py +5 -6
  64. catocli/parsers/query_site/README.md +2 -1
  65. catocli/parsers/query_site/__init__.py +5 -6
  66. catocli/parsers/query_siteLocation/__init__.py +3 -7
  67. catocli/parsers/query_subDomains/__init__.py +5 -6
  68. catocli/parsers/query_xdr/__init__.py +10 -12
  69. catocli/parsers/raw/__init__.py +2 -0
  70. {catocli-2.0.1.dist-info → catocli-2.0.2.dist-info}/METADATA +1 -1
  71. {catocli-2.0.1.dist-info → catocli-2.0.2.dist-info}/RECORD +104 -65
  72. graphql_client/api/call_api.py +12 -6
  73. models/mutation.policy.remotePortFwd.updateRule.json +6 -6
  74. models/mutation.policy.terminalServer.addRule.json +2403 -0
  75. models/mutation.policy.terminalServer.addSection.json +1358 -0
  76. models/mutation.policy.terminalServer.createPolicyRevision.json +1873 -0
  77. models/mutation.policy.terminalServer.discardPolicyRevision.json +1807 -0
  78. models/mutation.policy.terminalServer.moveRule.json +1605 -0
  79. models/mutation.policy.terminalServer.moveSection.json +1259 -0
  80. models/mutation.policy.terminalServer.publishPolicyRevision.json +1864 -0
  81. models/mutation.policy.terminalServer.removeRule.json +1253 -0
  82. models/mutation.policy.terminalServer.removeSection.json +958 -0
  83. models/mutation.policy.terminalServer.updatePolicy.json +1883 -0
  84. models/mutation.policy.terminalServer.updateRule.json +2096 -0
  85. models/mutation.policy.terminalServer.updateSection.json +1111 -0
  86. models/mutation.site.addSocketAddOnCard.json +1050 -0
  87. models/mutation.site.removeSocketAddOnCard.json +786 -0
  88. models/mutation.site.startSiteUpgrade.json +802 -0
  89. models/mutation.sites.addSocketAddOnCard.json +1050 -0
  90. models/mutation.sites.removeSocketAddOnCard.json +786 -0
  91. models/mutation.sites.startSiteUpgrade.json +802 -0
  92. models/query.devices.json +311 -2
  93. models/query.events.json +48 -0
  94. models/query.eventsFeed.json +12 -0
  95. models/query.eventsTimeSeries.json +36 -0
  96. models/query.licensing.json +21815 -10093
  97. models/query.policy.json +1898 -305
  98. models/query.site.json +225 -0
  99. models/query.siteLocation.json +97190 -295396
  100. schema/catolib.py +52 -24
  101. {catocli-2.0.1.dist-info → catocli-2.0.2.dist-info}/LICENSE +0 -0
  102. {catocli-2.0.1.dist-info → catocli-2.0.2.dist-info}/WHEEL +0 -0
  103. {catocli-2.0.1.dist-info → catocli-2.0.2.dist-info}/entry_points.txt +0 -0
  104. {catocli-2.0.1.dist-info → catocli-2.0.2.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1253 @@
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
+ "removeRule": {
25
+ "args": {
26
+ "removeRule___input": {
27
+ "defaultValue": null,
28
+ "description": null,
29
+ "id_str": "removeRule___input",
30
+ "name": "input",
31
+ "path": "removeRule.input",
32
+ "requestStr": "$terminalServerRemoveRuleInput:TerminalServerRemoveRuleInput! ",
33
+ "required": true,
34
+ "responseStr": "input:$terminalServerRemoveRuleInput ",
35
+ "type": {
36
+ "definition": {
37
+ "description": null,
38
+ "enumValues": null,
39
+ "fields": null,
40
+ "inputFields": {
41
+ "id": {
42
+ "defaultValue": null,
43
+ "description": null,
44
+ "id_str": "removeRule___input___id",
45
+ "name": "id",
46
+ "path": "removeRule.input.id",
47
+ "requestStr": "$id:ID! ",
48
+ "required": true,
49
+ "responseStr": "id:$id ",
50
+ "type": {
51
+ "kind": [
52
+ "NON_NULL",
53
+ "SCALAR"
54
+ ],
55
+ "name": "ID",
56
+ "non_null": false
57
+ },
58
+ "varName": "id"
59
+ }
60
+ },
61
+ "interfaces": null,
62
+ "kind": "INPUT_OBJECT",
63
+ "name": "TerminalServerRemoveRuleInput",
64
+ "possibleTypes": null
65
+ },
66
+ "indexType": "input_object",
67
+ "kind": [
68
+ "NON_NULL",
69
+ "INPUT_OBJECT"
70
+ ],
71
+ "name": "TerminalServerRemoveRuleInput",
72
+ "non_null": false
73
+ },
74
+ "varName": "terminalServerRemoveRuleInput"
75
+ }
76
+ },
77
+ "deprecationReason": null,
78
+ "description": null,
79
+ "isDeprecated": false,
80
+ "name": "removeRule",
81
+ "type": {
82
+ "kind": "NON_NULL",
83
+ "name": null,
84
+ "ofType": {
85
+ "kind": "OBJECT",
86
+ "name": "TerminalServerRuleMutationPayload",
87
+ "ofType": null
88
+ }
89
+ }
90
+ },
91
+ "terminalServer": {
92
+ "args": {
93
+ "terminalServer___input": {
94
+ "defaultValue": null,
95
+ "description": null,
96
+ "id_str": "terminalServer___input",
97
+ "name": "input",
98
+ "path": "terminalServer.input",
99
+ "requestStr": "$terminalServerPolicyMutationInput:TerminalServerPolicyMutationInput ",
100
+ "required": false,
101
+ "responseStr": "input:$terminalServerPolicyMutationInput ",
102
+ "type": {
103
+ "definition": {
104
+ "description": null,
105
+ "enumValues": null,
106
+ "fields": null,
107
+ "inputFields": {
108
+ "revision": {
109
+ "defaultValue": null,
110
+ "description": null,
111
+ "id_str": "terminalServer___input___revision",
112
+ "name": "revision",
113
+ "path": "terminalServer.input.revision",
114
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
115
+ "required": false,
116
+ "responseStr": "revision:$policyMutationRevisionInput ",
117
+ "type": {
118
+ "definition": {
119
+ "description": null,
120
+ "enumValues": null,
121
+ "fields": null,
122
+ "inputFields": {
123
+ "id": {
124
+ "defaultValue": null,
125
+ "description": null,
126
+ "id_str": "terminalServer___input___revision___id",
127
+ "name": "id",
128
+ "path": "terminalServer.input.revision.id",
129
+ "requestStr": "$id:ID ",
130
+ "required": false,
131
+ "responseStr": "id:$id ",
132
+ "type": {
133
+ "kind": [
134
+ "SCALAR"
135
+ ],
136
+ "name": "ID",
137
+ "non_null": false
138
+ },
139
+ "varName": "id"
140
+ }
141
+ },
142
+ "interfaces": null,
143
+ "kind": "INPUT_OBJECT",
144
+ "name": "PolicyMutationRevisionInput",
145
+ "possibleTypes": null
146
+ },
147
+ "indexType": "input_object",
148
+ "kind": [
149
+ "INPUT_OBJECT"
150
+ ],
151
+ "name": "PolicyMutationRevisionInput",
152
+ "non_null": false
153
+ },
154
+ "varName": "policyMutationRevisionInput"
155
+ }
156
+ },
157
+ "interfaces": null,
158
+ "kind": "INPUT_OBJECT",
159
+ "name": "TerminalServerPolicyMutationInput",
160
+ "possibleTypes": null
161
+ },
162
+ "indexType": "input_object",
163
+ "kind": [
164
+ "INPUT_OBJECT"
165
+ ],
166
+ "name": "TerminalServerPolicyMutationInput",
167
+ "non_null": false
168
+ },
169
+ "varName": "terminalServerPolicyMutationInput"
170
+ }
171
+ },
172
+ "deprecationReason": null,
173
+ "description": null,
174
+ "isDeprecated": false,
175
+ "name": "terminalServer",
176
+ "type": {
177
+ "kind": "OBJECT",
178
+ "name": "TerminalServerPolicyMutations",
179
+ "ofType": null
180
+ }
181
+ }
182
+ },
183
+ "deprecationReason": null,
184
+ "description": null,
185
+ "fieldTypes": {
186
+ "GlobalIpRangeRef": true,
187
+ "PolicyElementAudit": true,
188
+ "PolicyElementPropertiesEnum": true,
189
+ "PolicyMutationError": true,
190
+ "PolicyMutationRevisionInput": true,
191
+ "PolicyMutationStatus": true,
192
+ "PolicySectionInfo": true,
193
+ "TerminalServerPolicyMutations": true,
194
+ "TerminalServerRule": true,
195
+ "TerminalServerRuleMutationPayload": true,
196
+ "TerminalServerRulePayload": true
197
+ },
198
+ "isDeprecated": false,
199
+ "name": "policy",
200
+ "operationArgs": {
201
+ "accountId": {
202
+ "defaultValue": null,
203
+ "description": null,
204
+ "id_str": "accountId",
205
+ "name": "accountId",
206
+ "path": "accountId",
207
+ "requestStr": "$accountId:ID! ",
208
+ "required": true,
209
+ "responseStr": "accountId:$accountId ",
210
+ "type": {
211
+ "kind": [
212
+ "NON_NULL",
213
+ "SCALAR"
214
+ ],
215
+ "name": "ID",
216
+ "non_null": false
217
+ },
218
+ "varName": "accountId"
219
+ },
220
+ "terminalServerPolicyMutationInput": {
221
+ "defaultValue": null,
222
+ "description": null,
223
+ "id_str": "terminalServer___input",
224
+ "name": "input",
225
+ "path": "terminalServer.input",
226
+ "requestStr": "$terminalServerPolicyMutationInput:TerminalServerPolicyMutationInput ",
227
+ "required": false,
228
+ "responseStr": "input:$terminalServerPolicyMutationInput ",
229
+ "type": {
230
+ "definition": {
231
+ "description": null,
232
+ "enumValues": null,
233
+ "fields": null,
234
+ "inputFields": {
235
+ "revision": {
236
+ "defaultValue": null,
237
+ "description": null,
238
+ "id_str": "terminalServer___input___revision",
239
+ "name": "revision",
240
+ "path": "terminalServer.input.revision",
241
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
242
+ "required": false,
243
+ "responseStr": "revision:$policyMutationRevisionInput ",
244
+ "type": {
245
+ "definition": {
246
+ "description": null,
247
+ "enumValues": null,
248
+ "fields": null,
249
+ "inputFields": {
250
+ "id": {
251
+ "defaultValue": null,
252
+ "description": null,
253
+ "id_str": "terminalServer___input___revision___id",
254
+ "name": "id",
255
+ "path": "terminalServer.input.revision.id",
256
+ "requestStr": "$id:ID ",
257
+ "required": false,
258
+ "responseStr": "id:$id ",
259
+ "type": {
260
+ "kind": [
261
+ "SCALAR"
262
+ ],
263
+ "name": "ID",
264
+ "non_null": false
265
+ },
266
+ "varName": "id"
267
+ }
268
+ },
269
+ "interfaces": null,
270
+ "kind": "INPUT_OBJECT",
271
+ "name": "PolicyMutationRevisionInput",
272
+ "possibleTypes": null
273
+ },
274
+ "indexType": "input_object",
275
+ "kind": [
276
+ "INPUT_OBJECT"
277
+ ],
278
+ "name": "PolicyMutationRevisionInput",
279
+ "non_null": false
280
+ },
281
+ "varName": "policyMutationRevisionInput"
282
+ }
283
+ },
284
+ "interfaces": null,
285
+ "kind": "INPUT_OBJECT",
286
+ "name": "TerminalServerPolicyMutationInput",
287
+ "possibleTypes": null
288
+ },
289
+ "indexType": "input_object",
290
+ "kind": [
291
+ "INPUT_OBJECT"
292
+ ],
293
+ "name": "TerminalServerPolicyMutationInput",
294
+ "non_null": false
295
+ },
296
+ "varName": "terminalServerPolicyMutationInput"
297
+ },
298
+ "terminalServerRemoveRuleInput": {
299
+ "defaultValue": null,
300
+ "description": null,
301
+ "id_str": "removeRule___input",
302
+ "name": "input",
303
+ "path": "removeRule.input",
304
+ "requestStr": "$terminalServerRemoveRuleInput:TerminalServerRemoveRuleInput! ",
305
+ "required": true,
306
+ "responseStr": "input:$terminalServerRemoveRuleInput ",
307
+ "type": {
308
+ "definition": {
309
+ "description": null,
310
+ "enumValues": null,
311
+ "fields": null,
312
+ "inputFields": {
313
+ "id": {
314
+ "defaultValue": null,
315
+ "description": null,
316
+ "id_str": "removeRule___input___id",
317
+ "name": "id",
318
+ "path": "removeRule.input.id",
319
+ "requestStr": "$id:ID! ",
320
+ "required": true,
321
+ "responseStr": "id:$id ",
322
+ "type": {
323
+ "kind": [
324
+ "NON_NULL",
325
+ "SCALAR"
326
+ ],
327
+ "name": "ID",
328
+ "non_null": false
329
+ },
330
+ "varName": "id"
331
+ }
332
+ },
333
+ "interfaces": null,
334
+ "kind": "INPUT_OBJECT",
335
+ "name": "TerminalServerRemoveRuleInput",
336
+ "possibleTypes": null
337
+ },
338
+ "indexType": "input_object",
339
+ "kind": [
340
+ "NON_NULL",
341
+ "INPUT_OBJECT"
342
+ ],
343
+ "name": "TerminalServerRemoveRuleInput",
344
+ "non_null": false
345
+ },
346
+ "varName": "terminalServerRemoveRuleInput"
347
+ }
348
+ },
349
+ "path": "mutation.policy.terminalServer.removeRule",
350
+ "type": {
351
+ "definition": {
352
+ "description": "Policies that can be configured with mutation APIs.",
353
+ "enumValues": null,
354
+ "fields": {
355
+ "terminalServer": {
356
+ "args": {
357
+ "terminalServer___input": {
358
+ "defaultValue": null,
359
+ "description": null,
360
+ "id_str": "terminalServer___input",
361
+ "name": "input",
362
+ "path": "terminalServer.input",
363
+ "requestStr": "$terminalServerPolicyMutationInput:TerminalServerPolicyMutationInput ",
364
+ "required": false,
365
+ "responseStr": "input:$terminalServerPolicyMutationInput ",
366
+ "type": {
367
+ "definition": {
368
+ "description": null,
369
+ "enumValues": null,
370
+ "fields": null,
371
+ "inputFields": {
372
+ "revision": {
373
+ "defaultValue": null,
374
+ "description": null,
375
+ "id_str": "terminalServer___input___revision",
376
+ "name": "revision",
377
+ "path": "terminalServer.input.revision",
378
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
379
+ "required": false,
380
+ "responseStr": "revision:$policyMutationRevisionInput ",
381
+ "type": {
382
+ "definition": {
383
+ "description": null,
384
+ "enumValues": null,
385
+ "fields": null,
386
+ "inputFields": {
387
+ "id": {
388
+ "defaultValue": null,
389
+ "description": null,
390
+ "id_str": "terminalServer___input___revision___id",
391
+ "name": "id",
392
+ "path": "terminalServer.input.revision.id",
393
+ "requestStr": "$id:ID ",
394
+ "required": false,
395
+ "responseStr": "id:$id ",
396
+ "type": {
397
+ "kind": [
398
+ "SCALAR"
399
+ ],
400
+ "name": "ID",
401
+ "non_null": false
402
+ },
403
+ "varName": "id"
404
+ }
405
+ },
406
+ "interfaces": null,
407
+ "kind": "INPUT_OBJECT",
408
+ "name": "PolicyMutationRevisionInput",
409
+ "possibleTypes": null
410
+ },
411
+ "indexType": "input_object",
412
+ "kind": [
413
+ "INPUT_OBJECT"
414
+ ],
415
+ "name": "PolicyMutationRevisionInput",
416
+ "non_null": false
417
+ },
418
+ "varName": "policyMutationRevisionInput"
419
+ }
420
+ },
421
+ "interfaces": null,
422
+ "kind": "INPUT_OBJECT",
423
+ "name": "TerminalServerPolicyMutationInput",
424
+ "possibleTypes": null
425
+ },
426
+ "indexType": "input_object",
427
+ "kind": [
428
+ "INPUT_OBJECT"
429
+ ],
430
+ "name": "TerminalServerPolicyMutationInput",
431
+ "non_null": false
432
+ },
433
+ "varName": "terminalServerPolicyMutationInput"
434
+ }
435
+ },
436
+ "deprecationReason": null,
437
+ "description": null,
438
+ "id_str": "terminalServer",
439
+ "isDeprecated": false,
440
+ "name": "terminalServer",
441
+ "path": "terminalServer",
442
+ "requestStr": "$terminalServerPolicyMutations:TerminalServerPolicyMutations ",
443
+ "required": false,
444
+ "responseStr": "terminalServer:$terminalServerPolicyMutations ",
445
+ "type": {
446
+ "definition": {
447
+ "description": null,
448
+ "enumValues": null,
449
+ "fields": {
450
+ "removeRule": {
451
+ "args": {
452
+ "removeRule___input": {
453
+ "defaultValue": null,
454
+ "description": null,
455
+ "id_str": "removeRule___input",
456
+ "name": "input",
457
+ "path": "removeRule.input",
458
+ "requestStr": "$terminalServerRemoveRuleInput:TerminalServerRemoveRuleInput! ",
459
+ "required": true,
460
+ "responseStr": "input:$terminalServerRemoveRuleInput ",
461
+ "type": {
462
+ "definition": {
463
+ "description": null,
464
+ "enumValues": null,
465
+ "fields": null,
466
+ "inputFields": {
467
+ "id": {
468
+ "defaultValue": null,
469
+ "description": null,
470
+ "id_str": "removeRule___input___id",
471
+ "name": "id",
472
+ "path": "removeRule.input.id",
473
+ "requestStr": "$id:ID! ",
474
+ "required": true,
475
+ "responseStr": "id:$id ",
476
+ "type": {
477
+ "kind": [
478
+ "NON_NULL",
479
+ "SCALAR"
480
+ ],
481
+ "name": "ID",
482
+ "non_null": false
483
+ },
484
+ "varName": "id"
485
+ }
486
+ },
487
+ "interfaces": null,
488
+ "kind": "INPUT_OBJECT",
489
+ "name": "TerminalServerRemoveRuleInput",
490
+ "possibleTypes": null
491
+ },
492
+ "indexType": "input_object",
493
+ "kind": [
494
+ "NON_NULL",
495
+ "INPUT_OBJECT"
496
+ ],
497
+ "name": "TerminalServerRemoveRuleInput",
498
+ "non_null": false
499
+ },
500
+ "varName": "terminalServerRemoveRuleInput"
501
+ }
502
+ },
503
+ "deprecationReason": null,
504
+ "description": null,
505
+ "id_str": "terminalServer___removeRule",
506
+ "isDeprecated": false,
507
+ "name": "removeRule",
508
+ "path": "terminalServer.removeRule",
509
+ "requestStr": "$terminalServerRuleMutationPayload:TerminalServerRuleMutationPayload! ",
510
+ "required": true,
511
+ "responseStr": "removeRule:$terminalServerRuleMutationPayload ",
512
+ "type": {
513
+ "definition": {
514
+ "description": null,
515
+ "enumValues": null,
516
+ "fields": {
517
+ "errors": {
518
+ "alias": "policyMutationErrorErrors: errors",
519
+ "args": {},
520
+ "deprecationReason": null,
521
+ "description": null,
522
+ "id_str": "terminalServer___removeRule___errors",
523
+ "isDeprecated": false,
524
+ "name": "errors",
525
+ "path": "terminalServer.removeRule.errors",
526
+ "requestStr": "$policyMutationError:[PolicyMutationError]! ",
527
+ "required": true,
528
+ "responseStr": "errors:$policyMutationError ",
529
+ "type": {
530
+ "definition": {
531
+ "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\"",
532
+ "enumValues": null,
533
+ "fields": {
534
+ "errorCode": {
535
+ "args": {},
536
+ "deprecationReason": null,
537
+ "description": null,
538
+ "id_str": "terminalServer___removeRule___errors___errorCode",
539
+ "isDeprecated": false,
540
+ "name": "errorCode",
541
+ "path": "terminalServer.removeRule.errors.errorCode",
542
+ "requestStr": "$errorCode:String ",
543
+ "required": false,
544
+ "responseStr": "errorCode:$errorCode ",
545
+ "type": {
546
+ "kind": [
547
+ "SCALAR"
548
+ ],
549
+ "name": "String",
550
+ "non_null": false
551
+ },
552
+ "varName": "errorCode"
553
+ },
554
+ "errorMessage": {
555
+ "args": {},
556
+ "deprecationReason": null,
557
+ "description": null,
558
+ "id_str": "terminalServer___removeRule___errors___errorMessage",
559
+ "isDeprecated": false,
560
+ "name": "errorMessage",
561
+ "path": "terminalServer.removeRule.errors.errorMessage",
562
+ "requestStr": "$errorMessage:String ",
563
+ "required": false,
564
+ "responseStr": "errorMessage:$errorMessage ",
565
+ "type": {
566
+ "kind": [
567
+ "SCALAR"
568
+ ],
569
+ "name": "String",
570
+ "non_null": false
571
+ },
572
+ "varName": "errorMessage"
573
+ }
574
+ },
575
+ "inputFields": null,
576
+ "interfaces": {},
577
+ "kind": "OBJECT",
578
+ "name": "PolicyMutationError",
579
+ "possibleTypes": null
580
+ },
581
+ "indexType": "object",
582
+ "kind": [
583
+ "NON_NULL",
584
+ "LIST",
585
+ "NON_NULL",
586
+ "OBJECT"
587
+ ],
588
+ "name": "PolicyMutationError",
589
+ "non_null": false
590
+ },
591
+ "varName": "policyMutationError"
592
+ },
593
+ "rule": {
594
+ "alias": "terminalServerRulePayloadRule: rule",
595
+ "args": {},
596
+ "deprecationReason": null,
597
+ "description": null,
598
+ "id_str": "terminalServer___removeRule___rule",
599
+ "isDeprecated": false,
600
+ "name": "rule",
601
+ "path": "terminalServer.removeRule.rule",
602
+ "requestStr": "$terminalServerRulePayload:TerminalServerRulePayload ",
603
+ "required": false,
604
+ "responseStr": "rule:$terminalServerRulePayload ",
605
+ "type": {
606
+ "definition": {
607
+ "description": null,
608
+ "enumValues": null,
609
+ "fields": {
610
+ "audit": {
611
+ "args": {},
612
+ "deprecationReason": null,
613
+ "description": null,
614
+ "id_str": "terminalServer___removeRule___rule___audit",
615
+ "isDeprecated": false,
616
+ "name": "audit",
617
+ "path": "terminalServer.removeRule.rule.audit",
618
+ "requestStr": "$policyElementAudit:PolicyElementAudit! ",
619
+ "required": true,
620
+ "responseStr": "audit:$policyElementAudit ",
621
+ "type": {
622
+ "definition": {
623
+ "description": null,
624
+ "enumValues": null,
625
+ "fields": {
626
+ "updatedBy": {
627
+ "args": {},
628
+ "deprecationReason": null,
629
+ "description": "The admin, or the API-key, that performed the last update",
630
+ "id_str": "terminalServer___removeRule___rule___audit___updatedBy",
631
+ "isDeprecated": false,
632
+ "name": "updatedBy",
633
+ "path": "terminalServer.removeRule.rule.audit.updatedBy",
634
+ "requestStr": "$updatedBy:String! ",
635
+ "required": true,
636
+ "responseStr": "updatedBy:$updatedBy ",
637
+ "type": {
638
+ "kind": [
639
+ "NON_NULL",
640
+ "SCALAR"
641
+ ],
642
+ "name": "String",
643
+ "non_null": false
644
+ },
645
+ "varName": "updatedBy"
646
+ },
647
+ "updatedTime": {
648
+ "args": {},
649
+ "deprecationReason": null,
650
+ "description": "The last date and time the rule was updated",
651
+ "id_str": "terminalServer___removeRule___rule___audit___updatedTime",
652
+ "isDeprecated": false,
653
+ "name": "updatedTime",
654
+ "path": "terminalServer.removeRule.rule.audit.updatedTime",
655
+ "requestStr": "$updatedTime:DateTime! ",
656
+ "required": true,
657
+ "responseStr": "updatedTime:$updatedTime ",
658
+ "type": {
659
+ "kind": [
660
+ "NON_NULL",
661
+ "SCALAR"
662
+ ],
663
+ "name": "DateTime",
664
+ "non_null": false
665
+ },
666
+ "varName": "updatedTime"
667
+ }
668
+ },
669
+ "inputFields": null,
670
+ "interfaces": {},
671
+ "kind": "OBJECT",
672
+ "name": "PolicyElementAudit",
673
+ "possibleTypes": null
674
+ },
675
+ "indexType": "object",
676
+ "kind": [
677
+ "NON_NULL",
678
+ "OBJECT"
679
+ ],
680
+ "name": "PolicyElementAudit",
681
+ "non_null": false
682
+ },
683
+ "varName": "policyElementAudit"
684
+ },
685
+ "properties": {
686
+ "args": {},
687
+ "deprecationReason": null,
688
+ "description": null,
689
+ "id_str": "terminalServer___removeRule___rule___properties",
690
+ "isDeprecated": false,
691
+ "name": "properties",
692
+ "path": "terminalServer.removeRule.rule.properties",
693
+ "requestStr": "$properties:[PolicyElementPropertiesEnum]! ",
694
+ "required": true,
695
+ "responseStr": "properties:$properties ",
696
+ "type": {
697
+ "definition": {
698
+ "description": "Attributes describing the rule state or type",
699
+ "enumValues": [
700
+ {
701
+ "deprecationReason": null,
702
+ "description": "New (added) rule",
703
+ "isDeprecated": false,
704
+ "name": "ADDED"
705
+ },
706
+ {
707
+ "deprecationReason": null,
708
+ "description": "Updated (modified) existing rule",
709
+ "isDeprecated": false,
710
+ "name": "UPDATED"
711
+ },
712
+ {
713
+ "deprecationReason": null,
714
+ "description": "Removed (deleted) rule",
715
+ "isDeprecated": false,
716
+ "name": "REMOVED"
717
+ },
718
+ {
719
+ "deprecationReason": null,
720
+ "description": "A rule moved to a different position",
721
+ "isDeprecated": false,
722
+ "name": "MOVED"
723
+ },
724
+ {
725
+ "deprecationReason": null,
726
+ "description": "A rule locked for changes by other admins",
727
+ "isDeprecated": false,
728
+ "name": "LOCKED"
729
+ },
730
+ {
731
+ "deprecationReason": null,
732
+ "description": "An object can not be moved, or referenced when moving other objects.\nHowever its properties and content can be modified.",
733
+ "isDeprecated": false,
734
+ "name": "ANCHORED"
735
+ },
736
+ {
737
+ "deprecationReason": null,
738
+ "description": "A pre-defined (system) rule that cannot be modified or removed",
739
+ "isDeprecated": false,
740
+ "name": "SYSTEM"
741
+ }
742
+ ],
743
+ "fields": null,
744
+ "inputFields": null,
745
+ "interfaces": null,
746
+ "kind": "ENUM",
747
+ "name": "PolicyElementPropertiesEnum",
748
+ "possibleTypes": null
749
+ },
750
+ "indexType": "enum",
751
+ "kind": [
752
+ "NON_NULL",
753
+ "LIST",
754
+ "NON_NULL",
755
+ "ENUM"
756
+ ],
757
+ "name": "PolicyElementPropertiesEnum",
758
+ "non_null": false
759
+ },
760
+ "varName": "properties"
761
+ },
762
+ "rule": {
763
+ "args": {},
764
+ "deprecationReason": null,
765
+ "description": null,
766
+ "id_str": "terminalServer___removeRule___rule___rule",
767
+ "isDeprecated": false,
768
+ "name": "rule",
769
+ "path": "terminalServer.removeRule.rule.rule",
770
+ "requestStr": "$terminalServerRule:TerminalServerRule! ",
771
+ "required": true,
772
+ "responseStr": "rule:$terminalServerRule ",
773
+ "type": {
774
+ "definition": {
775
+ "description": null,
776
+ "enumValues": null,
777
+ "fields": {
778
+ "allowedHostIP": {
779
+ "alias": "globalIpRangeRefAllowedHostIP: allowedHostIP",
780
+ "args": {},
781
+ "deprecationReason": null,
782
+ "description": "Allowed Host IP range.\nall the other IPs will be blocked by the pop.\nGlobally defined IP range",
783
+ "id_str": "terminalServer___removeRule___rule___rule___allowedHostIP",
784
+ "isDeprecated": false,
785
+ "name": "allowedHostIP",
786
+ "path": "terminalServer.removeRule.rule.rule.allowedHostIP",
787
+ "requestStr": "$globalIpRangeRef:GlobalIpRangeRef! ",
788
+ "required": true,
789
+ "responseStr": "allowedHostIP:$globalIpRangeRef ",
790
+ "type": {
791
+ "definition": {
792
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
793
+ "enumValues": null,
794
+ "fields": {
795
+ "id": {
796
+ "args": {},
797
+ "deprecationReason": null,
798
+ "description": null,
799
+ "id_str": "terminalServer___removeRule___rule___rule___allowedHostIP___id",
800
+ "isDeprecated": false,
801
+ "name": "id",
802
+ "path": "terminalServer.removeRule.rule.rule.allowedHostIP.id",
803
+ "requestStr": "$id:ID! ",
804
+ "required": true,
805
+ "responseStr": "id:$id ",
806
+ "type": {
807
+ "kind": [
808
+ "NON_NULL",
809
+ "SCALAR"
810
+ ],
811
+ "name": "ID",
812
+ "non_null": false
813
+ },
814
+ "varName": "id"
815
+ },
816
+ "name": {
817
+ "args": {},
818
+ "deprecationReason": null,
819
+ "description": null,
820
+ "id_str": "terminalServer___removeRule___rule___rule___allowedHostIP___name",
821
+ "isDeprecated": false,
822
+ "name": "name",
823
+ "path": "terminalServer.removeRule.rule.rule.allowedHostIP.name",
824
+ "requestStr": "$name:String! ",
825
+ "required": true,
826
+ "responseStr": "name:$name ",
827
+ "type": {
828
+ "kind": [
829
+ "NON_NULL",
830
+ "SCALAR"
831
+ ],
832
+ "name": "String",
833
+ "non_null": false
834
+ },
835
+ "varName": "name"
836
+ }
837
+ },
838
+ "inputFields": null,
839
+ "interfaces": {},
840
+ "kind": "OBJECT",
841
+ "name": "GlobalIpRangeRef",
842
+ "possibleTypes": null
843
+ },
844
+ "indexType": "object",
845
+ "kind": [
846
+ "NON_NULL",
847
+ "OBJECT"
848
+ ],
849
+ "name": "GlobalIpRangeRef",
850
+ "non_null": false
851
+ },
852
+ "varName": "globalIpRangeRef"
853
+ },
854
+ "description": {
855
+ "args": {},
856
+ "deprecationReason": null,
857
+ "description": "Description for the rule",
858
+ "id_str": "terminalServer___removeRule___rule___rule___description",
859
+ "isDeprecated": false,
860
+ "name": "description",
861
+ "path": "terminalServer.removeRule.rule.rule.description",
862
+ "requestStr": "$description:String! ",
863
+ "required": true,
864
+ "responseStr": "description:$description ",
865
+ "type": {
866
+ "kind": [
867
+ "NON_NULL",
868
+ "SCALAR"
869
+ ],
870
+ "name": "String",
871
+ "non_null": false
872
+ },
873
+ "varName": "description"
874
+ },
875
+ "enabled": {
876
+ "args": {},
877
+ "deprecationReason": null,
878
+ "description": "TRUE = Rule is enabled \n FALSE = Rule is disabled",
879
+ "id_str": "terminalServer___removeRule___rule___rule___enabled",
880
+ "isDeprecated": false,
881
+ "name": "enabled",
882
+ "path": "terminalServer.removeRule.rule.rule.enabled",
883
+ "requestStr": "$enabled:Boolean! ",
884
+ "required": true,
885
+ "responseStr": "enabled:$enabled ",
886
+ "type": {
887
+ "kind": [
888
+ "NON_NULL",
889
+ "SCALAR"
890
+ ],
891
+ "name": "Boolean",
892
+ "non_null": false
893
+ },
894
+ "varName": "enabled"
895
+ },
896
+ "excludeTraffic": {
897
+ "alias": "globalIpRangeRefExcludeTraffic: excludeTraffic",
898
+ "args": {},
899
+ "deprecationReason": null,
900
+ "description": "Exclude traffic IP Range.\nall traffic to those Ips will be excluded from the GRE tunnel.\nGlobally defined IP range",
901
+ "id_str": "terminalServer___removeRule___rule___rule___excludeTraffic",
902
+ "isDeprecated": false,
903
+ "name": "excludeTraffic",
904
+ "path": "terminalServer.removeRule.rule.rule.excludeTraffic",
905
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
906
+ "required": true,
907
+ "responseStr": "excludeTraffic:$globalIpRangeRef ",
908
+ "type": {
909
+ "definition": {
910
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
911
+ "enumValues": null,
912
+ "fields": {
913
+ "id": {
914
+ "args": {},
915
+ "deprecationReason": null,
916
+ "description": null,
917
+ "id_str": "terminalServer___removeRule___rule___rule___excludeTraffic___id",
918
+ "isDeprecated": false,
919
+ "name": "id",
920
+ "path": "terminalServer.removeRule.rule.rule.excludeTraffic.id",
921
+ "requestStr": "$id:ID! ",
922
+ "required": true,
923
+ "responseStr": "id:$id ",
924
+ "type": {
925
+ "kind": [
926
+ "NON_NULL",
927
+ "SCALAR"
928
+ ],
929
+ "name": "ID",
930
+ "non_null": false
931
+ },
932
+ "varName": "id"
933
+ },
934
+ "name": {
935
+ "args": {},
936
+ "deprecationReason": null,
937
+ "description": null,
938
+ "id_str": "terminalServer___removeRule___rule___rule___excludeTraffic___name",
939
+ "isDeprecated": false,
940
+ "name": "name",
941
+ "path": "terminalServer.removeRule.rule.rule.excludeTraffic.name",
942
+ "requestStr": "$name:String! ",
943
+ "required": true,
944
+ "responseStr": "name:$name ",
945
+ "type": {
946
+ "kind": [
947
+ "NON_NULL",
948
+ "SCALAR"
949
+ ],
950
+ "name": "String",
951
+ "non_null": false
952
+ },
953
+ "varName": "name"
954
+ }
955
+ },
956
+ "inputFields": null,
957
+ "interfaces": {},
958
+ "kind": "OBJECT",
959
+ "name": "GlobalIpRangeRef",
960
+ "possibleTypes": null
961
+ },
962
+ "indexType": "object",
963
+ "kind": [
964
+ "NON_NULL",
965
+ "LIST",
966
+ "NON_NULL",
967
+ "OBJECT"
968
+ ],
969
+ "name": "GlobalIpRangeRef",
970
+ "non_null": false
971
+ },
972
+ "varName": "globalIpRangeRef"
973
+ },
974
+ "id": {
975
+ "args": {},
976
+ "deprecationReason": null,
977
+ "description": "Rule ID",
978
+ "id_str": "terminalServer___removeRule___rule___rule___id",
979
+ "isDeprecated": false,
980
+ "name": "id",
981
+ "path": "terminalServer.removeRule.rule.rule.id",
982
+ "requestStr": "$id:ID! ",
983
+ "required": true,
984
+ "responseStr": "id:$id ",
985
+ "type": {
986
+ "kind": [
987
+ "NON_NULL",
988
+ "SCALAR"
989
+ ],
990
+ "name": "ID",
991
+ "non_null": false
992
+ },
993
+ "varName": "id"
994
+ },
995
+ "index": {
996
+ "args": {},
997
+ "deprecationReason": null,
998
+ "description": "Position / priority of rule",
999
+ "id_str": "terminalServer___removeRule___rule___rule___index",
1000
+ "isDeprecated": false,
1001
+ "name": "index",
1002
+ "path": "terminalServer.removeRule.rule.rule.index",
1003
+ "requestStr": "$index:Int! ",
1004
+ "required": true,
1005
+ "responseStr": "index:$index ",
1006
+ "type": {
1007
+ "kind": [
1008
+ "NON_NULL",
1009
+ "SCALAR"
1010
+ ],
1011
+ "name": "Int",
1012
+ "non_null": false
1013
+ },
1014
+ "varName": "index"
1015
+ },
1016
+ "name": {
1017
+ "args": {},
1018
+ "deprecationReason": null,
1019
+ "description": "Name of the rule",
1020
+ "id_str": "terminalServer___removeRule___rule___rule___name",
1021
+ "isDeprecated": false,
1022
+ "name": "name",
1023
+ "path": "terminalServer.removeRule.rule.rule.name",
1024
+ "requestStr": "$name:String! ",
1025
+ "required": true,
1026
+ "responseStr": "name:$name ",
1027
+ "type": {
1028
+ "kind": [
1029
+ "NON_NULL",
1030
+ "SCALAR"
1031
+ ],
1032
+ "name": "String",
1033
+ "non_null": false
1034
+ },
1035
+ "varName": "name"
1036
+ },
1037
+ "section": {
1038
+ "alias": "policySectionInfoSection: section",
1039
+ "args": {},
1040
+ "deprecationReason": null,
1041
+ "description": "Policy section where the rule is located",
1042
+ "id_str": "terminalServer___removeRule___rule___rule___section",
1043
+ "isDeprecated": false,
1044
+ "name": "section",
1045
+ "path": "terminalServer.removeRule.rule.rule.section",
1046
+ "requestStr": "$policySectionInfo:PolicySectionInfo! ",
1047
+ "required": true,
1048
+ "responseStr": "section:$policySectionInfo ",
1049
+ "type": {
1050
+ "definition": {
1051
+ "description": "Define settings for a policy section",
1052
+ "enumValues": null,
1053
+ "fields": {
1054
+ "id": {
1055
+ "args": {},
1056
+ "deprecationReason": null,
1057
+ "description": null,
1058
+ "id_str": "terminalServer___removeRule___rule___rule___section___id",
1059
+ "isDeprecated": false,
1060
+ "name": "id",
1061
+ "path": "terminalServer.removeRule.rule.rule.section.id",
1062
+ "requestStr": "$id:ID! ",
1063
+ "required": true,
1064
+ "responseStr": "id:$id ",
1065
+ "type": {
1066
+ "kind": [
1067
+ "NON_NULL",
1068
+ "SCALAR"
1069
+ ],
1070
+ "name": "ID",
1071
+ "non_null": false
1072
+ },
1073
+ "varName": "id"
1074
+ },
1075
+ "name": {
1076
+ "args": {},
1077
+ "deprecationReason": null,
1078
+ "description": null,
1079
+ "id_str": "terminalServer___removeRule___rule___rule___section___name",
1080
+ "isDeprecated": false,
1081
+ "name": "name",
1082
+ "path": "terminalServer.removeRule.rule.rule.section.name",
1083
+ "requestStr": "$name:String! ",
1084
+ "required": true,
1085
+ "responseStr": "name:$name ",
1086
+ "type": {
1087
+ "kind": [
1088
+ "NON_NULL",
1089
+ "SCALAR"
1090
+ ],
1091
+ "name": "String",
1092
+ "non_null": false
1093
+ },
1094
+ "varName": "name"
1095
+ }
1096
+ },
1097
+ "inputFields": null,
1098
+ "interfaces": {},
1099
+ "kind": "OBJECT",
1100
+ "name": "PolicySectionInfo",
1101
+ "possibleTypes": null
1102
+ },
1103
+ "indexType": "object",
1104
+ "kind": [
1105
+ "NON_NULL",
1106
+ "OBJECT"
1107
+ ],
1108
+ "name": "PolicySectionInfo",
1109
+ "non_null": false
1110
+ },
1111
+ "varName": "policySectionInfo"
1112
+ }
1113
+ },
1114
+ "inputFields": null,
1115
+ "interfaces": {},
1116
+ "kind": "OBJECT",
1117
+ "name": "TerminalServerRule",
1118
+ "possibleTypes": null
1119
+ },
1120
+ "indexType": "object",
1121
+ "kind": [
1122
+ "NON_NULL",
1123
+ "OBJECT"
1124
+ ],
1125
+ "name": "TerminalServerRule",
1126
+ "non_null": false
1127
+ },
1128
+ "varName": "terminalServerRule"
1129
+ }
1130
+ },
1131
+ "inputFields": null,
1132
+ "interfaces": {},
1133
+ "kind": "OBJECT",
1134
+ "name": "TerminalServerRulePayload",
1135
+ "possibleTypes": null
1136
+ },
1137
+ "indexType": "object",
1138
+ "kind": [
1139
+ "OBJECT"
1140
+ ],
1141
+ "name": "TerminalServerRulePayload",
1142
+ "non_null": false
1143
+ },
1144
+ "varName": "terminalServerRulePayload"
1145
+ },
1146
+ "status": {
1147
+ "alias": "policyMutationStatusStatus: status",
1148
+ "args": {},
1149
+ "deprecationReason": null,
1150
+ "description": null,
1151
+ "id_str": "terminalServer___removeRule___status",
1152
+ "isDeprecated": false,
1153
+ "name": "status",
1154
+ "path": "terminalServer.removeRule.status",
1155
+ "requestStr": "$status:PolicyMutationStatus! ",
1156
+ "required": true,
1157
+ "responseStr": "status:$status ",
1158
+ "type": {
1159
+ "definition": {
1160
+ "description": "Enum for the status of a policy mutation",
1161
+ "enumValues": [
1162
+ {
1163
+ "deprecationReason": null,
1164
+ "description": null,
1165
+ "isDeprecated": false,
1166
+ "name": "SUCCESS"
1167
+ },
1168
+ {
1169
+ "deprecationReason": null,
1170
+ "description": null,
1171
+ "isDeprecated": false,
1172
+ "name": "FAILURE"
1173
+ }
1174
+ ],
1175
+ "fields": null,
1176
+ "inputFields": null,
1177
+ "interfaces": null,
1178
+ "kind": "ENUM",
1179
+ "name": "PolicyMutationStatus",
1180
+ "possibleTypes": null
1181
+ },
1182
+ "indexType": "enum",
1183
+ "kind": [
1184
+ "NON_NULL",
1185
+ "ENUM"
1186
+ ],
1187
+ "name": "PolicyMutationStatus",
1188
+ "non_null": false
1189
+ },
1190
+ "varName": "status"
1191
+ }
1192
+ },
1193
+ "inputFields": null,
1194
+ "interfaces": {},
1195
+ "kind": "OBJECT",
1196
+ "name": "TerminalServerRuleMutationPayload",
1197
+ "possibleTypes": null
1198
+ },
1199
+ "indexType": "object",
1200
+ "kind": [
1201
+ "NON_NULL",
1202
+ "OBJECT"
1203
+ ],
1204
+ "name": "TerminalServerRuleMutationPayload",
1205
+ "non_null": false
1206
+ },
1207
+ "varName": "terminalServerRuleMutationPayload"
1208
+ }
1209
+ },
1210
+ "inputFields": null,
1211
+ "interfaces": {},
1212
+ "kind": "OBJECT",
1213
+ "name": "TerminalServerPolicyMutations",
1214
+ "possibleTypes": null
1215
+ },
1216
+ "indexType": "object",
1217
+ "kind": [
1218
+ "OBJECT"
1219
+ ],
1220
+ "name": "TerminalServerPolicyMutations",
1221
+ "non_null": false
1222
+ },
1223
+ "varName": "terminalServerPolicyMutations"
1224
+ }
1225
+ },
1226
+ "inputFields": null,
1227
+ "interfaces": [],
1228
+ "kind": "OBJECT",
1229
+ "name": "PolicyMutations",
1230
+ "possibleTypes": null
1231
+ },
1232
+ "indexType": "object",
1233
+ "kind": [
1234
+ "OBJECT"
1235
+ ],
1236
+ "name": "PolicyMutations",
1237
+ "non_null": false
1238
+ },
1239
+ "variablesPayload": {
1240
+ "terminalServerPolicyMutationInput": {
1241
+ "policyMutationRevisionInput": {
1242
+ "id": {
1243
+ "id": "ID"
1244
+ }
1245
+ }
1246
+ },
1247
+ "terminalServerRemoveRuleInput": {
1248
+ "id": {
1249
+ "id": "ID"
1250
+ }
1251
+ }
1252
+ }
1253
+ }