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