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,1807 @@
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
+ "discardPolicyRevision": {
25
+ "args": {
26
+ "discardPolicyRevision___input": {
27
+ "defaultValue": null,
28
+ "description": null,
29
+ "id_str": "discardPolicyRevision___input",
30
+ "name": "input",
31
+ "path": "discardPolicyRevision.input",
32
+ "requestStr": "$policyDiscardRevisionInput:PolicyDiscardRevisionInput ",
33
+ "required": false,
34
+ "responseStr": "input:$policyDiscardRevisionInput ",
35
+ "type": {
36
+ "definition": {
37
+ "description": "Discards unpublished revision for the policy and reverts to the settings for the published policy.",
38
+ "enumValues": null,
39
+ "fields": null,
40
+ "inputFields": {
41
+ "id": {
42
+ "defaultValue": null,
43
+ "description": null,
44
+ "id_str": "discardPolicyRevision___input___id",
45
+ "name": "id",
46
+ "path": "discardPolicyRevision.input.id",
47
+ "requestStr": "$id:ID ",
48
+ "required": false,
49
+ "responseStr": "id:$id ",
50
+ "type": {
51
+ "kind": [
52
+ "SCALAR"
53
+ ],
54
+ "name": "ID",
55
+ "non_null": false
56
+ },
57
+ "varName": "id"
58
+ }
59
+ },
60
+ "interfaces": null,
61
+ "kind": "INPUT_OBJECT",
62
+ "name": "PolicyDiscardRevisionInput",
63
+ "possibleTypes": null
64
+ },
65
+ "indexType": "input_object",
66
+ "kind": [
67
+ "INPUT_OBJECT"
68
+ ],
69
+ "name": "PolicyDiscardRevisionInput",
70
+ "non_null": false
71
+ },
72
+ "varName": "policyDiscardRevisionInput"
73
+ }
74
+ },
75
+ "deprecationReason": null,
76
+ "description": null,
77
+ "isDeprecated": false,
78
+ "name": "discardPolicyRevision",
79
+ "type": {
80
+ "kind": "NON_NULL",
81
+ "name": null,
82
+ "ofType": {
83
+ "kind": "OBJECT",
84
+ "name": "TerminalServerPolicyMutationPayload",
85
+ "ofType": null
86
+ }
87
+ }
88
+ },
89
+ "terminalServer": {
90
+ "args": {
91
+ "terminalServer___input": {
92
+ "defaultValue": null,
93
+ "description": null,
94
+ "id_str": "terminalServer___input",
95
+ "name": "input",
96
+ "path": "terminalServer.input",
97
+ "requestStr": "$terminalServerPolicyMutationInput:TerminalServerPolicyMutationInput ",
98
+ "required": false,
99
+ "responseStr": "input:$terminalServerPolicyMutationInput ",
100
+ "type": {
101
+ "definition": {
102
+ "description": null,
103
+ "enumValues": null,
104
+ "fields": null,
105
+ "inputFields": {
106
+ "revision": {
107
+ "defaultValue": null,
108
+ "description": null,
109
+ "id_str": "terminalServer___input___revision",
110
+ "name": "revision",
111
+ "path": "terminalServer.input.revision",
112
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
113
+ "required": false,
114
+ "responseStr": "revision:$policyMutationRevisionInput ",
115
+ "type": {
116
+ "definition": {
117
+ "description": null,
118
+ "enumValues": null,
119
+ "fields": null,
120
+ "inputFields": {
121
+ "id": {
122
+ "defaultValue": null,
123
+ "description": null,
124
+ "id_str": "terminalServer___input___revision___id",
125
+ "name": "id",
126
+ "path": "terminalServer.input.revision.id",
127
+ "requestStr": "$id:ID ",
128
+ "required": false,
129
+ "responseStr": "id:$id ",
130
+ "type": {
131
+ "kind": [
132
+ "SCALAR"
133
+ ],
134
+ "name": "ID",
135
+ "non_null": false
136
+ },
137
+ "varName": "id"
138
+ }
139
+ },
140
+ "interfaces": null,
141
+ "kind": "INPUT_OBJECT",
142
+ "name": "PolicyMutationRevisionInput",
143
+ "possibleTypes": null
144
+ },
145
+ "indexType": "input_object",
146
+ "kind": [
147
+ "INPUT_OBJECT"
148
+ ],
149
+ "name": "PolicyMutationRevisionInput",
150
+ "non_null": false
151
+ },
152
+ "varName": "policyMutationRevisionInput"
153
+ }
154
+ },
155
+ "interfaces": null,
156
+ "kind": "INPUT_OBJECT",
157
+ "name": "TerminalServerPolicyMutationInput",
158
+ "possibleTypes": null
159
+ },
160
+ "indexType": "input_object",
161
+ "kind": [
162
+ "INPUT_OBJECT"
163
+ ],
164
+ "name": "TerminalServerPolicyMutationInput",
165
+ "non_null": false
166
+ },
167
+ "varName": "terminalServerPolicyMutationInput"
168
+ }
169
+ },
170
+ "deprecationReason": null,
171
+ "description": null,
172
+ "isDeprecated": false,
173
+ "name": "terminalServer",
174
+ "type": {
175
+ "kind": "OBJECT",
176
+ "name": "TerminalServerPolicyMutations",
177
+ "ofType": null
178
+ }
179
+ }
180
+ },
181
+ "deprecationReason": null,
182
+ "description": null,
183
+ "fieldTypes": {
184
+ "GlobalIpRangeRef": true,
185
+ "PolicyAudit": true,
186
+ "PolicyElementAudit": true,
187
+ "PolicyElementPropertiesEnum": true,
188
+ "PolicyMutationError": true,
189
+ "PolicyMutationRevisionInput": true,
190
+ "PolicyMutationStatus": true,
191
+ "PolicyRevision": true,
192
+ "PolicySectionInfo": true,
193
+ "PolicySectionPayload": true,
194
+ "TerminalServerPolicy": true,
195
+ "TerminalServerPolicyMutationPayload": true,
196
+ "TerminalServerPolicyMutations": true,
197
+ "TerminalServerRule": true,
198
+ "TerminalServerRulePayload": true
199
+ },
200
+ "isDeprecated": false,
201
+ "name": "policy",
202
+ "operationArgs": {
203
+ "accountId": {
204
+ "defaultValue": null,
205
+ "description": null,
206
+ "id_str": "accountId",
207
+ "name": "accountId",
208
+ "path": "accountId",
209
+ "requestStr": "$accountId:ID! ",
210
+ "required": true,
211
+ "responseStr": "accountId:$accountId ",
212
+ "type": {
213
+ "kind": [
214
+ "NON_NULL",
215
+ "SCALAR"
216
+ ],
217
+ "name": "ID",
218
+ "non_null": false
219
+ },
220
+ "varName": "accountId"
221
+ },
222
+ "policyDiscardRevisionInput": {
223
+ "defaultValue": null,
224
+ "description": null,
225
+ "id_str": "discardPolicyRevision___input",
226
+ "name": "input",
227
+ "path": "discardPolicyRevision.input",
228
+ "requestStr": "$policyDiscardRevisionInput:PolicyDiscardRevisionInput ",
229
+ "required": false,
230
+ "responseStr": "input:$policyDiscardRevisionInput ",
231
+ "type": {
232
+ "definition": {
233
+ "description": "Discards unpublished revision for the policy and reverts to the settings for the published policy.",
234
+ "enumValues": null,
235
+ "fields": null,
236
+ "inputFields": {
237
+ "id": {
238
+ "defaultValue": null,
239
+ "description": null,
240
+ "id_str": "discardPolicyRevision___input___id",
241
+ "name": "id",
242
+ "path": "discardPolicyRevision.input.id",
243
+ "requestStr": "$id:ID ",
244
+ "required": false,
245
+ "responseStr": "id:$id ",
246
+ "type": {
247
+ "kind": [
248
+ "SCALAR"
249
+ ],
250
+ "name": "ID",
251
+ "non_null": false
252
+ },
253
+ "varName": "id"
254
+ }
255
+ },
256
+ "interfaces": null,
257
+ "kind": "INPUT_OBJECT",
258
+ "name": "PolicyDiscardRevisionInput",
259
+ "possibleTypes": null
260
+ },
261
+ "indexType": "input_object",
262
+ "kind": [
263
+ "INPUT_OBJECT"
264
+ ],
265
+ "name": "PolicyDiscardRevisionInput",
266
+ "non_null": false
267
+ },
268
+ "varName": "policyDiscardRevisionInput"
269
+ },
270
+ "terminalServerPolicyMutationInput": {
271
+ "defaultValue": null,
272
+ "description": null,
273
+ "id_str": "terminalServer___input",
274
+ "name": "input",
275
+ "path": "terminalServer.input",
276
+ "requestStr": "$terminalServerPolicyMutationInput:TerminalServerPolicyMutationInput ",
277
+ "required": false,
278
+ "responseStr": "input:$terminalServerPolicyMutationInput ",
279
+ "type": {
280
+ "definition": {
281
+ "description": null,
282
+ "enumValues": null,
283
+ "fields": null,
284
+ "inputFields": {
285
+ "revision": {
286
+ "defaultValue": null,
287
+ "description": null,
288
+ "id_str": "terminalServer___input___revision",
289
+ "name": "revision",
290
+ "path": "terminalServer.input.revision",
291
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
292
+ "required": false,
293
+ "responseStr": "revision:$policyMutationRevisionInput ",
294
+ "type": {
295
+ "definition": {
296
+ "description": null,
297
+ "enumValues": null,
298
+ "fields": null,
299
+ "inputFields": {
300
+ "id": {
301
+ "defaultValue": null,
302
+ "description": null,
303
+ "id_str": "terminalServer___input___revision___id",
304
+ "name": "id",
305
+ "path": "terminalServer.input.revision.id",
306
+ "requestStr": "$id:ID ",
307
+ "required": false,
308
+ "responseStr": "id:$id ",
309
+ "type": {
310
+ "kind": [
311
+ "SCALAR"
312
+ ],
313
+ "name": "ID",
314
+ "non_null": false
315
+ },
316
+ "varName": "id"
317
+ }
318
+ },
319
+ "interfaces": null,
320
+ "kind": "INPUT_OBJECT",
321
+ "name": "PolicyMutationRevisionInput",
322
+ "possibleTypes": null
323
+ },
324
+ "indexType": "input_object",
325
+ "kind": [
326
+ "INPUT_OBJECT"
327
+ ],
328
+ "name": "PolicyMutationRevisionInput",
329
+ "non_null": false
330
+ },
331
+ "varName": "policyMutationRevisionInput"
332
+ }
333
+ },
334
+ "interfaces": null,
335
+ "kind": "INPUT_OBJECT",
336
+ "name": "TerminalServerPolicyMutationInput",
337
+ "possibleTypes": null
338
+ },
339
+ "indexType": "input_object",
340
+ "kind": [
341
+ "INPUT_OBJECT"
342
+ ],
343
+ "name": "TerminalServerPolicyMutationInput",
344
+ "non_null": false
345
+ },
346
+ "varName": "terminalServerPolicyMutationInput"
347
+ }
348
+ },
349
+ "path": "mutation.policy.terminalServer.discardPolicyRevision",
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
+ "discardPolicyRevision": {
451
+ "args": {
452
+ "discardPolicyRevision___input": {
453
+ "defaultValue": null,
454
+ "description": null,
455
+ "id_str": "discardPolicyRevision___input",
456
+ "name": "input",
457
+ "path": "discardPolicyRevision.input",
458
+ "requestStr": "$policyDiscardRevisionInput:PolicyDiscardRevisionInput ",
459
+ "required": false,
460
+ "responseStr": "input:$policyDiscardRevisionInput ",
461
+ "type": {
462
+ "definition": {
463
+ "description": "Discards unpublished revision for the policy and reverts to the settings for the published policy.",
464
+ "enumValues": null,
465
+ "fields": null,
466
+ "inputFields": {
467
+ "id": {
468
+ "defaultValue": null,
469
+ "description": null,
470
+ "id_str": "discardPolicyRevision___input___id",
471
+ "name": "id",
472
+ "path": "discardPolicyRevision.input.id",
473
+ "requestStr": "$id:ID ",
474
+ "required": false,
475
+ "responseStr": "id:$id ",
476
+ "type": {
477
+ "kind": [
478
+ "SCALAR"
479
+ ],
480
+ "name": "ID",
481
+ "non_null": false
482
+ },
483
+ "varName": "id"
484
+ }
485
+ },
486
+ "interfaces": null,
487
+ "kind": "INPUT_OBJECT",
488
+ "name": "PolicyDiscardRevisionInput",
489
+ "possibleTypes": null
490
+ },
491
+ "indexType": "input_object",
492
+ "kind": [
493
+ "INPUT_OBJECT"
494
+ ],
495
+ "name": "PolicyDiscardRevisionInput",
496
+ "non_null": false
497
+ },
498
+ "varName": "policyDiscardRevisionInput"
499
+ }
500
+ },
501
+ "deprecationReason": null,
502
+ "description": null,
503
+ "id_str": "terminalServer___discardPolicyRevision",
504
+ "isDeprecated": false,
505
+ "name": "discardPolicyRevision",
506
+ "path": "terminalServer.discardPolicyRevision",
507
+ "requestStr": "$terminalServerPolicyMutationPayload:TerminalServerPolicyMutationPayload! ",
508
+ "required": true,
509
+ "responseStr": "discardPolicyRevision:$terminalServerPolicyMutationPayload ",
510
+ "type": {
511
+ "definition": {
512
+ "description": null,
513
+ "enumValues": null,
514
+ "fields": {
515
+ "errors": {
516
+ "alias": "policyMutationErrorErrors: errors",
517
+ "args": {},
518
+ "deprecationReason": null,
519
+ "description": null,
520
+ "id_str": "terminalServer___discardPolicyRevision___errors",
521
+ "isDeprecated": false,
522
+ "name": "errors",
523
+ "path": "terminalServer.discardPolicyRevision.errors",
524
+ "requestStr": "$policyMutationError:[PolicyMutationError]! ",
525
+ "required": true,
526
+ "responseStr": "errors:$policyMutationError ",
527
+ "type": {
528
+ "definition": {
529
+ "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\"",
530
+ "enumValues": null,
531
+ "fields": {
532
+ "errorCode": {
533
+ "args": {},
534
+ "deprecationReason": null,
535
+ "description": null,
536
+ "id_str": "terminalServer___discardPolicyRevision___errors___errorCode",
537
+ "isDeprecated": false,
538
+ "name": "errorCode",
539
+ "path": "terminalServer.discardPolicyRevision.errors.errorCode",
540
+ "requestStr": "$errorCode:String ",
541
+ "required": false,
542
+ "responseStr": "errorCode:$errorCode ",
543
+ "type": {
544
+ "kind": [
545
+ "SCALAR"
546
+ ],
547
+ "name": "String",
548
+ "non_null": false
549
+ },
550
+ "varName": "errorCode"
551
+ },
552
+ "errorMessage": {
553
+ "args": {},
554
+ "deprecationReason": null,
555
+ "description": null,
556
+ "id_str": "terminalServer___discardPolicyRevision___errors___errorMessage",
557
+ "isDeprecated": false,
558
+ "name": "errorMessage",
559
+ "path": "terminalServer.discardPolicyRevision.errors.errorMessage",
560
+ "requestStr": "$errorMessage:String ",
561
+ "required": false,
562
+ "responseStr": "errorMessage:$errorMessage ",
563
+ "type": {
564
+ "kind": [
565
+ "SCALAR"
566
+ ],
567
+ "name": "String",
568
+ "non_null": false
569
+ },
570
+ "varName": "errorMessage"
571
+ }
572
+ },
573
+ "inputFields": null,
574
+ "interfaces": {},
575
+ "kind": "OBJECT",
576
+ "name": "PolicyMutationError",
577
+ "possibleTypes": null
578
+ },
579
+ "indexType": "object",
580
+ "kind": [
581
+ "NON_NULL",
582
+ "LIST",
583
+ "NON_NULL",
584
+ "OBJECT"
585
+ ],
586
+ "name": "PolicyMutationError",
587
+ "non_null": false
588
+ },
589
+ "varName": "policyMutationError"
590
+ },
591
+ "policy": {
592
+ "alias": "terminalServerPolicyPolicy: policy",
593
+ "args": {},
594
+ "deprecationReason": null,
595
+ "description": null,
596
+ "id_str": "terminalServer___discardPolicyRevision___policy",
597
+ "isDeprecated": false,
598
+ "name": "policy",
599
+ "path": "terminalServer.discardPolicyRevision.policy",
600
+ "requestStr": "$terminalServerPolicy:TerminalServerPolicy ",
601
+ "required": false,
602
+ "responseStr": "policy:$terminalServerPolicy ",
603
+ "type": {
604
+ "definition": {
605
+ "description": null,
606
+ "enumValues": null,
607
+ "fields": {
608
+ "audit": {
609
+ "args": {},
610
+ "deprecationReason": null,
611
+ "description": null,
612
+ "id_str": "terminalServer___discardPolicyRevision___policy___audit",
613
+ "isDeprecated": false,
614
+ "name": "audit",
615
+ "path": "terminalServer.discardPolicyRevision.policy.audit",
616
+ "requestStr": "$policyAudit:PolicyAudit ",
617
+ "required": false,
618
+ "responseStr": "audit:$policyAudit ",
619
+ "type": {
620
+ "definition": {
621
+ "description": null,
622
+ "enumValues": null,
623
+ "fields": {
624
+ "publishedBy": {
625
+ "args": {},
626
+ "deprecationReason": null,
627
+ "description": null,
628
+ "id_str": "terminalServer___discardPolicyRevision___policy___audit___publishedBy",
629
+ "isDeprecated": false,
630
+ "name": "publishedBy",
631
+ "path": "terminalServer.discardPolicyRevision.policy.audit.publishedBy",
632
+ "requestStr": "$publishedBy:String! ",
633
+ "required": true,
634
+ "responseStr": "publishedBy:$publishedBy ",
635
+ "type": {
636
+ "kind": [
637
+ "NON_NULL",
638
+ "SCALAR"
639
+ ],
640
+ "name": "String",
641
+ "non_null": false
642
+ },
643
+ "varName": "publishedBy"
644
+ },
645
+ "publishedTime": {
646
+ "args": {},
647
+ "deprecationReason": null,
648
+ "description": null,
649
+ "id_str": "terminalServer___discardPolicyRevision___policy___audit___publishedTime",
650
+ "isDeprecated": false,
651
+ "name": "publishedTime",
652
+ "path": "terminalServer.discardPolicyRevision.policy.audit.publishedTime",
653
+ "requestStr": "$publishedTime:DateTime! ",
654
+ "required": true,
655
+ "responseStr": "publishedTime:$publishedTime ",
656
+ "type": {
657
+ "kind": [
658
+ "NON_NULL",
659
+ "SCALAR"
660
+ ],
661
+ "name": "DateTime",
662
+ "non_null": false
663
+ },
664
+ "varName": "publishedTime"
665
+ }
666
+ },
667
+ "inputFields": null,
668
+ "interfaces": {},
669
+ "kind": "OBJECT",
670
+ "name": "PolicyAudit",
671
+ "possibleTypes": null
672
+ },
673
+ "indexType": "object",
674
+ "kind": [
675
+ "OBJECT"
676
+ ],
677
+ "name": "PolicyAudit",
678
+ "non_null": false
679
+ },
680
+ "varName": "policyAudit"
681
+ },
682
+ "enabled": {
683
+ "args": {},
684
+ "deprecationReason": null,
685
+ "description": null,
686
+ "id_str": "terminalServer___discardPolicyRevision___policy___enabled",
687
+ "isDeprecated": false,
688
+ "name": "enabled",
689
+ "path": "terminalServer.discardPolicyRevision.policy.enabled",
690
+ "requestStr": "$enabled:Boolean! ",
691
+ "required": true,
692
+ "responseStr": "enabled:$enabled ",
693
+ "type": {
694
+ "kind": [
695
+ "NON_NULL",
696
+ "SCALAR"
697
+ ],
698
+ "name": "Boolean",
699
+ "non_null": false
700
+ },
701
+ "varName": "enabled"
702
+ },
703
+ "revision": {
704
+ "args": {},
705
+ "deprecationReason": null,
706
+ "description": null,
707
+ "id_str": "terminalServer___discardPolicyRevision___policy___revision",
708
+ "isDeprecated": false,
709
+ "name": "revision",
710
+ "path": "terminalServer.discardPolicyRevision.policy.revision",
711
+ "requestStr": "$policyRevision:PolicyRevision ",
712
+ "required": false,
713
+ "responseStr": "revision:$policyRevision ",
714
+ "type": {
715
+ "definition": {
716
+ "description": "Returns data about the policy revision, such as when the change was made, how many rules were changed, etc.",
717
+ "enumValues": null,
718
+ "fields": {
719
+ "changes": {
720
+ "args": {},
721
+ "deprecationReason": null,
722
+ "description": null,
723
+ "id_str": "terminalServer___discardPolicyRevision___policy___revision___changes",
724
+ "isDeprecated": false,
725
+ "name": "changes",
726
+ "path": "terminalServer.discardPolicyRevision.policy.revision.changes",
727
+ "requestStr": "$changes:Int! ",
728
+ "required": true,
729
+ "responseStr": "changes:$changes ",
730
+ "type": {
731
+ "kind": [
732
+ "NON_NULL",
733
+ "SCALAR"
734
+ ],
735
+ "name": "Int",
736
+ "non_null": false
737
+ },
738
+ "varName": "changes"
739
+ },
740
+ "createdTime": {
741
+ "args": {},
742
+ "deprecationReason": null,
743
+ "description": null,
744
+ "id_str": "terminalServer___discardPolicyRevision___policy___revision___createdTime",
745
+ "isDeprecated": false,
746
+ "name": "createdTime",
747
+ "path": "terminalServer.discardPolicyRevision.policy.revision.createdTime",
748
+ "requestStr": "$createdTime:DateTime! ",
749
+ "required": true,
750
+ "responseStr": "createdTime:$createdTime ",
751
+ "type": {
752
+ "kind": [
753
+ "NON_NULL",
754
+ "SCALAR"
755
+ ],
756
+ "name": "DateTime",
757
+ "non_null": false
758
+ },
759
+ "varName": "createdTime"
760
+ },
761
+ "description": {
762
+ "args": {},
763
+ "deprecationReason": null,
764
+ "description": null,
765
+ "id_str": "terminalServer___discardPolicyRevision___policy___revision___description",
766
+ "isDeprecated": false,
767
+ "name": "description",
768
+ "path": "terminalServer.discardPolicyRevision.policy.revision.description",
769
+ "requestStr": "$description:String! ",
770
+ "required": true,
771
+ "responseStr": "description:$description ",
772
+ "type": {
773
+ "kind": [
774
+ "NON_NULL",
775
+ "SCALAR"
776
+ ],
777
+ "name": "String",
778
+ "non_null": false
779
+ },
780
+ "varName": "description"
781
+ },
782
+ "id": {
783
+ "args": {},
784
+ "deprecationReason": null,
785
+ "description": null,
786
+ "id_str": "terminalServer___discardPolicyRevision___policy___revision___id",
787
+ "isDeprecated": false,
788
+ "name": "id",
789
+ "path": "terminalServer.discardPolicyRevision.policy.revision.id",
790
+ "requestStr": "$id:ID! ",
791
+ "required": true,
792
+ "responseStr": "id:$id ",
793
+ "type": {
794
+ "kind": [
795
+ "NON_NULL",
796
+ "SCALAR"
797
+ ],
798
+ "name": "ID",
799
+ "non_null": false
800
+ },
801
+ "varName": "id"
802
+ },
803
+ "name": {
804
+ "args": {},
805
+ "deprecationReason": null,
806
+ "description": null,
807
+ "id_str": "terminalServer___discardPolicyRevision___policy___revision___name",
808
+ "isDeprecated": false,
809
+ "name": "name",
810
+ "path": "terminalServer.discardPolicyRevision.policy.revision.name",
811
+ "requestStr": "$name:String! ",
812
+ "required": true,
813
+ "responseStr": "name:$name ",
814
+ "type": {
815
+ "kind": [
816
+ "NON_NULL",
817
+ "SCALAR"
818
+ ],
819
+ "name": "String",
820
+ "non_null": false
821
+ },
822
+ "varName": "name"
823
+ },
824
+ "updatedTime": {
825
+ "args": {},
826
+ "deprecationReason": null,
827
+ "description": null,
828
+ "id_str": "terminalServer___discardPolicyRevision___policy___revision___updatedTime",
829
+ "isDeprecated": false,
830
+ "name": "updatedTime",
831
+ "path": "terminalServer.discardPolicyRevision.policy.revision.updatedTime",
832
+ "requestStr": "$updatedTime:DateTime! ",
833
+ "required": true,
834
+ "responseStr": "updatedTime:$updatedTime ",
835
+ "type": {
836
+ "kind": [
837
+ "NON_NULL",
838
+ "SCALAR"
839
+ ],
840
+ "name": "DateTime",
841
+ "non_null": false
842
+ },
843
+ "varName": "updatedTime"
844
+ }
845
+ },
846
+ "inputFields": null,
847
+ "interfaces": {},
848
+ "kind": "OBJECT",
849
+ "name": "PolicyRevision",
850
+ "possibleTypes": null
851
+ },
852
+ "indexType": "object",
853
+ "kind": [
854
+ "OBJECT"
855
+ ],
856
+ "name": "PolicyRevision",
857
+ "non_null": false
858
+ },
859
+ "varName": "policyRevision"
860
+ },
861
+ "rules": {
862
+ "args": {},
863
+ "deprecationReason": null,
864
+ "description": null,
865
+ "id_str": "terminalServer___discardPolicyRevision___policy___rules",
866
+ "isDeprecated": false,
867
+ "name": "rules",
868
+ "path": "terminalServer.discardPolicyRevision.policy.rules",
869
+ "requestStr": "$terminalServerRulePayload:[TerminalServerRulePayload]! ",
870
+ "required": true,
871
+ "responseStr": "rules:$terminalServerRulePayload ",
872
+ "type": {
873
+ "definition": {
874
+ "description": null,
875
+ "enumValues": null,
876
+ "fields": {
877
+ "audit": {
878
+ "alias": "policyElementAuditAudit: audit",
879
+ "args": {},
880
+ "deprecationReason": null,
881
+ "description": null,
882
+ "id_str": "terminalServer___discardPolicyRevision___policy___rules___audit",
883
+ "isDeprecated": false,
884
+ "name": "audit",
885
+ "path": "terminalServer.discardPolicyRevision.policy.rules.audit",
886
+ "requestStr": "$policyElementAudit:PolicyElementAudit! ",
887
+ "required": true,
888
+ "responseStr": "audit:$policyElementAudit ",
889
+ "type": {
890
+ "definition": {
891
+ "description": null,
892
+ "enumValues": null,
893
+ "fields": {
894
+ "updatedBy": {
895
+ "args": {},
896
+ "deprecationReason": null,
897
+ "description": "The admin, or the API-key, that performed the last update",
898
+ "id_str": "terminalServer___discardPolicyRevision___policy___rules___audit___updatedBy",
899
+ "isDeprecated": false,
900
+ "name": "updatedBy",
901
+ "path": "terminalServer.discardPolicyRevision.policy.rules.audit.updatedBy",
902
+ "requestStr": "$updatedBy:String! ",
903
+ "required": true,
904
+ "responseStr": "updatedBy:$updatedBy ",
905
+ "type": {
906
+ "kind": [
907
+ "NON_NULL",
908
+ "SCALAR"
909
+ ],
910
+ "name": "String",
911
+ "non_null": false
912
+ },
913
+ "varName": "updatedBy"
914
+ },
915
+ "updatedTime": {
916
+ "args": {},
917
+ "deprecationReason": null,
918
+ "description": "The last date and time the rule was updated",
919
+ "id_str": "terminalServer___discardPolicyRevision___policy___rules___audit___updatedTime",
920
+ "isDeprecated": false,
921
+ "name": "updatedTime",
922
+ "path": "terminalServer.discardPolicyRevision.policy.rules.audit.updatedTime",
923
+ "requestStr": "$updatedTime:DateTime! ",
924
+ "required": true,
925
+ "responseStr": "updatedTime:$updatedTime ",
926
+ "type": {
927
+ "kind": [
928
+ "NON_NULL",
929
+ "SCALAR"
930
+ ],
931
+ "name": "DateTime",
932
+ "non_null": false
933
+ },
934
+ "varName": "updatedTime"
935
+ }
936
+ },
937
+ "inputFields": null,
938
+ "interfaces": {},
939
+ "kind": "OBJECT",
940
+ "name": "PolicyElementAudit",
941
+ "possibleTypes": null
942
+ },
943
+ "indexType": "object",
944
+ "kind": [
945
+ "NON_NULL",
946
+ "OBJECT"
947
+ ],
948
+ "name": "PolicyElementAudit",
949
+ "non_null": false
950
+ },
951
+ "varName": "policyElementAudit"
952
+ },
953
+ "properties": {
954
+ "alias": "policyElementPropertiesEnumProperties: properties",
955
+ "args": {},
956
+ "deprecationReason": null,
957
+ "description": null,
958
+ "id_str": "terminalServer___discardPolicyRevision___policy___rules___properties",
959
+ "isDeprecated": false,
960
+ "name": "properties",
961
+ "path": "terminalServer.discardPolicyRevision.policy.rules.properties",
962
+ "requestStr": "$properties:[PolicyElementPropertiesEnum]! ",
963
+ "required": true,
964
+ "responseStr": "properties:$properties ",
965
+ "type": {
966
+ "definition": {
967
+ "description": "Attributes describing the rule state or type",
968
+ "enumValues": [
969
+ {
970
+ "deprecationReason": null,
971
+ "description": "New (added) rule",
972
+ "isDeprecated": false,
973
+ "name": "ADDED"
974
+ },
975
+ {
976
+ "deprecationReason": null,
977
+ "description": "Updated (modified) existing rule",
978
+ "isDeprecated": false,
979
+ "name": "UPDATED"
980
+ },
981
+ {
982
+ "deprecationReason": null,
983
+ "description": "Removed (deleted) rule",
984
+ "isDeprecated": false,
985
+ "name": "REMOVED"
986
+ },
987
+ {
988
+ "deprecationReason": null,
989
+ "description": "A rule moved to a different position",
990
+ "isDeprecated": false,
991
+ "name": "MOVED"
992
+ },
993
+ {
994
+ "deprecationReason": null,
995
+ "description": "A rule locked for changes by other admins",
996
+ "isDeprecated": false,
997
+ "name": "LOCKED"
998
+ },
999
+ {
1000
+ "deprecationReason": null,
1001
+ "description": "An object can not be moved, or referenced when moving other objects.\nHowever its properties and content can be modified.",
1002
+ "isDeprecated": false,
1003
+ "name": "ANCHORED"
1004
+ },
1005
+ {
1006
+ "deprecationReason": null,
1007
+ "description": "A pre-defined (system) rule that cannot be modified or removed",
1008
+ "isDeprecated": false,
1009
+ "name": "SYSTEM"
1010
+ }
1011
+ ],
1012
+ "fields": null,
1013
+ "inputFields": null,
1014
+ "interfaces": null,
1015
+ "kind": "ENUM",
1016
+ "name": "PolicyElementPropertiesEnum",
1017
+ "possibleTypes": null
1018
+ },
1019
+ "indexType": "enum",
1020
+ "kind": [
1021
+ "NON_NULL",
1022
+ "LIST",
1023
+ "NON_NULL",
1024
+ "ENUM"
1025
+ ],
1026
+ "name": "PolicyElementPropertiesEnum",
1027
+ "non_null": false
1028
+ },
1029
+ "varName": "properties"
1030
+ },
1031
+ "rule": {
1032
+ "alias": "terminalServerRuleRule: rule",
1033
+ "args": {},
1034
+ "deprecationReason": null,
1035
+ "description": null,
1036
+ "id_str": "terminalServer___discardPolicyRevision___policy___rules___rule",
1037
+ "isDeprecated": false,
1038
+ "name": "rule",
1039
+ "path": "terminalServer.discardPolicyRevision.policy.rules.rule",
1040
+ "requestStr": "$terminalServerRule:TerminalServerRule! ",
1041
+ "required": true,
1042
+ "responseStr": "rule:$terminalServerRule ",
1043
+ "type": {
1044
+ "definition": {
1045
+ "description": null,
1046
+ "enumValues": null,
1047
+ "fields": {
1048
+ "allowedHostIP": {
1049
+ "alias": "globalIpRangeRefAllowedHostIP: allowedHostIP",
1050
+ "args": {},
1051
+ "deprecationReason": null,
1052
+ "description": "Allowed Host IP range.\nall the other IPs will be blocked by the pop.\nGlobally defined IP range",
1053
+ "id_str": "terminalServer___discardPolicyRevision___policy___rules___rule___allowedHostIP",
1054
+ "isDeprecated": false,
1055
+ "name": "allowedHostIP",
1056
+ "path": "terminalServer.discardPolicyRevision.policy.rules.rule.allowedHostIP",
1057
+ "requestStr": "$globalIpRangeRef:GlobalIpRangeRef! ",
1058
+ "required": true,
1059
+ "responseStr": "allowedHostIP:$globalIpRangeRef ",
1060
+ "type": {
1061
+ "definition": {
1062
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
1063
+ "enumValues": null,
1064
+ "fields": {
1065
+ "id": {
1066
+ "args": {},
1067
+ "deprecationReason": null,
1068
+ "description": null,
1069
+ "id_str": "terminalServer___discardPolicyRevision___policy___rules___rule___allowedHostIP___id",
1070
+ "isDeprecated": false,
1071
+ "name": "id",
1072
+ "path": "terminalServer.discardPolicyRevision.policy.rules.rule.allowedHostIP.id",
1073
+ "requestStr": "$id:ID! ",
1074
+ "required": true,
1075
+ "responseStr": "id:$id ",
1076
+ "type": {
1077
+ "kind": [
1078
+ "NON_NULL",
1079
+ "SCALAR"
1080
+ ],
1081
+ "name": "ID",
1082
+ "non_null": false
1083
+ },
1084
+ "varName": "id"
1085
+ },
1086
+ "name": {
1087
+ "args": {},
1088
+ "deprecationReason": null,
1089
+ "description": null,
1090
+ "id_str": "terminalServer___discardPolicyRevision___policy___rules___rule___allowedHostIP___name",
1091
+ "isDeprecated": false,
1092
+ "name": "name",
1093
+ "path": "terminalServer.discardPolicyRevision.policy.rules.rule.allowedHostIP.name",
1094
+ "requestStr": "$name:String! ",
1095
+ "required": true,
1096
+ "responseStr": "name:$name ",
1097
+ "type": {
1098
+ "kind": [
1099
+ "NON_NULL",
1100
+ "SCALAR"
1101
+ ],
1102
+ "name": "String",
1103
+ "non_null": false
1104
+ },
1105
+ "varName": "name"
1106
+ }
1107
+ },
1108
+ "inputFields": null,
1109
+ "interfaces": {},
1110
+ "kind": "OBJECT",
1111
+ "name": "GlobalIpRangeRef",
1112
+ "possibleTypes": null
1113
+ },
1114
+ "indexType": "object",
1115
+ "kind": [
1116
+ "NON_NULL",
1117
+ "OBJECT"
1118
+ ],
1119
+ "name": "GlobalIpRangeRef",
1120
+ "non_null": false
1121
+ },
1122
+ "varName": "globalIpRangeRef"
1123
+ },
1124
+ "description": {
1125
+ "args": {},
1126
+ "deprecationReason": null,
1127
+ "description": "Description for the rule",
1128
+ "id_str": "terminalServer___discardPolicyRevision___policy___rules___rule___description",
1129
+ "isDeprecated": false,
1130
+ "name": "description",
1131
+ "path": "terminalServer.discardPolicyRevision.policy.rules.rule.description",
1132
+ "requestStr": "$description:String! ",
1133
+ "required": true,
1134
+ "responseStr": "description:$description ",
1135
+ "type": {
1136
+ "kind": [
1137
+ "NON_NULL",
1138
+ "SCALAR"
1139
+ ],
1140
+ "name": "String",
1141
+ "non_null": false
1142
+ },
1143
+ "varName": "description"
1144
+ },
1145
+ "enabled": {
1146
+ "args": {},
1147
+ "deprecationReason": null,
1148
+ "description": "TRUE = Rule is enabled \n FALSE = Rule is disabled",
1149
+ "id_str": "terminalServer___discardPolicyRevision___policy___rules___rule___enabled",
1150
+ "isDeprecated": false,
1151
+ "name": "enabled",
1152
+ "path": "terminalServer.discardPolicyRevision.policy.rules.rule.enabled",
1153
+ "requestStr": "$enabled:Boolean! ",
1154
+ "required": true,
1155
+ "responseStr": "enabled:$enabled ",
1156
+ "type": {
1157
+ "kind": [
1158
+ "NON_NULL",
1159
+ "SCALAR"
1160
+ ],
1161
+ "name": "Boolean",
1162
+ "non_null": false
1163
+ },
1164
+ "varName": "enabled"
1165
+ },
1166
+ "excludeTraffic": {
1167
+ "alias": "globalIpRangeRefExcludeTraffic: excludeTraffic",
1168
+ "args": {},
1169
+ "deprecationReason": null,
1170
+ "description": "Exclude traffic IP Range.\nall traffic to those Ips will be excluded from the GRE tunnel.\nGlobally defined IP range",
1171
+ "id_str": "terminalServer___discardPolicyRevision___policy___rules___rule___excludeTraffic",
1172
+ "isDeprecated": false,
1173
+ "name": "excludeTraffic",
1174
+ "path": "terminalServer.discardPolicyRevision.policy.rules.rule.excludeTraffic",
1175
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
1176
+ "required": true,
1177
+ "responseStr": "excludeTraffic:$globalIpRangeRef ",
1178
+ "type": {
1179
+ "definition": {
1180
+ "description": "A reference identifying the GlobalIpRange object. ID: Unique GlobalIpRange Identifier, Name: The GlobalIpRange Name",
1181
+ "enumValues": null,
1182
+ "fields": {
1183
+ "id": {
1184
+ "args": {},
1185
+ "deprecationReason": null,
1186
+ "description": null,
1187
+ "id_str": "terminalServer___discardPolicyRevision___policy___rules___rule___excludeTraffic___id",
1188
+ "isDeprecated": false,
1189
+ "name": "id",
1190
+ "path": "terminalServer.discardPolicyRevision.policy.rules.rule.excludeTraffic.id",
1191
+ "requestStr": "$id:ID! ",
1192
+ "required": true,
1193
+ "responseStr": "id:$id ",
1194
+ "type": {
1195
+ "kind": [
1196
+ "NON_NULL",
1197
+ "SCALAR"
1198
+ ],
1199
+ "name": "ID",
1200
+ "non_null": false
1201
+ },
1202
+ "varName": "id"
1203
+ },
1204
+ "name": {
1205
+ "args": {},
1206
+ "deprecationReason": null,
1207
+ "description": null,
1208
+ "id_str": "terminalServer___discardPolicyRevision___policy___rules___rule___excludeTraffic___name",
1209
+ "isDeprecated": false,
1210
+ "name": "name",
1211
+ "path": "terminalServer.discardPolicyRevision.policy.rules.rule.excludeTraffic.name",
1212
+ "requestStr": "$name:String! ",
1213
+ "required": true,
1214
+ "responseStr": "name:$name ",
1215
+ "type": {
1216
+ "kind": [
1217
+ "NON_NULL",
1218
+ "SCALAR"
1219
+ ],
1220
+ "name": "String",
1221
+ "non_null": false
1222
+ },
1223
+ "varName": "name"
1224
+ }
1225
+ },
1226
+ "inputFields": null,
1227
+ "interfaces": {},
1228
+ "kind": "OBJECT",
1229
+ "name": "GlobalIpRangeRef",
1230
+ "possibleTypes": null
1231
+ },
1232
+ "indexType": "object",
1233
+ "kind": [
1234
+ "NON_NULL",
1235
+ "LIST",
1236
+ "NON_NULL",
1237
+ "OBJECT"
1238
+ ],
1239
+ "name": "GlobalIpRangeRef",
1240
+ "non_null": false
1241
+ },
1242
+ "varName": "globalIpRangeRef"
1243
+ },
1244
+ "id": {
1245
+ "args": {},
1246
+ "deprecationReason": null,
1247
+ "description": "Rule ID",
1248
+ "id_str": "terminalServer___discardPolicyRevision___policy___rules___rule___id",
1249
+ "isDeprecated": false,
1250
+ "name": "id",
1251
+ "path": "terminalServer.discardPolicyRevision.policy.rules.rule.id",
1252
+ "requestStr": "$id:ID! ",
1253
+ "required": true,
1254
+ "responseStr": "id:$id ",
1255
+ "type": {
1256
+ "kind": [
1257
+ "NON_NULL",
1258
+ "SCALAR"
1259
+ ],
1260
+ "name": "ID",
1261
+ "non_null": false
1262
+ },
1263
+ "varName": "id"
1264
+ },
1265
+ "index": {
1266
+ "args": {},
1267
+ "deprecationReason": null,
1268
+ "description": "Position / priority of rule",
1269
+ "id_str": "terminalServer___discardPolicyRevision___policy___rules___rule___index",
1270
+ "isDeprecated": false,
1271
+ "name": "index",
1272
+ "path": "terminalServer.discardPolicyRevision.policy.rules.rule.index",
1273
+ "requestStr": "$index:Int! ",
1274
+ "required": true,
1275
+ "responseStr": "index:$index ",
1276
+ "type": {
1277
+ "kind": [
1278
+ "NON_NULL",
1279
+ "SCALAR"
1280
+ ],
1281
+ "name": "Int",
1282
+ "non_null": false
1283
+ },
1284
+ "varName": "index"
1285
+ },
1286
+ "name": {
1287
+ "args": {},
1288
+ "deprecationReason": null,
1289
+ "description": "Name of the rule",
1290
+ "id_str": "terminalServer___discardPolicyRevision___policy___rules___rule___name",
1291
+ "isDeprecated": false,
1292
+ "name": "name",
1293
+ "path": "terminalServer.discardPolicyRevision.policy.rules.rule.name",
1294
+ "requestStr": "$name:String! ",
1295
+ "required": true,
1296
+ "responseStr": "name:$name ",
1297
+ "type": {
1298
+ "kind": [
1299
+ "NON_NULL",
1300
+ "SCALAR"
1301
+ ],
1302
+ "name": "String",
1303
+ "non_null": false
1304
+ },
1305
+ "varName": "name"
1306
+ },
1307
+ "section": {
1308
+ "alias": "policySectionInfoSection: section",
1309
+ "args": {},
1310
+ "deprecationReason": null,
1311
+ "description": "Policy section where the rule is located",
1312
+ "id_str": "terminalServer___discardPolicyRevision___policy___rules___rule___section",
1313
+ "isDeprecated": false,
1314
+ "name": "section",
1315
+ "path": "terminalServer.discardPolicyRevision.policy.rules.rule.section",
1316
+ "requestStr": "$policySectionInfo:PolicySectionInfo! ",
1317
+ "required": true,
1318
+ "responseStr": "section:$policySectionInfo ",
1319
+ "type": {
1320
+ "definition": {
1321
+ "description": "Define settings for a policy section",
1322
+ "enumValues": null,
1323
+ "fields": {
1324
+ "id": {
1325
+ "args": {},
1326
+ "deprecationReason": null,
1327
+ "description": null,
1328
+ "id_str": "terminalServer___discardPolicyRevision___policy___rules___rule___section___id",
1329
+ "isDeprecated": false,
1330
+ "name": "id",
1331
+ "path": "terminalServer.discardPolicyRevision.policy.rules.rule.section.id",
1332
+ "requestStr": "$id:ID! ",
1333
+ "required": true,
1334
+ "responseStr": "id:$id ",
1335
+ "type": {
1336
+ "kind": [
1337
+ "NON_NULL",
1338
+ "SCALAR"
1339
+ ],
1340
+ "name": "ID",
1341
+ "non_null": false
1342
+ },
1343
+ "varName": "id"
1344
+ },
1345
+ "name": {
1346
+ "args": {},
1347
+ "deprecationReason": null,
1348
+ "description": null,
1349
+ "id_str": "terminalServer___discardPolicyRevision___policy___rules___rule___section___name",
1350
+ "isDeprecated": false,
1351
+ "name": "name",
1352
+ "path": "terminalServer.discardPolicyRevision.policy.rules.rule.section.name",
1353
+ "requestStr": "$name:String! ",
1354
+ "required": true,
1355
+ "responseStr": "name:$name ",
1356
+ "type": {
1357
+ "kind": [
1358
+ "NON_NULL",
1359
+ "SCALAR"
1360
+ ],
1361
+ "name": "String",
1362
+ "non_null": false
1363
+ },
1364
+ "varName": "name"
1365
+ }
1366
+ },
1367
+ "inputFields": null,
1368
+ "interfaces": {},
1369
+ "kind": "OBJECT",
1370
+ "name": "PolicySectionInfo",
1371
+ "possibleTypes": null
1372
+ },
1373
+ "indexType": "object",
1374
+ "kind": [
1375
+ "NON_NULL",
1376
+ "OBJECT"
1377
+ ],
1378
+ "name": "PolicySectionInfo",
1379
+ "non_null": false
1380
+ },
1381
+ "varName": "policySectionInfo"
1382
+ }
1383
+ },
1384
+ "inputFields": null,
1385
+ "interfaces": {},
1386
+ "kind": "OBJECT",
1387
+ "name": "TerminalServerRule",
1388
+ "possibleTypes": null
1389
+ },
1390
+ "indexType": "object",
1391
+ "kind": [
1392
+ "NON_NULL",
1393
+ "OBJECT"
1394
+ ],
1395
+ "name": "TerminalServerRule",
1396
+ "non_null": false
1397
+ },
1398
+ "varName": "terminalServerRule"
1399
+ }
1400
+ },
1401
+ "inputFields": null,
1402
+ "interfaces": {},
1403
+ "kind": "OBJECT",
1404
+ "name": "TerminalServerRulePayload",
1405
+ "possibleTypes": null
1406
+ },
1407
+ "indexType": "object",
1408
+ "kind": [
1409
+ "NON_NULL",
1410
+ "LIST",
1411
+ "NON_NULL",
1412
+ "OBJECT"
1413
+ ],
1414
+ "name": "TerminalServerRulePayload",
1415
+ "non_null": false
1416
+ },
1417
+ "varName": "terminalServerRulePayload"
1418
+ },
1419
+ "sections": {
1420
+ "args": {},
1421
+ "deprecationReason": null,
1422
+ "description": null,
1423
+ "id_str": "terminalServer___discardPolicyRevision___policy___sections",
1424
+ "isDeprecated": false,
1425
+ "name": "sections",
1426
+ "path": "terminalServer.discardPolicyRevision.policy.sections",
1427
+ "requestStr": "$policySectionPayload:[PolicySectionPayload]! ",
1428
+ "required": true,
1429
+ "responseStr": "sections:$policySectionPayload ",
1430
+ "type": {
1431
+ "definition": {
1432
+ "description": null,
1433
+ "enumValues": null,
1434
+ "fields": {
1435
+ "audit": {
1436
+ "alias": "policyElementAuditAudit: audit",
1437
+ "args": {},
1438
+ "deprecationReason": null,
1439
+ "description": null,
1440
+ "id_str": "terminalServer___discardPolicyRevision___policy___sections___audit",
1441
+ "isDeprecated": false,
1442
+ "name": "audit",
1443
+ "path": "terminalServer.discardPolicyRevision.policy.sections.audit",
1444
+ "requestStr": "$policyElementAudit:PolicyElementAudit! ",
1445
+ "required": true,
1446
+ "responseStr": "audit:$policyElementAudit ",
1447
+ "type": {
1448
+ "definition": {
1449
+ "description": null,
1450
+ "enumValues": null,
1451
+ "fields": {
1452
+ "updatedBy": {
1453
+ "args": {},
1454
+ "deprecationReason": null,
1455
+ "description": "The admin, or the API-key, that performed the last update",
1456
+ "id_str": "terminalServer___discardPolicyRevision___policy___sections___audit___updatedBy",
1457
+ "isDeprecated": false,
1458
+ "name": "updatedBy",
1459
+ "path": "terminalServer.discardPolicyRevision.policy.sections.audit.updatedBy",
1460
+ "requestStr": "$updatedBy:String! ",
1461
+ "required": true,
1462
+ "responseStr": "updatedBy:$updatedBy ",
1463
+ "type": {
1464
+ "kind": [
1465
+ "NON_NULL",
1466
+ "SCALAR"
1467
+ ],
1468
+ "name": "String",
1469
+ "non_null": false
1470
+ },
1471
+ "varName": "updatedBy"
1472
+ },
1473
+ "updatedTime": {
1474
+ "args": {},
1475
+ "deprecationReason": null,
1476
+ "description": "The last date and time the rule was updated",
1477
+ "id_str": "terminalServer___discardPolicyRevision___policy___sections___audit___updatedTime",
1478
+ "isDeprecated": false,
1479
+ "name": "updatedTime",
1480
+ "path": "terminalServer.discardPolicyRevision.policy.sections.audit.updatedTime",
1481
+ "requestStr": "$updatedTime:DateTime! ",
1482
+ "required": true,
1483
+ "responseStr": "updatedTime:$updatedTime ",
1484
+ "type": {
1485
+ "kind": [
1486
+ "NON_NULL",
1487
+ "SCALAR"
1488
+ ],
1489
+ "name": "DateTime",
1490
+ "non_null": false
1491
+ },
1492
+ "varName": "updatedTime"
1493
+ }
1494
+ },
1495
+ "inputFields": null,
1496
+ "interfaces": {},
1497
+ "kind": "OBJECT",
1498
+ "name": "PolicyElementAudit",
1499
+ "possibleTypes": null
1500
+ },
1501
+ "indexType": "object",
1502
+ "kind": [
1503
+ "NON_NULL",
1504
+ "OBJECT"
1505
+ ],
1506
+ "name": "PolicyElementAudit",
1507
+ "non_null": false
1508
+ },
1509
+ "varName": "policyElementAudit"
1510
+ },
1511
+ "properties": {
1512
+ "alias": "policyElementPropertiesEnumProperties: properties",
1513
+ "args": {},
1514
+ "deprecationReason": null,
1515
+ "description": null,
1516
+ "id_str": "terminalServer___discardPolicyRevision___policy___sections___properties",
1517
+ "isDeprecated": false,
1518
+ "name": "properties",
1519
+ "path": "terminalServer.discardPolicyRevision.policy.sections.properties",
1520
+ "requestStr": "$properties:[PolicyElementPropertiesEnum]! ",
1521
+ "required": true,
1522
+ "responseStr": "properties:$properties ",
1523
+ "type": {
1524
+ "definition": {
1525
+ "description": "Attributes describing the rule state or type",
1526
+ "enumValues": [
1527
+ {
1528
+ "deprecationReason": null,
1529
+ "description": "New (added) rule",
1530
+ "isDeprecated": false,
1531
+ "name": "ADDED"
1532
+ },
1533
+ {
1534
+ "deprecationReason": null,
1535
+ "description": "Updated (modified) existing rule",
1536
+ "isDeprecated": false,
1537
+ "name": "UPDATED"
1538
+ },
1539
+ {
1540
+ "deprecationReason": null,
1541
+ "description": "Removed (deleted) rule",
1542
+ "isDeprecated": false,
1543
+ "name": "REMOVED"
1544
+ },
1545
+ {
1546
+ "deprecationReason": null,
1547
+ "description": "A rule moved to a different position",
1548
+ "isDeprecated": false,
1549
+ "name": "MOVED"
1550
+ },
1551
+ {
1552
+ "deprecationReason": null,
1553
+ "description": "A rule locked for changes by other admins",
1554
+ "isDeprecated": false,
1555
+ "name": "LOCKED"
1556
+ },
1557
+ {
1558
+ "deprecationReason": null,
1559
+ "description": "An object can not be moved, or referenced when moving other objects.\nHowever its properties and content can be modified.",
1560
+ "isDeprecated": false,
1561
+ "name": "ANCHORED"
1562
+ },
1563
+ {
1564
+ "deprecationReason": null,
1565
+ "description": "A pre-defined (system) rule that cannot be modified or removed",
1566
+ "isDeprecated": false,
1567
+ "name": "SYSTEM"
1568
+ }
1569
+ ],
1570
+ "fields": null,
1571
+ "inputFields": null,
1572
+ "interfaces": null,
1573
+ "kind": "ENUM",
1574
+ "name": "PolicyElementPropertiesEnum",
1575
+ "possibleTypes": null
1576
+ },
1577
+ "indexType": "enum",
1578
+ "kind": [
1579
+ "NON_NULL",
1580
+ "LIST",
1581
+ "NON_NULL",
1582
+ "ENUM"
1583
+ ],
1584
+ "name": "PolicyElementPropertiesEnum",
1585
+ "non_null": false
1586
+ },
1587
+ "varName": "properties"
1588
+ },
1589
+ "section": {
1590
+ "alias": "policySectionInfoSection: section",
1591
+ "args": {},
1592
+ "deprecationReason": null,
1593
+ "description": null,
1594
+ "id_str": "terminalServer___discardPolicyRevision___policy___sections___section",
1595
+ "isDeprecated": false,
1596
+ "name": "section",
1597
+ "path": "terminalServer.discardPolicyRevision.policy.sections.section",
1598
+ "requestStr": "$policySectionInfo:PolicySectionInfo! ",
1599
+ "required": true,
1600
+ "responseStr": "section:$policySectionInfo ",
1601
+ "type": {
1602
+ "definition": {
1603
+ "description": "Define settings for a policy section",
1604
+ "enumValues": null,
1605
+ "fields": {
1606
+ "id": {
1607
+ "args": {},
1608
+ "deprecationReason": null,
1609
+ "description": null,
1610
+ "id_str": "terminalServer___discardPolicyRevision___policy___sections___section___id",
1611
+ "isDeprecated": false,
1612
+ "name": "id",
1613
+ "path": "terminalServer.discardPolicyRevision.policy.sections.section.id",
1614
+ "requestStr": "$id:ID! ",
1615
+ "required": true,
1616
+ "responseStr": "id:$id ",
1617
+ "type": {
1618
+ "kind": [
1619
+ "NON_NULL",
1620
+ "SCALAR"
1621
+ ],
1622
+ "name": "ID",
1623
+ "non_null": false
1624
+ },
1625
+ "varName": "id"
1626
+ },
1627
+ "name": {
1628
+ "args": {},
1629
+ "deprecationReason": null,
1630
+ "description": null,
1631
+ "id_str": "terminalServer___discardPolicyRevision___policy___sections___section___name",
1632
+ "isDeprecated": false,
1633
+ "name": "name",
1634
+ "path": "terminalServer.discardPolicyRevision.policy.sections.section.name",
1635
+ "requestStr": "$name:String! ",
1636
+ "required": true,
1637
+ "responseStr": "name:$name ",
1638
+ "type": {
1639
+ "kind": [
1640
+ "NON_NULL",
1641
+ "SCALAR"
1642
+ ],
1643
+ "name": "String",
1644
+ "non_null": false
1645
+ },
1646
+ "varName": "name"
1647
+ }
1648
+ },
1649
+ "inputFields": null,
1650
+ "interfaces": {},
1651
+ "kind": "OBJECT",
1652
+ "name": "PolicySectionInfo",
1653
+ "possibleTypes": null
1654
+ },
1655
+ "indexType": "object",
1656
+ "kind": [
1657
+ "NON_NULL",
1658
+ "OBJECT"
1659
+ ],
1660
+ "name": "PolicySectionInfo",
1661
+ "non_null": false
1662
+ },
1663
+ "varName": "policySectionInfo"
1664
+ }
1665
+ },
1666
+ "inputFields": null,
1667
+ "interfaces": {},
1668
+ "kind": "OBJECT",
1669
+ "name": "PolicySectionPayload",
1670
+ "possibleTypes": null
1671
+ },
1672
+ "indexType": "object",
1673
+ "kind": [
1674
+ "NON_NULL",
1675
+ "LIST",
1676
+ "NON_NULL",
1677
+ "OBJECT"
1678
+ ],
1679
+ "name": "PolicySectionPayload",
1680
+ "non_null": false
1681
+ },
1682
+ "varName": "policySectionPayload"
1683
+ }
1684
+ },
1685
+ "inputFields": null,
1686
+ "interfaces": {},
1687
+ "kind": "OBJECT",
1688
+ "name": "TerminalServerPolicy",
1689
+ "possibleTypes": null
1690
+ },
1691
+ "indexType": "object",
1692
+ "kind": [
1693
+ "OBJECT"
1694
+ ],
1695
+ "name": "TerminalServerPolicy",
1696
+ "non_null": false
1697
+ },
1698
+ "varName": "terminalServerPolicy"
1699
+ },
1700
+ "status": {
1701
+ "alias": "policyMutationStatusStatus: status",
1702
+ "args": {},
1703
+ "deprecationReason": null,
1704
+ "description": null,
1705
+ "id_str": "terminalServer___discardPolicyRevision___status",
1706
+ "isDeprecated": false,
1707
+ "name": "status",
1708
+ "path": "terminalServer.discardPolicyRevision.status",
1709
+ "requestStr": "$status:PolicyMutationStatus! ",
1710
+ "required": true,
1711
+ "responseStr": "status:$status ",
1712
+ "type": {
1713
+ "definition": {
1714
+ "description": "Enum for the status of a policy mutation",
1715
+ "enumValues": [
1716
+ {
1717
+ "deprecationReason": null,
1718
+ "description": null,
1719
+ "isDeprecated": false,
1720
+ "name": "SUCCESS"
1721
+ },
1722
+ {
1723
+ "deprecationReason": null,
1724
+ "description": null,
1725
+ "isDeprecated": false,
1726
+ "name": "FAILURE"
1727
+ }
1728
+ ],
1729
+ "fields": null,
1730
+ "inputFields": null,
1731
+ "interfaces": null,
1732
+ "kind": "ENUM",
1733
+ "name": "PolicyMutationStatus",
1734
+ "possibleTypes": null
1735
+ },
1736
+ "indexType": "enum",
1737
+ "kind": [
1738
+ "NON_NULL",
1739
+ "ENUM"
1740
+ ],
1741
+ "name": "PolicyMutationStatus",
1742
+ "non_null": false
1743
+ },
1744
+ "varName": "status"
1745
+ }
1746
+ },
1747
+ "inputFields": null,
1748
+ "interfaces": {},
1749
+ "kind": "OBJECT",
1750
+ "name": "TerminalServerPolicyMutationPayload",
1751
+ "possibleTypes": null
1752
+ },
1753
+ "indexType": "object",
1754
+ "kind": [
1755
+ "NON_NULL",
1756
+ "OBJECT"
1757
+ ],
1758
+ "name": "TerminalServerPolicyMutationPayload",
1759
+ "non_null": false
1760
+ },
1761
+ "varName": "terminalServerPolicyMutationPayload"
1762
+ }
1763
+ },
1764
+ "inputFields": null,
1765
+ "interfaces": {},
1766
+ "kind": "OBJECT",
1767
+ "name": "TerminalServerPolicyMutations",
1768
+ "possibleTypes": null
1769
+ },
1770
+ "indexType": "object",
1771
+ "kind": [
1772
+ "OBJECT"
1773
+ ],
1774
+ "name": "TerminalServerPolicyMutations",
1775
+ "non_null": false
1776
+ },
1777
+ "varName": "terminalServerPolicyMutations"
1778
+ }
1779
+ },
1780
+ "inputFields": null,
1781
+ "interfaces": [],
1782
+ "kind": "OBJECT",
1783
+ "name": "PolicyMutations",
1784
+ "possibleTypes": null
1785
+ },
1786
+ "indexType": "object",
1787
+ "kind": [
1788
+ "OBJECT"
1789
+ ],
1790
+ "name": "PolicyMutations",
1791
+ "non_null": false
1792
+ },
1793
+ "variablesPayload": {
1794
+ "policyDiscardRevisionInput": {
1795
+ "id": {
1796
+ "id": "ID"
1797
+ }
1798
+ },
1799
+ "terminalServerPolicyMutationInput": {
1800
+ "policyMutationRevisionInput": {
1801
+ "id": {
1802
+ "id": "ID"
1803
+ }
1804
+ }
1805
+ }
1806
+ }
1807
+ }