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