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