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