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,1358 @@
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
+ "addSection": {
25
+ "args": {
26
+ "addSection___input": {
27
+ "defaultValue": null,
28
+ "description": null,
29
+ "id_str": "addSection___input",
30
+ "name": "input",
31
+ "path": "addSection.input",
32
+ "requestStr": "$policyAddSectionInput:PolicyAddSectionInput! ",
33
+ "required": true,
34
+ "responseStr": "input:$policyAddSectionInput ",
35
+ "type": {
36
+ "definition": {
37
+ "description": "Input for adding a section to a policy",
38
+ "enumValues": null,
39
+ "fields": null,
40
+ "inputFields": {
41
+ "at": {
42
+ "defaultValue": null,
43
+ "description": null,
44
+ "id_str": "addSection___input___at",
45
+ "name": "at",
46
+ "path": "addSection.input.at",
47
+ "requestStr": "$policySectionPositionInput:PolicySectionPositionInput! ",
48
+ "required": true,
49
+ "responseStr": "at:$policySectionPositionInput ",
50
+ "type": {
51
+ "definition": {
52
+ "description": null,
53
+ "enumValues": null,
54
+ "fields": null,
55
+ "inputFields": {
56
+ "position": {
57
+ "defaultValue": null,
58
+ "description": null,
59
+ "id_str": "addSection___input___at___position",
60
+ "name": "position",
61
+ "path": "addSection.input.at.position",
62
+ "requestStr": "$position:PolicySectionPositionEnum! ",
63
+ "required": true,
64
+ "responseStr": "position:$position ",
65
+ "type": {
66
+ "definition": {
67
+ "description": null,
68
+ "enumValues": [
69
+ {
70
+ "deprecationReason": null,
71
+ "description": null,
72
+ "isDeprecated": false,
73
+ "name": "AFTER_SECTION"
74
+ },
75
+ {
76
+ "deprecationReason": null,
77
+ "description": null,
78
+ "isDeprecated": false,
79
+ "name": "BEFORE_SECTION"
80
+ },
81
+ {
82
+ "deprecationReason": null,
83
+ "description": null,
84
+ "isDeprecated": false,
85
+ "name": "LAST_IN_POLICY"
86
+ }
87
+ ],
88
+ "fields": null,
89
+ "inputFields": null,
90
+ "interfaces": null,
91
+ "kind": "ENUM",
92
+ "name": "PolicySectionPositionEnum",
93
+ "possibleTypes": null
94
+ },
95
+ "indexType": "enum",
96
+ "kind": [
97
+ "NON_NULL",
98
+ "ENUM"
99
+ ],
100
+ "name": "PolicySectionPositionEnum",
101
+ "non_null": false
102
+ },
103
+ "varName": "position"
104
+ },
105
+ "ref": {
106
+ "defaultValue": null,
107
+ "description": null,
108
+ "id_str": "addSection___input___at___ref",
109
+ "name": "ref",
110
+ "path": "addSection.input.at.ref",
111
+ "requestStr": "$ref:ID ",
112
+ "required": false,
113
+ "responseStr": "ref:$ref ",
114
+ "type": {
115
+ "kind": [
116
+ "SCALAR"
117
+ ],
118
+ "name": "ID",
119
+ "non_null": false
120
+ },
121
+ "varName": "ref"
122
+ }
123
+ },
124
+ "interfaces": null,
125
+ "kind": "INPUT_OBJECT",
126
+ "name": "PolicySectionPositionInput",
127
+ "possibleTypes": null
128
+ },
129
+ "indexType": "input_object",
130
+ "kind": [
131
+ "NON_NULL",
132
+ "INPUT_OBJECT"
133
+ ],
134
+ "name": "PolicySectionPositionInput",
135
+ "non_null": false
136
+ },
137
+ "varName": "policySectionPositionInput"
138
+ },
139
+ "section": {
140
+ "defaultValue": null,
141
+ "description": null,
142
+ "id_str": "addSection___input___section",
143
+ "name": "section",
144
+ "path": "addSection.input.section",
145
+ "requestStr": "$policyAddSectionInfoInput:PolicyAddSectionInfoInput! ",
146
+ "required": true,
147
+ "responseStr": "section:$policyAddSectionInfoInput ",
148
+ "type": {
149
+ "definition": {
150
+ "description": "Input for adding section info to a policy",
151
+ "enumValues": null,
152
+ "fields": null,
153
+ "inputFields": {
154
+ "name": {
155
+ "defaultValue": null,
156
+ "description": null,
157
+ "id_str": "addSection___input___section___name",
158
+ "name": "name",
159
+ "path": "addSection.input.section.name",
160
+ "requestStr": "$name:String! ",
161
+ "required": true,
162
+ "responseStr": "name:$name ",
163
+ "type": {
164
+ "kind": [
165
+ "NON_NULL",
166
+ "SCALAR"
167
+ ],
168
+ "name": "String",
169
+ "non_null": false
170
+ },
171
+ "varName": "name"
172
+ }
173
+ },
174
+ "interfaces": null,
175
+ "kind": "INPUT_OBJECT",
176
+ "name": "PolicyAddSectionInfoInput",
177
+ "possibleTypes": null
178
+ },
179
+ "indexType": "input_object",
180
+ "kind": [
181
+ "NON_NULL",
182
+ "INPUT_OBJECT"
183
+ ],
184
+ "name": "PolicyAddSectionInfoInput",
185
+ "non_null": false
186
+ },
187
+ "varName": "policyAddSectionInfoInput"
188
+ }
189
+ },
190
+ "interfaces": null,
191
+ "kind": "INPUT_OBJECT",
192
+ "name": "PolicyAddSectionInput",
193
+ "possibleTypes": null
194
+ },
195
+ "indexType": "input_object",
196
+ "kind": [
197
+ "NON_NULL",
198
+ "INPUT_OBJECT"
199
+ ],
200
+ "name": "PolicyAddSectionInput",
201
+ "non_null": false
202
+ },
203
+ "varName": "policyAddSectionInput"
204
+ }
205
+ },
206
+ "deprecationReason": null,
207
+ "description": null,
208
+ "isDeprecated": false,
209
+ "name": "addSection",
210
+ "type": {
211
+ "kind": "NON_NULL",
212
+ "name": null,
213
+ "ofType": {
214
+ "kind": "OBJECT",
215
+ "name": "PolicySectionMutationPayload",
216
+ "ofType": null
217
+ }
218
+ }
219
+ },
220
+ "terminalServer": {
221
+ "args": {
222
+ "terminalServer___input": {
223
+ "defaultValue": null,
224
+ "description": null,
225
+ "id_str": "terminalServer___input",
226
+ "name": "input",
227
+ "path": "terminalServer.input",
228
+ "requestStr": "$terminalServerPolicyMutationInput:TerminalServerPolicyMutationInput ",
229
+ "required": false,
230
+ "responseStr": "input:$terminalServerPolicyMutationInput ",
231
+ "type": {
232
+ "definition": {
233
+ "description": null,
234
+ "enumValues": null,
235
+ "fields": null,
236
+ "inputFields": {
237
+ "revision": {
238
+ "defaultValue": null,
239
+ "description": null,
240
+ "id_str": "terminalServer___input___revision",
241
+ "name": "revision",
242
+ "path": "terminalServer.input.revision",
243
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
244
+ "required": false,
245
+ "responseStr": "revision:$policyMutationRevisionInput ",
246
+ "type": {
247
+ "definition": {
248
+ "description": null,
249
+ "enumValues": null,
250
+ "fields": null,
251
+ "inputFields": {
252
+ "id": {
253
+ "defaultValue": null,
254
+ "description": null,
255
+ "id_str": "terminalServer___input___revision___id",
256
+ "name": "id",
257
+ "path": "terminalServer.input.revision.id",
258
+ "requestStr": "$id:ID ",
259
+ "required": false,
260
+ "responseStr": "id:$id ",
261
+ "type": {
262
+ "kind": [
263
+ "SCALAR"
264
+ ],
265
+ "name": "ID",
266
+ "non_null": false
267
+ },
268
+ "varName": "id"
269
+ }
270
+ },
271
+ "interfaces": null,
272
+ "kind": "INPUT_OBJECT",
273
+ "name": "PolicyMutationRevisionInput",
274
+ "possibleTypes": null
275
+ },
276
+ "indexType": "input_object",
277
+ "kind": [
278
+ "INPUT_OBJECT"
279
+ ],
280
+ "name": "PolicyMutationRevisionInput",
281
+ "non_null": false
282
+ },
283
+ "varName": "policyMutationRevisionInput"
284
+ }
285
+ },
286
+ "interfaces": null,
287
+ "kind": "INPUT_OBJECT",
288
+ "name": "TerminalServerPolicyMutationInput",
289
+ "possibleTypes": null
290
+ },
291
+ "indexType": "input_object",
292
+ "kind": [
293
+ "INPUT_OBJECT"
294
+ ],
295
+ "name": "TerminalServerPolicyMutationInput",
296
+ "non_null": false
297
+ },
298
+ "varName": "terminalServerPolicyMutationInput"
299
+ }
300
+ },
301
+ "deprecationReason": null,
302
+ "description": null,
303
+ "isDeprecated": false,
304
+ "name": "terminalServer",
305
+ "type": {
306
+ "kind": "OBJECT",
307
+ "name": "TerminalServerPolicyMutations",
308
+ "ofType": null
309
+ }
310
+ }
311
+ },
312
+ "deprecationReason": null,
313
+ "description": null,
314
+ "fieldTypes": {
315
+ "PolicyAddSectionInfoInput": true,
316
+ "PolicyElementAudit": true,
317
+ "PolicyElementPropertiesEnum": true,
318
+ "PolicyMutationError": true,
319
+ "PolicyMutationRevisionInput": true,
320
+ "PolicyMutationStatus": true,
321
+ "PolicySectionInfo": true,
322
+ "PolicySectionMutationPayload": true,
323
+ "PolicySectionPayload": true,
324
+ "PolicySectionPositionEnum": true,
325
+ "PolicySectionPositionInput": true,
326
+ "TerminalServerPolicyMutations": true
327
+ },
328
+ "isDeprecated": false,
329
+ "name": "policy",
330
+ "operationArgs": {
331
+ "accountId": {
332
+ "defaultValue": null,
333
+ "description": null,
334
+ "id_str": "accountId",
335
+ "name": "accountId",
336
+ "path": "accountId",
337
+ "requestStr": "$accountId:ID! ",
338
+ "required": true,
339
+ "responseStr": "accountId:$accountId ",
340
+ "type": {
341
+ "kind": [
342
+ "NON_NULL",
343
+ "SCALAR"
344
+ ],
345
+ "name": "ID",
346
+ "non_null": false
347
+ },
348
+ "varName": "accountId"
349
+ },
350
+ "policyAddSectionInput": {
351
+ "defaultValue": null,
352
+ "description": null,
353
+ "id_str": "addSection___input",
354
+ "name": "input",
355
+ "path": "addSection.input",
356
+ "requestStr": "$policyAddSectionInput:PolicyAddSectionInput! ",
357
+ "required": true,
358
+ "responseStr": "input:$policyAddSectionInput ",
359
+ "type": {
360
+ "definition": {
361
+ "description": "Input for adding a section to a policy",
362
+ "enumValues": null,
363
+ "fields": null,
364
+ "inputFields": {
365
+ "at": {
366
+ "defaultValue": null,
367
+ "description": null,
368
+ "id_str": "addSection___input___at",
369
+ "name": "at",
370
+ "path": "addSection.input.at",
371
+ "requestStr": "$policySectionPositionInput:PolicySectionPositionInput! ",
372
+ "required": true,
373
+ "responseStr": "at:$policySectionPositionInput ",
374
+ "type": {
375
+ "definition": {
376
+ "description": null,
377
+ "enumValues": null,
378
+ "fields": null,
379
+ "inputFields": {
380
+ "position": {
381
+ "defaultValue": null,
382
+ "description": null,
383
+ "id_str": "addSection___input___at___position",
384
+ "name": "position",
385
+ "path": "addSection.input.at.position",
386
+ "requestStr": "$position:PolicySectionPositionEnum! ",
387
+ "required": true,
388
+ "responseStr": "position:$position ",
389
+ "type": {
390
+ "definition": {
391
+ "description": null,
392
+ "enumValues": [
393
+ {
394
+ "deprecationReason": null,
395
+ "description": null,
396
+ "isDeprecated": false,
397
+ "name": "AFTER_SECTION"
398
+ },
399
+ {
400
+ "deprecationReason": null,
401
+ "description": null,
402
+ "isDeprecated": false,
403
+ "name": "BEFORE_SECTION"
404
+ },
405
+ {
406
+ "deprecationReason": null,
407
+ "description": null,
408
+ "isDeprecated": false,
409
+ "name": "LAST_IN_POLICY"
410
+ }
411
+ ],
412
+ "fields": null,
413
+ "inputFields": null,
414
+ "interfaces": null,
415
+ "kind": "ENUM",
416
+ "name": "PolicySectionPositionEnum",
417
+ "possibleTypes": null
418
+ },
419
+ "indexType": "enum",
420
+ "kind": [
421
+ "NON_NULL",
422
+ "ENUM"
423
+ ],
424
+ "name": "PolicySectionPositionEnum",
425
+ "non_null": false
426
+ },
427
+ "varName": "position"
428
+ },
429
+ "ref": {
430
+ "defaultValue": null,
431
+ "description": null,
432
+ "id_str": "addSection___input___at___ref",
433
+ "name": "ref",
434
+ "path": "addSection.input.at.ref",
435
+ "requestStr": "$ref:ID ",
436
+ "required": false,
437
+ "responseStr": "ref:$ref ",
438
+ "type": {
439
+ "kind": [
440
+ "SCALAR"
441
+ ],
442
+ "name": "ID",
443
+ "non_null": false
444
+ },
445
+ "varName": "ref"
446
+ }
447
+ },
448
+ "interfaces": null,
449
+ "kind": "INPUT_OBJECT",
450
+ "name": "PolicySectionPositionInput",
451
+ "possibleTypes": null
452
+ },
453
+ "indexType": "input_object",
454
+ "kind": [
455
+ "NON_NULL",
456
+ "INPUT_OBJECT"
457
+ ],
458
+ "name": "PolicySectionPositionInput",
459
+ "non_null": false
460
+ },
461
+ "varName": "policySectionPositionInput"
462
+ },
463
+ "section": {
464
+ "defaultValue": null,
465
+ "description": null,
466
+ "id_str": "addSection___input___section",
467
+ "name": "section",
468
+ "path": "addSection.input.section",
469
+ "requestStr": "$policyAddSectionInfoInput:PolicyAddSectionInfoInput! ",
470
+ "required": true,
471
+ "responseStr": "section:$policyAddSectionInfoInput ",
472
+ "type": {
473
+ "definition": {
474
+ "description": "Input for adding section info to a policy",
475
+ "enumValues": null,
476
+ "fields": null,
477
+ "inputFields": {
478
+ "name": {
479
+ "defaultValue": null,
480
+ "description": null,
481
+ "id_str": "addSection___input___section___name",
482
+ "name": "name",
483
+ "path": "addSection.input.section.name",
484
+ "requestStr": "$name:String! ",
485
+ "required": true,
486
+ "responseStr": "name:$name ",
487
+ "type": {
488
+ "kind": [
489
+ "NON_NULL",
490
+ "SCALAR"
491
+ ],
492
+ "name": "String",
493
+ "non_null": false
494
+ },
495
+ "varName": "name"
496
+ }
497
+ },
498
+ "interfaces": null,
499
+ "kind": "INPUT_OBJECT",
500
+ "name": "PolicyAddSectionInfoInput",
501
+ "possibleTypes": null
502
+ },
503
+ "indexType": "input_object",
504
+ "kind": [
505
+ "NON_NULL",
506
+ "INPUT_OBJECT"
507
+ ],
508
+ "name": "PolicyAddSectionInfoInput",
509
+ "non_null": false
510
+ },
511
+ "varName": "policyAddSectionInfoInput"
512
+ }
513
+ },
514
+ "interfaces": null,
515
+ "kind": "INPUT_OBJECT",
516
+ "name": "PolicyAddSectionInput",
517
+ "possibleTypes": null
518
+ },
519
+ "indexType": "input_object",
520
+ "kind": [
521
+ "NON_NULL",
522
+ "INPUT_OBJECT"
523
+ ],
524
+ "name": "PolicyAddSectionInput",
525
+ "non_null": false
526
+ },
527
+ "varName": "policyAddSectionInput"
528
+ },
529
+ "terminalServerPolicyMutationInput": {
530
+ "defaultValue": null,
531
+ "description": null,
532
+ "id_str": "terminalServer___input",
533
+ "name": "input",
534
+ "path": "terminalServer.input",
535
+ "requestStr": "$terminalServerPolicyMutationInput:TerminalServerPolicyMutationInput ",
536
+ "required": false,
537
+ "responseStr": "input:$terminalServerPolicyMutationInput ",
538
+ "type": {
539
+ "definition": {
540
+ "description": null,
541
+ "enumValues": null,
542
+ "fields": null,
543
+ "inputFields": {
544
+ "revision": {
545
+ "defaultValue": null,
546
+ "description": null,
547
+ "id_str": "terminalServer___input___revision",
548
+ "name": "revision",
549
+ "path": "terminalServer.input.revision",
550
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
551
+ "required": false,
552
+ "responseStr": "revision:$policyMutationRevisionInput ",
553
+ "type": {
554
+ "definition": {
555
+ "description": null,
556
+ "enumValues": null,
557
+ "fields": null,
558
+ "inputFields": {
559
+ "id": {
560
+ "defaultValue": null,
561
+ "description": null,
562
+ "id_str": "terminalServer___input___revision___id",
563
+ "name": "id",
564
+ "path": "terminalServer.input.revision.id",
565
+ "requestStr": "$id:ID ",
566
+ "required": false,
567
+ "responseStr": "id:$id ",
568
+ "type": {
569
+ "kind": [
570
+ "SCALAR"
571
+ ],
572
+ "name": "ID",
573
+ "non_null": false
574
+ },
575
+ "varName": "id"
576
+ }
577
+ },
578
+ "interfaces": null,
579
+ "kind": "INPUT_OBJECT",
580
+ "name": "PolicyMutationRevisionInput",
581
+ "possibleTypes": null
582
+ },
583
+ "indexType": "input_object",
584
+ "kind": [
585
+ "INPUT_OBJECT"
586
+ ],
587
+ "name": "PolicyMutationRevisionInput",
588
+ "non_null": false
589
+ },
590
+ "varName": "policyMutationRevisionInput"
591
+ }
592
+ },
593
+ "interfaces": null,
594
+ "kind": "INPUT_OBJECT",
595
+ "name": "TerminalServerPolicyMutationInput",
596
+ "possibleTypes": null
597
+ },
598
+ "indexType": "input_object",
599
+ "kind": [
600
+ "INPUT_OBJECT"
601
+ ],
602
+ "name": "TerminalServerPolicyMutationInput",
603
+ "non_null": false
604
+ },
605
+ "varName": "terminalServerPolicyMutationInput"
606
+ }
607
+ },
608
+ "path": "mutation.policy.terminalServer.addSection",
609
+ "type": {
610
+ "definition": {
611
+ "description": "Policies that can be configured with mutation APIs.",
612
+ "enumValues": null,
613
+ "fields": {
614
+ "terminalServer": {
615
+ "args": {
616
+ "terminalServer___input": {
617
+ "defaultValue": null,
618
+ "description": null,
619
+ "id_str": "terminalServer___input",
620
+ "name": "input",
621
+ "path": "terminalServer.input",
622
+ "requestStr": "$terminalServerPolicyMutationInput:TerminalServerPolicyMutationInput ",
623
+ "required": false,
624
+ "responseStr": "input:$terminalServerPolicyMutationInput ",
625
+ "type": {
626
+ "definition": {
627
+ "description": null,
628
+ "enumValues": null,
629
+ "fields": null,
630
+ "inputFields": {
631
+ "revision": {
632
+ "defaultValue": null,
633
+ "description": null,
634
+ "id_str": "terminalServer___input___revision",
635
+ "name": "revision",
636
+ "path": "terminalServer.input.revision",
637
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
638
+ "required": false,
639
+ "responseStr": "revision:$policyMutationRevisionInput ",
640
+ "type": {
641
+ "definition": {
642
+ "description": null,
643
+ "enumValues": null,
644
+ "fields": null,
645
+ "inputFields": {
646
+ "id": {
647
+ "defaultValue": null,
648
+ "description": null,
649
+ "id_str": "terminalServer___input___revision___id",
650
+ "name": "id",
651
+ "path": "terminalServer.input.revision.id",
652
+ "requestStr": "$id:ID ",
653
+ "required": false,
654
+ "responseStr": "id:$id ",
655
+ "type": {
656
+ "kind": [
657
+ "SCALAR"
658
+ ],
659
+ "name": "ID",
660
+ "non_null": false
661
+ },
662
+ "varName": "id"
663
+ }
664
+ },
665
+ "interfaces": null,
666
+ "kind": "INPUT_OBJECT",
667
+ "name": "PolicyMutationRevisionInput",
668
+ "possibleTypes": null
669
+ },
670
+ "indexType": "input_object",
671
+ "kind": [
672
+ "INPUT_OBJECT"
673
+ ],
674
+ "name": "PolicyMutationRevisionInput",
675
+ "non_null": false
676
+ },
677
+ "varName": "policyMutationRevisionInput"
678
+ }
679
+ },
680
+ "interfaces": null,
681
+ "kind": "INPUT_OBJECT",
682
+ "name": "TerminalServerPolicyMutationInput",
683
+ "possibleTypes": null
684
+ },
685
+ "indexType": "input_object",
686
+ "kind": [
687
+ "INPUT_OBJECT"
688
+ ],
689
+ "name": "TerminalServerPolicyMutationInput",
690
+ "non_null": false
691
+ },
692
+ "varName": "terminalServerPolicyMutationInput"
693
+ }
694
+ },
695
+ "deprecationReason": null,
696
+ "description": null,
697
+ "id_str": "terminalServer",
698
+ "isDeprecated": false,
699
+ "name": "terminalServer",
700
+ "path": "terminalServer",
701
+ "requestStr": "$terminalServerPolicyMutations:TerminalServerPolicyMutations ",
702
+ "required": false,
703
+ "responseStr": "terminalServer:$terminalServerPolicyMutations ",
704
+ "type": {
705
+ "definition": {
706
+ "description": null,
707
+ "enumValues": null,
708
+ "fields": {
709
+ "addSection": {
710
+ "args": {
711
+ "addSection___input": {
712
+ "defaultValue": null,
713
+ "description": null,
714
+ "id_str": "addSection___input",
715
+ "name": "input",
716
+ "path": "addSection.input",
717
+ "requestStr": "$policyAddSectionInput:PolicyAddSectionInput! ",
718
+ "required": true,
719
+ "responseStr": "input:$policyAddSectionInput ",
720
+ "type": {
721
+ "definition": {
722
+ "description": "Input for adding a section to a policy",
723
+ "enumValues": null,
724
+ "fields": null,
725
+ "inputFields": {
726
+ "at": {
727
+ "defaultValue": null,
728
+ "description": null,
729
+ "id_str": "addSection___input___at",
730
+ "name": "at",
731
+ "path": "addSection.input.at",
732
+ "requestStr": "$policySectionPositionInput:PolicySectionPositionInput! ",
733
+ "required": true,
734
+ "responseStr": "at:$policySectionPositionInput ",
735
+ "type": {
736
+ "definition": {
737
+ "description": null,
738
+ "enumValues": null,
739
+ "fields": null,
740
+ "inputFields": {
741
+ "position": {
742
+ "defaultValue": null,
743
+ "description": null,
744
+ "id_str": "addSection___input___at___position",
745
+ "name": "position",
746
+ "path": "addSection.input.at.position",
747
+ "requestStr": "$position:PolicySectionPositionEnum! ",
748
+ "required": true,
749
+ "responseStr": "position:$position ",
750
+ "type": {
751
+ "definition": {
752
+ "description": null,
753
+ "enumValues": [
754
+ {
755
+ "deprecationReason": null,
756
+ "description": null,
757
+ "isDeprecated": false,
758
+ "name": "AFTER_SECTION"
759
+ },
760
+ {
761
+ "deprecationReason": null,
762
+ "description": null,
763
+ "isDeprecated": false,
764
+ "name": "BEFORE_SECTION"
765
+ },
766
+ {
767
+ "deprecationReason": null,
768
+ "description": null,
769
+ "isDeprecated": false,
770
+ "name": "LAST_IN_POLICY"
771
+ }
772
+ ],
773
+ "fields": null,
774
+ "inputFields": null,
775
+ "interfaces": null,
776
+ "kind": "ENUM",
777
+ "name": "PolicySectionPositionEnum",
778
+ "possibleTypes": null
779
+ },
780
+ "indexType": "enum",
781
+ "kind": [
782
+ "NON_NULL",
783
+ "ENUM"
784
+ ],
785
+ "name": "PolicySectionPositionEnum",
786
+ "non_null": false
787
+ },
788
+ "varName": "position"
789
+ },
790
+ "ref": {
791
+ "defaultValue": null,
792
+ "description": null,
793
+ "id_str": "addSection___input___at___ref",
794
+ "name": "ref",
795
+ "path": "addSection.input.at.ref",
796
+ "requestStr": "$ref:ID ",
797
+ "required": false,
798
+ "responseStr": "ref:$ref ",
799
+ "type": {
800
+ "kind": [
801
+ "SCALAR"
802
+ ],
803
+ "name": "ID",
804
+ "non_null": false
805
+ },
806
+ "varName": "ref"
807
+ }
808
+ },
809
+ "interfaces": null,
810
+ "kind": "INPUT_OBJECT",
811
+ "name": "PolicySectionPositionInput",
812
+ "possibleTypes": null
813
+ },
814
+ "indexType": "input_object",
815
+ "kind": [
816
+ "NON_NULL",
817
+ "INPUT_OBJECT"
818
+ ],
819
+ "name": "PolicySectionPositionInput",
820
+ "non_null": false
821
+ },
822
+ "varName": "policySectionPositionInput"
823
+ },
824
+ "section": {
825
+ "defaultValue": null,
826
+ "description": null,
827
+ "id_str": "addSection___input___section",
828
+ "name": "section",
829
+ "path": "addSection.input.section",
830
+ "requestStr": "$policyAddSectionInfoInput:PolicyAddSectionInfoInput! ",
831
+ "required": true,
832
+ "responseStr": "section:$policyAddSectionInfoInput ",
833
+ "type": {
834
+ "definition": {
835
+ "description": "Input for adding section info to a policy",
836
+ "enumValues": null,
837
+ "fields": null,
838
+ "inputFields": {
839
+ "name": {
840
+ "defaultValue": null,
841
+ "description": null,
842
+ "id_str": "addSection___input___section___name",
843
+ "name": "name",
844
+ "path": "addSection.input.section.name",
845
+ "requestStr": "$name:String! ",
846
+ "required": true,
847
+ "responseStr": "name:$name ",
848
+ "type": {
849
+ "kind": [
850
+ "NON_NULL",
851
+ "SCALAR"
852
+ ],
853
+ "name": "String",
854
+ "non_null": false
855
+ },
856
+ "varName": "name"
857
+ }
858
+ },
859
+ "interfaces": null,
860
+ "kind": "INPUT_OBJECT",
861
+ "name": "PolicyAddSectionInfoInput",
862
+ "possibleTypes": null
863
+ },
864
+ "indexType": "input_object",
865
+ "kind": [
866
+ "NON_NULL",
867
+ "INPUT_OBJECT"
868
+ ],
869
+ "name": "PolicyAddSectionInfoInput",
870
+ "non_null": false
871
+ },
872
+ "varName": "policyAddSectionInfoInput"
873
+ }
874
+ },
875
+ "interfaces": null,
876
+ "kind": "INPUT_OBJECT",
877
+ "name": "PolicyAddSectionInput",
878
+ "possibleTypes": null
879
+ },
880
+ "indexType": "input_object",
881
+ "kind": [
882
+ "NON_NULL",
883
+ "INPUT_OBJECT"
884
+ ],
885
+ "name": "PolicyAddSectionInput",
886
+ "non_null": false
887
+ },
888
+ "varName": "policyAddSectionInput"
889
+ }
890
+ },
891
+ "deprecationReason": null,
892
+ "description": null,
893
+ "id_str": "terminalServer___addSection",
894
+ "isDeprecated": false,
895
+ "name": "addSection",
896
+ "path": "terminalServer.addSection",
897
+ "requestStr": "$policySectionMutationPayload:PolicySectionMutationPayload! ",
898
+ "required": true,
899
+ "responseStr": "addSection:$policySectionMutationPayload ",
900
+ "type": {
901
+ "definition": {
902
+ "description": null,
903
+ "enumValues": null,
904
+ "fields": {
905
+ "errors": {
906
+ "alias": "policyMutationErrorErrors: errors",
907
+ "args": {},
908
+ "deprecationReason": null,
909
+ "description": null,
910
+ "id_str": "terminalServer___addSection___errors",
911
+ "isDeprecated": false,
912
+ "name": "errors",
913
+ "path": "terminalServer.addSection.errors",
914
+ "requestStr": "$policyMutationError:[PolicyMutationError]! ",
915
+ "required": true,
916
+ "responseStr": "errors:$policyMutationError ",
917
+ "type": {
918
+ "definition": {
919
+ "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\"",
920
+ "enumValues": null,
921
+ "fields": {
922
+ "errorCode": {
923
+ "args": {},
924
+ "deprecationReason": null,
925
+ "description": null,
926
+ "id_str": "terminalServer___addSection___errors___errorCode",
927
+ "isDeprecated": false,
928
+ "name": "errorCode",
929
+ "path": "terminalServer.addSection.errors.errorCode",
930
+ "requestStr": "$errorCode:String ",
931
+ "required": false,
932
+ "responseStr": "errorCode:$errorCode ",
933
+ "type": {
934
+ "kind": [
935
+ "SCALAR"
936
+ ],
937
+ "name": "String",
938
+ "non_null": false
939
+ },
940
+ "varName": "errorCode"
941
+ },
942
+ "errorMessage": {
943
+ "args": {},
944
+ "deprecationReason": null,
945
+ "description": null,
946
+ "id_str": "terminalServer___addSection___errors___errorMessage",
947
+ "isDeprecated": false,
948
+ "name": "errorMessage",
949
+ "path": "terminalServer.addSection.errors.errorMessage",
950
+ "requestStr": "$errorMessage:String ",
951
+ "required": false,
952
+ "responseStr": "errorMessage:$errorMessage ",
953
+ "type": {
954
+ "kind": [
955
+ "SCALAR"
956
+ ],
957
+ "name": "String",
958
+ "non_null": false
959
+ },
960
+ "varName": "errorMessage"
961
+ }
962
+ },
963
+ "inputFields": null,
964
+ "interfaces": {},
965
+ "kind": "OBJECT",
966
+ "name": "PolicyMutationError",
967
+ "possibleTypes": null
968
+ },
969
+ "indexType": "object",
970
+ "kind": [
971
+ "NON_NULL",
972
+ "LIST",
973
+ "NON_NULL",
974
+ "OBJECT"
975
+ ],
976
+ "name": "PolicyMutationError",
977
+ "non_null": false
978
+ },
979
+ "varName": "policyMutationError"
980
+ },
981
+ "section": {
982
+ "alias": "policySectionPayloadSection: section",
983
+ "args": {},
984
+ "deprecationReason": null,
985
+ "description": null,
986
+ "id_str": "terminalServer___addSection___section",
987
+ "isDeprecated": false,
988
+ "name": "section",
989
+ "path": "terminalServer.addSection.section",
990
+ "requestStr": "$policySectionPayload:PolicySectionPayload ",
991
+ "required": false,
992
+ "responseStr": "section:$policySectionPayload ",
993
+ "type": {
994
+ "definition": {
995
+ "description": null,
996
+ "enumValues": null,
997
+ "fields": {
998
+ "audit": {
999
+ "args": {},
1000
+ "deprecationReason": null,
1001
+ "description": null,
1002
+ "id_str": "terminalServer___addSection___section___audit",
1003
+ "isDeprecated": false,
1004
+ "name": "audit",
1005
+ "path": "terminalServer.addSection.section.audit",
1006
+ "requestStr": "$policyElementAudit:PolicyElementAudit! ",
1007
+ "required": true,
1008
+ "responseStr": "audit:$policyElementAudit ",
1009
+ "type": {
1010
+ "definition": {
1011
+ "description": null,
1012
+ "enumValues": null,
1013
+ "fields": {
1014
+ "updatedBy": {
1015
+ "args": {},
1016
+ "deprecationReason": null,
1017
+ "description": "The admin, or the API-key, that performed the last update",
1018
+ "id_str": "terminalServer___addSection___section___audit___updatedBy",
1019
+ "isDeprecated": false,
1020
+ "name": "updatedBy",
1021
+ "path": "terminalServer.addSection.section.audit.updatedBy",
1022
+ "requestStr": "$updatedBy:String! ",
1023
+ "required": true,
1024
+ "responseStr": "updatedBy:$updatedBy ",
1025
+ "type": {
1026
+ "kind": [
1027
+ "NON_NULL",
1028
+ "SCALAR"
1029
+ ],
1030
+ "name": "String",
1031
+ "non_null": false
1032
+ },
1033
+ "varName": "updatedBy"
1034
+ },
1035
+ "updatedTime": {
1036
+ "args": {},
1037
+ "deprecationReason": null,
1038
+ "description": "The last date and time the rule was updated",
1039
+ "id_str": "terminalServer___addSection___section___audit___updatedTime",
1040
+ "isDeprecated": false,
1041
+ "name": "updatedTime",
1042
+ "path": "terminalServer.addSection.section.audit.updatedTime",
1043
+ "requestStr": "$updatedTime:DateTime! ",
1044
+ "required": true,
1045
+ "responseStr": "updatedTime:$updatedTime ",
1046
+ "type": {
1047
+ "kind": [
1048
+ "NON_NULL",
1049
+ "SCALAR"
1050
+ ],
1051
+ "name": "DateTime",
1052
+ "non_null": false
1053
+ },
1054
+ "varName": "updatedTime"
1055
+ }
1056
+ },
1057
+ "inputFields": null,
1058
+ "interfaces": {},
1059
+ "kind": "OBJECT",
1060
+ "name": "PolicyElementAudit",
1061
+ "possibleTypes": null
1062
+ },
1063
+ "indexType": "object",
1064
+ "kind": [
1065
+ "NON_NULL",
1066
+ "OBJECT"
1067
+ ],
1068
+ "name": "PolicyElementAudit",
1069
+ "non_null": false
1070
+ },
1071
+ "varName": "policyElementAudit"
1072
+ },
1073
+ "properties": {
1074
+ "args": {},
1075
+ "deprecationReason": null,
1076
+ "description": null,
1077
+ "id_str": "terminalServer___addSection___section___properties",
1078
+ "isDeprecated": false,
1079
+ "name": "properties",
1080
+ "path": "terminalServer.addSection.section.properties",
1081
+ "requestStr": "$properties:[PolicyElementPropertiesEnum]! ",
1082
+ "required": true,
1083
+ "responseStr": "properties:$properties ",
1084
+ "type": {
1085
+ "definition": {
1086
+ "description": "Attributes describing the rule state or type",
1087
+ "enumValues": [
1088
+ {
1089
+ "deprecationReason": null,
1090
+ "description": "New (added) rule",
1091
+ "isDeprecated": false,
1092
+ "name": "ADDED"
1093
+ },
1094
+ {
1095
+ "deprecationReason": null,
1096
+ "description": "Updated (modified) existing rule",
1097
+ "isDeprecated": false,
1098
+ "name": "UPDATED"
1099
+ },
1100
+ {
1101
+ "deprecationReason": null,
1102
+ "description": "Removed (deleted) rule",
1103
+ "isDeprecated": false,
1104
+ "name": "REMOVED"
1105
+ },
1106
+ {
1107
+ "deprecationReason": null,
1108
+ "description": "A rule moved to a different position",
1109
+ "isDeprecated": false,
1110
+ "name": "MOVED"
1111
+ },
1112
+ {
1113
+ "deprecationReason": null,
1114
+ "description": "A rule locked for changes by other admins",
1115
+ "isDeprecated": false,
1116
+ "name": "LOCKED"
1117
+ },
1118
+ {
1119
+ "deprecationReason": null,
1120
+ "description": "An object can not be moved, or referenced when moving other objects.\nHowever its properties and content can be modified.",
1121
+ "isDeprecated": false,
1122
+ "name": "ANCHORED"
1123
+ },
1124
+ {
1125
+ "deprecationReason": null,
1126
+ "description": "A pre-defined (system) rule that cannot be modified or removed",
1127
+ "isDeprecated": false,
1128
+ "name": "SYSTEM"
1129
+ }
1130
+ ],
1131
+ "fields": null,
1132
+ "inputFields": null,
1133
+ "interfaces": null,
1134
+ "kind": "ENUM",
1135
+ "name": "PolicyElementPropertiesEnum",
1136
+ "possibleTypes": null
1137
+ },
1138
+ "indexType": "enum",
1139
+ "kind": [
1140
+ "NON_NULL",
1141
+ "LIST",
1142
+ "NON_NULL",
1143
+ "ENUM"
1144
+ ],
1145
+ "name": "PolicyElementPropertiesEnum",
1146
+ "non_null": false
1147
+ },
1148
+ "varName": "properties"
1149
+ },
1150
+ "section": {
1151
+ "args": {},
1152
+ "deprecationReason": null,
1153
+ "description": null,
1154
+ "id_str": "terminalServer___addSection___section___section",
1155
+ "isDeprecated": false,
1156
+ "name": "section",
1157
+ "path": "terminalServer.addSection.section.section",
1158
+ "requestStr": "$policySectionInfo:PolicySectionInfo! ",
1159
+ "required": true,
1160
+ "responseStr": "section:$policySectionInfo ",
1161
+ "type": {
1162
+ "definition": {
1163
+ "description": "Define settings for a policy section",
1164
+ "enumValues": null,
1165
+ "fields": {
1166
+ "id": {
1167
+ "args": {},
1168
+ "deprecationReason": null,
1169
+ "description": null,
1170
+ "id_str": "terminalServer___addSection___section___section___id",
1171
+ "isDeprecated": false,
1172
+ "name": "id",
1173
+ "path": "terminalServer.addSection.section.section.id",
1174
+ "requestStr": "$id:ID! ",
1175
+ "required": true,
1176
+ "responseStr": "id:$id ",
1177
+ "type": {
1178
+ "kind": [
1179
+ "NON_NULL",
1180
+ "SCALAR"
1181
+ ],
1182
+ "name": "ID",
1183
+ "non_null": false
1184
+ },
1185
+ "varName": "id"
1186
+ },
1187
+ "name": {
1188
+ "args": {},
1189
+ "deprecationReason": null,
1190
+ "description": null,
1191
+ "id_str": "terminalServer___addSection___section___section___name",
1192
+ "isDeprecated": false,
1193
+ "name": "name",
1194
+ "path": "terminalServer.addSection.section.section.name",
1195
+ "requestStr": "$name:String! ",
1196
+ "required": true,
1197
+ "responseStr": "name:$name ",
1198
+ "type": {
1199
+ "kind": [
1200
+ "NON_NULL",
1201
+ "SCALAR"
1202
+ ],
1203
+ "name": "String",
1204
+ "non_null": false
1205
+ },
1206
+ "varName": "name"
1207
+ }
1208
+ },
1209
+ "inputFields": null,
1210
+ "interfaces": {},
1211
+ "kind": "OBJECT",
1212
+ "name": "PolicySectionInfo",
1213
+ "possibleTypes": null
1214
+ },
1215
+ "indexType": "object",
1216
+ "kind": [
1217
+ "NON_NULL",
1218
+ "OBJECT"
1219
+ ],
1220
+ "name": "PolicySectionInfo",
1221
+ "non_null": false
1222
+ },
1223
+ "varName": "policySectionInfo"
1224
+ }
1225
+ },
1226
+ "inputFields": null,
1227
+ "interfaces": {},
1228
+ "kind": "OBJECT",
1229
+ "name": "PolicySectionPayload",
1230
+ "possibleTypes": null
1231
+ },
1232
+ "indexType": "object",
1233
+ "kind": [
1234
+ "OBJECT"
1235
+ ],
1236
+ "name": "PolicySectionPayload",
1237
+ "non_null": false
1238
+ },
1239
+ "varName": "policySectionPayload"
1240
+ },
1241
+ "status": {
1242
+ "alias": "policyMutationStatusStatus: status",
1243
+ "args": {},
1244
+ "deprecationReason": null,
1245
+ "description": null,
1246
+ "id_str": "terminalServer___addSection___status",
1247
+ "isDeprecated": false,
1248
+ "name": "status",
1249
+ "path": "terminalServer.addSection.status",
1250
+ "requestStr": "$status:PolicyMutationStatus! ",
1251
+ "required": true,
1252
+ "responseStr": "status:$status ",
1253
+ "type": {
1254
+ "definition": {
1255
+ "description": "Enum for the status of a policy mutation",
1256
+ "enumValues": [
1257
+ {
1258
+ "deprecationReason": null,
1259
+ "description": null,
1260
+ "isDeprecated": false,
1261
+ "name": "SUCCESS"
1262
+ },
1263
+ {
1264
+ "deprecationReason": null,
1265
+ "description": null,
1266
+ "isDeprecated": false,
1267
+ "name": "FAILURE"
1268
+ }
1269
+ ],
1270
+ "fields": null,
1271
+ "inputFields": null,
1272
+ "interfaces": null,
1273
+ "kind": "ENUM",
1274
+ "name": "PolicyMutationStatus",
1275
+ "possibleTypes": null
1276
+ },
1277
+ "indexType": "enum",
1278
+ "kind": [
1279
+ "NON_NULL",
1280
+ "ENUM"
1281
+ ],
1282
+ "name": "PolicyMutationStatus",
1283
+ "non_null": false
1284
+ },
1285
+ "varName": "status"
1286
+ }
1287
+ },
1288
+ "inputFields": null,
1289
+ "interfaces": {},
1290
+ "kind": "OBJECT",
1291
+ "name": "PolicySectionMutationPayload",
1292
+ "possibleTypes": null
1293
+ },
1294
+ "indexType": "object",
1295
+ "kind": [
1296
+ "NON_NULL",
1297
+ "OBJECT"
1298
+ ],
1299
+ "name": "PolicySectionMutationPayload",
1300
+ "non_null": false
1301
+ },
1302
+ "varName": "policySectionMutationPayload"
1303
+ }
1304
+ },
1305
+ "inputFields": null,
1306
+ "interfaces": {},
1307
+ "kind": "OBJECT",
1308
+ "name": "TerminalServerPolicyMutations",
1309
+ "possibleTypes": null
1310
+ },
1311
+ "indexType": "object",
1312
+ "kind": [
1313
+ "OBJECT"
1314
+ ],
1315
+ "name": "TerminalServerPolicyMutations",
1316
+ "non_null": false
1317
+ },
1318
+ "varName": "terminalServerPolicyMutations"
1319
+ }
1320
+ },
1321
+ "inputFields": null,
1322
+ "interfaces": [],
1323
+ "kind": "OBJECT",
1324
+ "name": "PolicyMutations",
1325
+ "possibleTypes": null
1326
+ },
1327
+ "indexType": "object",
1328
+ "kind": [
1329
+ "OBJECT"
1330
+ ],
1331
+ "name": "PolicyMutations",
1332
+ "non_null": false
1333
+ },
1334
+ "variablesPayload": {
1335
+ "policyAddSectionInput": {
1336
+ "policyAddSectionInfoInput": {
1337
+ "name": {
1338
+ "name": "String"
1339
+ }
1340
+ },
1341
+ "policySectionPositionInput": {
1342
+ "position": {
1343
+ "position": "enum(PolicySectionPositionEnum)"
1344
+ },
1345
+ "ref": {
1346
+ "ref": "ID"
1347
+ }
1348
+ }
1349
+ },
1350
+ "terminalServerPolicyMutationInput": {
1351
+ "policyMutationRevisionInput": {
1352
+ "id": {
1353
+ "id": "ID"
1354
+ }
1355
+ }
1356
+ }
1357
+ }
1358
+ }