catocli 1.0.20__py3-none-any.whl → 1.0.21__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 (85) hide show
  1. catocli/__init__.py +1 -1
  2. catocli/parsers/custom/__init__.py +1 -1
  3. catocli/parsers/mutation_admin_addAdmin/README.md +1 -1
  4. catocli/parsers/mutation_admin_updateAdmin/README.md +1 -1
  5. catocli/parsers/mutation_policy/__init__.py +348 -0
  6. catocli/parsers/mutation_policy_internetFirewall_addRule/README.md +1 -1
  7. catocli/parsers/mutation_policy_internetFirewall_updateRule/README.md +1 -1
  8. catocli/parsers/mutation_policy_socketLan/README.md +7 -0
  9. catocli/parsers/mutation_policy_socketLan_addRule/README.md +18 -0
  10. catocli/parsers/mutation_policy_socketLan_addSection/README.md +18 -0
  11. catocli/parsers/mutation_policy_socketLan_createPolicyRevision/README.md +18 -0
  12. catocli/parsers/mutation_policy_socketLan_discardPolicyRevision/README.md +18 -0
  13. catocli/parsers/mutation_policy_socketLan_moveRule/README.md +18 -0
  14. catocli/parsers/mutation_policy_socketLan_moveSection/README.md +18 -0
  15. catocli/parsers/mutation_policy_socketLan_publishPolicyRevision/README.md +18 -0
  16. catocli/parsers/mutation_policy_socketLan_removeRule/README.md +18 -0
  17. catocli/parsers/mutation_policy_socketLan_removeSection/README.md +18 -0
  18. catocli/parsers/mutation_policy_socketLan_updatePolicy/README.md +18 -0
  19. catocli/parsers/mutation_policy_socketLan_updateRule/README.md +18 -0
  20. catocli/parsers/mutation_policy_socketLan_updateSection/README.md +18 -0
  21. catocli/parsers/mutation_policy_wanNetwork/README.md +7 -0
  22. catocli/parsers/mutation_policy_wanNetwork_addRule/README.md +18 -0
  23. catocli/parsers/mutation_policy_wanNetwork_addSection/README.md +18 -0
  24. catocli/parsers/mutation_policy_wanNetwork_createPolicyRevision/README.md +18 -0
  25. catocli/parsers/mutation_policy_wanNetwork_discardPolicyRevision/README.md +18 -0
  26. catocli/parsers/mutation_policy_wanNetwork_moveRule/README.md +18 -0
  27. catocli/parsers/mutation_policy_wanNetwork_moveSection/README.md +18 -0
  28. catocli/parsers/mutation_policy_wanNetwork_publishPolicyRevision/README.md +18 -0
  29. catocli/parsers/mutation_policy_wanNetwork_removeRule/README.md +18 -0
  30. catocli/parsers/mutation_policy_wanNetwork_removeSection/README.md +18 -0
  31. catocli/parsers/mutation_policy_wanNetwork_updatePolicy/README.md +18 -0
  32. catocli/parsers/mutation_policy_wanNetwork_updateRule/README.md +18 -0
  33. catocli/parsers/mutation_policy_wanNetwork_updateSection/README.md +18 -0
  34. catocli/parsers/query_eventsFeed/README.md +1 -1
  35. catocli/parsers/query_policy/README.md +3 -1
  36. catocli/parsers/query_siteLocation/README.md +1 -1
  37. {catocli-1.0.20.dist-info → catocli-1.0.21.dist-info}/METADATA +1 -1
  38. {catocli-1.0.20.dist-info → catocli-1.0.21.dist-info}/RECORD +85 -35
  39. models/mutation.admin.addAdmin.json +0 -60
  40. models/mutation.admin.updateAdmin.json +0 -57
  41. models/mutation.policy.internetFirewall.addRule.json +18 -18
  42. models/mutation.policy.internetFirewall.createPolicyRevision.json +4 -4
  43. models/mutation.policy.internetFirewall.discardPolicyRevision.json +4 -4
  44. models/mutation.policy.internetFirewall.moveRule.json +4 -4
  45. models/mutation.policy.internetFirewall.publishPolicyRevision.json +4 -4
  46. models/mutation.policy.internetFirewall.removeRule.json +4 -4
  47. models/mutation.policy.internetFirewall.updatePolicy.json +4 -4
  48. models/mutation.policy.internetFirewall.updateRule.json +18 -18
  49. models/mutation.policy.socketLan.addRule.json +11266 -0
  50. models/mutation.policy.socketLan.addSection.json +1358 -0
  51. models/mutation.policy.socketLan.createPolicyRevision.json +3926 -0
  52. models/mutation.policy.socketLan.discardPolicyRevision.json +3860 -0
  53. models/mutation.policy.socketLan.moveRule.json +3658 -0
  54. models/mutation.policy.socketLan.moveSection.json +1259 -0
  55. models/mutation.policy.socketLan.publishPolicyRevision.json +3917 -0
  56. models/mutation.policy.socketLan.removeRule.json +3306 -0
  57. models/mutation.policy.socketLan.removeSection.json +958 -0
  58. models/mutation.policy.socketLan.updatePolicy.json +3936 -0
  59. models/mutation.policy.socketLan.updateRule.json +10860 -0
  60. models/mutation.policy.socketLan.updateSection.json +1111 -0
  61. models/mutation.policy.wanNetwork.addRule.json +30614 -0
  62. models/mutation.policy.wanNetwork.addSection.json +1358 -0
  63. models/mutation.policy.wanNetwork.createPolicyRevision.json +8251 -0
  64. models/mutation.policy.wanNetwork.discardPolicyRevision.json +8185 -0
  65. models/mutation.policy.wanNetwork.moveRule.json +7983 -0
  66. models/mutation.policy.wanNetwork.moveSection.json +1259 -0
  67. models/mutation.policy.wanNetwork.publishPolicyRevision.json +8242 -0
  68. models/mutation.policy.wanNetwork.removeRule.json +7631 -0
  69. models/mutation.policy.wanNetwork.removeSection.json +958 -0
  70. models/mutation.policy.wanNetwork.updatePolicy.json +8261 -0
  71. models/mutation.policy.wanNetwork.updateRule.json +30145 -0
  72. models/mutation.policy.wanNetwork.updateSection.json +1111 -0
  73. models/query.accountMetrics.json +251 -0
  74. models/query.accountSnapshot.json +188 -0
  75. models/query.auditFeed.json +60 -0
  76. models/query.events.json +240 -0
  77. models/query.eventsFeed.json +60 -0
  78. models/query.eventsTimeSeries.json +180 -0
  79. models/query.policy.json +15763 -4176
  80. models/query.sandbox.json +64 -0
  81. schema/catolib.py +1 -1
  82. {catocli-1.0.20.dist-info → catocli-1.0.21.dist-info}/LICENSE +0 -0
  83. {catocli-1.0.20.dist-info → catocli-1.0.21.dist-info}/WHEEL +0 -0
  84. {catocli-1.0.20.dist-info → catocli-1.0.21.dist-info}/entry_points.txt +0 -0
  85. {catocli-1.0.20.dist-info → catocli-1.0.21.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,3658 @@
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
+ "moveRule": {
25
+ "args": {
26
+ "moveRule___input": {
27
+ "defaultValue": null,
28
+ "description": null,
29
+ "id_str": "moveRule___input",
30
+ "name": "input",
31
+ "path": "moveRule.input",
32
+ "requestStr": "$policyMoveRuleInput:PolicyMoveRuleInput! ",
33
+ "required": true,
34
+ "responseStr": "input:$policyMoveRuleInput ",
35
+ "type": {
36
+ "definition": {
37
+ "description": "Move the rule to a different position in the policy",
38
+ "enumValues": null,
39
+ "fields": null,
40
+ "inputFields": {
41
+ "id": {
42
+ "defaultValue": null,
43
+ "description": null,
44
+ "id_str": "moveRule___input___id",
45
+ "name": "id",
46
+ "path": "moveRule.input.id",
47
+ "requestStr": "$id:ID! ",
48
+ "required": true,
49
+ "responseStr": "id:$id ",
50
+ "type": {
51
+ "kind": [
52
+ "NON_NULL",
53
+ "SCALAR"
54
+ ],
55
+ "name": "ID",
56
+ "non_null": false
57
+ },
58
+ "varName": "id"
59
+ },
60
+ "to": {
61
+ "defaultValue": null,
62
+ "description": null,
63
+ "id_str": "moveRule___input___to",
64
+ "name": "to",
65
+ "path": "moveRule.input.to",
66
+ "requestStr": "$policyRulePositionInput:PolicyRulePositionInput ",
67
+ "required": false,
68
+ "responseStr": "to:$policyRulePositionInput ",
69
+ "type": {
70
+ "definition": {
71
+ "description": "Parameters required to define the rule position",
72
+ "enumValues": null,
73
+ "fields": null,
74
+ "inputFields": {
75
+ "position": {
76
+ "defaultValue": null,
77
+ "description": "Position relative to a policy, a section or another rule",
78
+ "id_str": "moveRule___input___to___position",
79
+ "name": "position",
80
+ "path": "moveRule.input.to.position",
81
+ "requestStr": "$position:PolicyRulePositionEnum ",
82
+ "required": false,
83
+ "responseStr": "position:$position ",
84
+ "type": {
85
+ "definition": {
86
+ "description": "Enum for the position of a rule within a policy",
87
+ "enumValues": [
88
+ {
89
+ "deprecationReason": null,
90
+ "description": "The rule position is after the pre-existing specified rule",
91
+ "isDeprecated": false,
92
+ "name": "AFTER_RULE"
93
+ },
94
+ {
95
+ "deprecationReason": null,
96
+ "description": "The rule position is before the pre-existing specified rule",
97
+ "isDeprecated": false,
98
+ "name": "BEFORE_RULE"
99
+ },
100
+ {
101
+ "deprecationReason": null,
102
+ "description": "The rule position is first in the specified section",
103
+ "isDeprecated": false,
104
+ "name": "FIRST_IN_SECTION"
105
+ },
106
+ {
107
+ "deprecationReason": null,
108
+ "description": "The rule position is last in the specified section",
109
+ "isDeprecated": false,
110
+ "name": "LAST_IN_SECTION"
111
+ },
112
+ {
113
+ "deprecationReason": null,
114
+ "description": "The rule position is immediately after the system rules (first non-system rule)",
115
+ "isDeprecated": false,
116
+ "name": "FIRST_IN_POLICY"
117
+ },
118
+ {
119
+ "deprecationReason": null,
120
+ "description": "The rule position is last in the policy",
121
+ "isDeprecated": false,
122
+ "name": "LAST_IN_POLICY"
123
+ }
124
+ ],
125
+ "fields": null,
126
+ "inputFields": null,
127
+ "interfaces": null,
128
+ "kind": "ENUM",
129
+ "name": "PolicyRulePositionEnum",
130
+ "possibleTypes": null
131
+ },
132
+ "indexType": "enum",
133
+ "kind": [
134
+ "ENUM"
135
+ ],
136
+ "name": "PolicyRulePositionEnum",
137
+ "non_null": false
138
+ },
139
+ "varName": "position"
140
+ },
141
+ "ref": {
142
+ "defaultValue": null,
143
+ "description": "The identifier of the object (e.g. a rule, a section) relative to which the position of the added rule is defined",
144
+ "id_str": "moveRule___input___to___ref",
145
+ "name": "ref",
146
+ "path": "moveRule.input.to.ref",
147
+ "requestStr": "$ref:ID ",
148
+ "required": false,
149
+ "responseStr": "ref:$ref ",
150
+ "type": {
151
+ "kind": [
152
+ "SCALAR"
153
+ ],
154
+ "name": "ID",
155
+ "non_null": false
156
+ },
157
+ "varName": "ref"
158
+ }
159
+ },
160
+ "interfaces": null,
161
+ "kind": "INPUT_OBJECT",
162
+ "name": "PolicyRulePositionInput",
163
+ "possibleTypes": null
164
+ },
165
+ "indexType": "input_object",
166
+ "kind": [
167
+ "INPUT_OBJECT"
168
+ ],
169
+ "name": "PolicyRulePositionInput",
170
+ "non_null": false
171
+ },
172
+ "varName": "policyRulePositionInput"
173
+ }
174
+ },
175
+ "interfaces": null,
176
+ "kind": "INPUT_OBJECT",
177
+ "name": "PolicyMoveRuleInput",
178
+ "possibleTypes": null
179
+ },
180
+ "indexType": "input_object",
181
+ "kind": [
182
+ "NON_NULL",
183
+ "INPUT_OBJECT"
184
+ ],
185
+ "name": "PolicyMoveRuleInput",
186
+ "non_null": false
187
+ },
188
+ "varName": "policyMoveRuleInput"
189
+ }
190
+ },
191
+ "deprecationReason": null,
192
+ "description": null,
193
+ "isDeprecated": false,
194
+ "name": "moveRule",
195
+ "type": {
196
+ "kind": "NON_NULL",
197
+ "name": null,
198
+ "ofType": {
199
+ "kind": "OBJECT",
200
+ "name": "SocketLanRuleMutationPayload",
201
+ "ofType": null
202
+ }
203
+ }
204
+ },
205
+ "socketLan": {
206
+ "args": {
207
+ "socketLan___input": {
208
+ "defaultValue": null,
209
+ "description": null,
210
+ "id_str": "socketLan___input",
211
+ "name": "input",
212
+ "path": "socketLan.input",
213
+ "requestStr": "$socketLanPolicyMutationInput:SocketLanPolicyMutationInput ",
214
+ "required": false,
215
+ "responseStr": "input:$socketLanPolicyMutationInput ",
216
+ "type": {
217
+ "definition": {
218
+ "description": null,
219
+ "enumValues": null,
220
+ "fields": null,
221
+ "inputFields": {
222
+ "revision": {
223
+ "defaultValue": null,
224
+ "description": null,
225
+ "id_str": "socketLan___input___revision",
226
+ "name": "revision",
227
+ "path": "socketLan.input.revision",
228
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
229
+ "required": false,
230
+ "responseStr": "revision:$policyMutationRevisionInput ",
231
+ "type": {
232
+ "definition": {
233
+ "description": null,
234
+ "enumValues": null,
235
+ "fields": null,
236
+ "inputFields": {
237
+ "id": {
238
+ "defaultValue": null,
239
+ "description": null,
240
+ "id_str": "socketLan___input___revision___id",
241
+ "name": "id",
242
+ "path": "socketLan.input.revision.id",
243
+ "requestStr": "$id:ID ",
244
+ "required": false,
245
+ "responseStr": "id:$id ",
246
+ "type": {
247
+ "kind": [
248
+ "SCALAR"
249
+ ],
250
+ "name": "ID",
251
+ "non_null": false
252
+ },
253
+ "varName": "id"
254
+ }
255
+ },
256
+ "interfaces": null,
257
+ "kind": "INPUT_OBJECT",
258
+ "name": "PolicyMutationRevisionInput",
259
+ "possibleTypes": null
260
+ },
261
+ "indexType": "input_object",
262
+ "kind": [
263
+ "INPUT_OBJECT"
264
+ ],
265
+ "name": "PolicyMutationRevisionInput",
266
+ "non_null": false
267
+ },
268
+ "varName": "policyMutationRevisionInput"
269
+ }
270
+ },
271
+ "interfaces": null,
272
+ "kind": "INPUT_OBJECT",
273
+ "name": "SocketLanPolicyMutationInput",
274
+ "possibleTypes": null
275
+ },
276
+ "indexType": "input_object",
277
+ "kind": [
278
+ "INPUT_OBJECT"
279
+ ],
280
+ "name": "SocketLanPolicyMutationInput",
281
+ "non_null": false
282
+ },
283
+ "varName": "socketLanPolicyMutationInput"
284
+ }
285
+ },
286
+ "deprecationReason": null,
287
+ "description": null,
288
+ "isDeprecated": false,
289
+ "name": "socketLan",
290
+ "type": {
291
+ "kind": "OBJECT",
292
+ "name": "SocketLanPolicyMutations",
293
+ "ofType": null
294
+ }
295
+ }
296
+ },
297
+ "deprecationReason": null,
298
+ "description": null,
299
+ "fieldTypes": {
300
+ "CustomService": true,
301
+ "FloatingSubnetRef": true,
302
+ "GlobalIpRangeRef": true,
303
+ "GroupRef": true,
304
+ "HostRef": true,
305
+ "IpAddressRange": true,
306
+ "IpProtocol": true,
307
+ "NetworkInterfaceRef": true,
308
+ "PolicyElementAudit": true,
309
+ "PolicyElementPropertiesEnum": true,
310
+ "PolicyMutationError": true,
311
+ "PolicyMutationRevisionInput": true,
312
+ "PolicyMutationStatus": true,
313
+ "PolicyRulePositionEnum": true,
314
+ "PolicyRulePositionInput": true,
315
+ "PolicySectionInfo": true,
316
+ "PortRange": true,
317
+ "SimpleService": true,
318
+ "SimpleServiceType": true,
319
+ "SiteNetworkSubnetRef": true,
320
+ "SiteRef": true,
321
+ "SocketLanDestination": true,
322
+ "SocketLanDirection": true,
323
+ "SocketLanNatSettings": true,
324
+ "SocketLanNatType": true,
325
+ "SocketLanPolicyMutations": true,
326
+ "SocketLanRule": true,
327
+ "SocketLanRuleMutationPayload": true,
328
+ "SocketLanRulePayload": true,
329
+ "SocketLanService": true,
330
+ "SocketLanSite": true,
331
+ "SocketLanSource": true,
332
+ "SocketLanTransportType": true,
333
+ "SystemGroupRef": true
334
+ },
335
+ "isDeprecated": false,
336
+ "name": "policy",
337
+ "operationArgs": {
338
+ "accountId": {
339
+ "defaultValue": null,
340
+ "description": null,
341
+ "id_str": "accountId",
342
+ "name": "accountId",
343
+ "path": "accountId",
344
+ "requestStr": "$accountId:ID! ",
345
+ "required": true,
346
+ "responseStr": "accountId:$accountId ",
347
+ "type": {
348
+ "kind": [
349
+ "NON_NULL",
350
+ "SCALAR"
351
+ ],
352
+ "name": "ID",
353
+ "non_null": false
354
+ },
355
+ "varName": "accountId"
356
+ },
357
+ "policyMoveRuleInput": {
358
+ "defaultValue": null,
359
+ "description": null,
360
+ "id_str": "moveRule___input",
361
+ "name": "input",
362
+ "path": "moveRule.input",
363
+ "requestStr": "$policyMoveRuleInput:PolicyMoveRuleInput! ",
364
+ "required": true,
365
+ "responseStr": "input:$policyMoveRuleInput ",
366
+ "type": {
367
+ "definition": {
368
+ "description": "Move the rule to a different position in the policy",
369
+ "enumValues": null,
370
+ "fields": null,
371
+ "inputFields": {
372
+ "id": {
373
+ "defaultValue": null,
374
+ "description": null,
375
+ "id_str": "moveRule___input___id",
376
+ "name": "id",
377
+ "path": "moveRule.input.id",
378
+ "requestStr": "$id:ID! ",
379
+ "required": true,
380
+ "responseStr": "id:$id ",
381
+ "type": {
382
+ "kind": [
383
+ "NON_NULL",
384
+ "SCALAR"
385
+ ],
386
+ "name": "ID",
387
+ "non_null": false
388
+ },
389
+ "varName": "id"
390
+ },
391
+ "to": {
392
+ "defaultValue": null,
393
+ "description": null,
394
+ "id_str": "moveRule___input___to",
395
+ "name": "to",
396
+ "path": "moveRule.input.to",
397
+ "requestStr": "$policyRulePositionInput:PolicyRulePositionInput ",
398
+ "required": false,
399
+ "responseStr": "to:$policyRulePositionInput ",
400
+ "type": {
401
+ "definition": {
402
+ "description": "Parameters required to define the rule position",
403
+ "enumValues": null,
404
+ "fields": null,
405
+ "inputFields": {
406
+ "position": {
407
+ "defaultValue": null,
408
+ "description": "Position relative to a policy, a section or another rule",
409
+ "id_str": "moveRule___input___to___position",
410
+ "name": "position",
411
+ "path": "moveRule.input.to.position",
412
+ "requestStr": "$position:PolicyRulePositionEnum ",
413
+ "required": false,
414
+ "responseStr": "position:$position ",
415
+ "type": {
416
+ "definition": {
417
+ "description": "Enum for the position of a rule within a policy",
418
+ "enumValues": [
419
+ {
420
+ "deprecationReason": null,
421
+ "description": "The rule position is after the pre-existing specified rule",
422
+ "isDeprecated": false,
423
+ "name": "AFTER_RULE"
424
+ },
425
+ {
426
+ "deprecationReason": null,
427
+ "description": "The rule position is before the pre-existing specified rule",
428
+ "isDeprecated": false,
429
+ "name": "BEFORE_RULE"
430
+ },
431
+ {
432
+ "deprecationReason": null,
433
+ "description": "The rule position is first in the specified section",
434
+ "isDeprecated": false,
435
+ "name": "FIRST_IN_SECTION"
436
+ },
437
+ {
438
+ "deprecationReason": null,
439
+ "description": "The rule position is last in the specified section",
440
+ "isDeprecated": false,
441
+ "name": "LAST_IN_SECTION"
442
+ },
443
+ {
444
+ "deprecationReason": null,
445
+ "description": "The rule position is immediately after the system rules (first non-system rule)",
446
+ "isDeprecated": false,
447
+ "name": "FIRST_IN_POLICY"
448
+ },
449
+ {
450
+ "deprecationReason": null,
451
+ "description": "The rule position is last in the policy",
452
+ "isDeprecated": false,
453
+ "name": "LAST_IN_POLICY"
454
+ }
455
+ ],
456
+ "fields": null,
457
+ "inputFields": null,
458
+ "interfaces": null,
459
+ "kind": "ENUM",
460
+ "name": "PolicyRulePositionEnum",
461
+ "possibleTypes": null
462
+ },
463
+ "indexType": "enum",
464
+ "kind": [
465
+ "ENUM"
466
+ ],
467
+ "name": "PolicyRulePositionEnum",
468
+ "non_null": false
469
+ },
470
+ "varName": "position"
471
+ },
472
+ "ref": {
473
+ "defaultValue": null,
474
+ "description": "The identifier of the object (e.g. a rule, a section) relative to which the position of the added rule is defined",
475
+ "id_str": "moveRule___input___to___ref",
476
+ "name": "ref",
477
+ "path": "moveRule.input.to.ref",
478
+ "requestStr": "$ref:ID ",
479
+ "required": false,
480
+ "responseStr": "ref:$ref ",
481
+ "type": {
482
+ "kind": [
483
+ "SCALAR"
484
+ ],
485
+ "name": "ID",
486
+ "non_null": false
487
+ },
488
+ "varName": "ref"
489
+ }
490
+ },
491
+ "interfaces": null,
492
+ "kind": "INPUT_OBJECT",
493
+ "name": "PolicyRulePositionInput",
494
+ "possibleTypes": null
495
+ },
496
+ "indexType": "input_object",
497
+ "kind": [
498
+ "INPUT_OBJECT"
499
+ ],
500
+ "name": "PolicyRulePositionInput",
501
+ "non_null": false
502
+ },
503
+ "varName": "policyRulePositionInput"
504
+ }
505
+ },
506
+ "interfaces": null,
507
+ "kind": "INPUT_OBJECT",
508
+ "name": "PolicyMoveRuleInput",
509
+ "possibleTypes": null
510
+ },
511
+ "indexType": "input_object",
512
+ "kind": [
513
+ "NON_NULL",
514
+ "INPUT_OBJECT"
515
+ ],
516
+ "name": "PolicyMoveRuleInput",
517
+ "non_null": false
518
+ },
519
+ "varName": "policyMoveRuleInput"
520
+ },
521
+ "socketLanPolicyMutationInput": {
522
+ "defaultValue": null,
523
+ "description": null,
524
+ "id_str": "socketLan___input",
525
+ "name": "input",
526
+ "path": "socketLan.input",
527
+ "requestStr": "$socketLanPolicyMutationInput:SocketLanPolicyMutationInput ",
528
+ "required": false,
529
+ "responseStr": "input:$socketLanPolicyMutationInput ",
530
+ "type": {
531
+ "definition": {
532
+ "description": null,
533
+ "enumValues": null,
534
+ "fields": null,
535
+ "inputFields": {
536
+ "revision": {
537
+ "defaultValue": null,
538
+ "description": null,
539
+ "id_str": "socketLan___input___revision",
540
+ "name": "revision",
541
+ "path": "socketLan.input.revision",
542
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
543
+ "required": false,
544
+ "responseStr": "revision:$policyMutationRevisionInput ",
545
+ "type": {
546
+ "definition": {
547
+ "description": null,
548
+ "enumValues": null,
549
+ "fields": null,
550
+ "inputFields": {
551
+ "id": {
552
+ "defaultValue": null,
553
+ "description": null,
554
+ "id_str": "socketLan___input___revision___id",
555
+ "name": "id",
556
+ "path": "socketLan.input.revision.id",
557
+ "requestStr": "$id:ID ",
558
+ "required": false,
559
+ "responseStr": "id:$id ",
560
+ "type": {
561
+ "kind": [
562
+ "SCALAR"
563
+ ],
564
+ "name": "ID",
565
+ "non_null": false
566
+ },
567
+ "varName": "id"
568
+ }
569
+ },
570
+ "interfaces": null,
571
+ "kind": "INPUT_OBJECT",
572
+ "name": "PolicyMutationRevisionInput",
573
+ "possibleTypes": null
574
+ },
575
+ "indexType": "input_object",
576
+ "kind": [
577
+ "INPUT_OBJECT"
578
+ ],
579
+ "name": "PolicyMutationRevisionInput",
580
+ "non_null": false
581
+ },
582
+ "varName": "policyMutationRevisionInput"
583
+ }
584
+ },
585
+ "interfaces": null,
586
+ "kind": "INPUT_OBJECT",
587
+ "name": "SocketLanPolicyMutationInput",
588
+ "possibleTypes": null
589
+ },
590
+ "indexType": "input_object",
591
+ "kind": [
592
+ "INPUT_OBJECT"
593
+ ],
594
+ "name": "SocketLanPolicyMutationInput",
595
+ "non_null": false
596
+ },
597
+ "varName": "socketLanPolicyMutationInput"
598
+ }
599
+ },
600
+ "path": "mutation.policy.socketLan.moveRule",
601
+ "type": {
602
+ "definition": {
603
+ "description": "Policies that can be configured with mutation APIs.",
604
+ "enumValues": null,
605
+ "fields": {
606
+ "socketLan": {
607
+ "args": {
608
+ "socketLan___input": {
609
+ "defaultValue": null,
610
+ "description": null,
611
+ "id_str": "socketLan___input",
612
+ "name": "input",
613
+ "path": "socketLan.input",
614
+ "requestStr": "$socketLanPolicyMutationInput:SocketLanPolicyMutationInput ",
615
+ "required": false,
616
+ "responseStr": "input:$socketLanPolicyMutationInput ",
617
+ "type": {
618
+ "definition": {
619
+ "description": null,
620
+ "enumValues": null,
621
+ "fields": null,
622
+ "inputFields": {
623
+ "revision": {
624
+ "defaultValue": null,
625
+ "description": null,
626
+ "id_str": "socketLan___input___revision",
627
+ "name": "revision",
628
+ "path": "socketLan.input.revision",
629
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
630
+ "required": false,
631
+ "responseStr": "revision:$policyMutationRevisionInput ",
632
+ "type": {
633
+ "definition": {
634
+ "description": null,
635
+ "enumValues": null,
636
+ "fields": null,
637
+ "inputFields": {
638
+ "id": {
639
+ "defaultValue": null,
640
+ "description": null,
641
+ "id_str": "socketLan___input___revision___id",
642
+ "name": "id",
643
+ "path": "socketLan.input.revision.id",
644
+ "requestStr": "$id:ID ",
645
+ "required": false,
646
+ "responseStr": "id:$id ",
647
+ "type": {
648
+ "kind": [
649
+ "SCALAR"
650
+ ],
651
+ "name": "ID",
652
+ "non_null": false
653
+ },
654
+ "varName": "id"
655
+ }
656
+ },
657
+ "interfaces": null,
658
+ "kind": "INPUT_OBJECT",
659
+ "name": "PolicyMutationRevisionInput",
660
+ "possibleTypes": null
661
+ },
662
+ "indexType": "input_object",
663
+ "kind": [
664
+ "INPUT_OBJECT"
665
+ ],
666
+ "name": "PolicyMutationRevisionInput",
667
+ "non_null": false
668
+ },
669
+ "varName": "policyMutationRevisionInput"
670
+ }
671
+ },
672
+ "interfaces": null,
673
+ "kind": "INPUT_OBJECT",
674
+ "name": "SocketLanPolicyMutationInput",
675
+ "possibleTypes": null
676
+ },
677
+ "indexType": "input_object",
678
+ "kind": [
679
+ "INPUT_OBJECT"
680
+ ],
681
+ "name": "SocketLanPolicyMutationInput",
682
+ "non_null": false
683
+ },
684
+ "varName": "socketLanPolicyMutationInput"
685
+ }
686
+ },
687
+ "deprecationReason": null,
688
+ "description": null,
689
+ "id_str": "socketLan",
690
+ "isDeprecated": false,
691
+ "name": "socketLan",
692
+ "path": "socketLan",
693
+ "requestStr": "$socketLanPolicyMutations:SocketLanPolicyMutations ",
694
+ "required": false,
695
+ "responseStr": "socketLan:$socketLanPolicyMutations ",
696
+ "type": {
697
+ "definition": {
698
+ "description": null,
699
+ "enumValues": null,
700
+ "fields": {
701
+ "moveRule": {
702
+ "args": {
703
+ "moveRule___input": {
704
+ "defaultValue": null,
705
+ "description": null,
706
+ "id_str": "moveRule___input",
707
+ "name": "input",
708
+ "path": "moveRule.input",
709
+ "requestStr": "$policyMoveRuleInput:PolicyMoveRuleInput! ",
710
+ "required": true,
711
+ "responseStr": "input:$policyMoveRuleInput ",
712
+ "type": {
713
+ "definition": {
714
+ "description": "Move the rule to a different position in the policy",
715
+ "enumValues": null,
716
+ "fields": null,
717
+ "inputFields": {
718
+ "id": {
719
+ "defaultValue": null,
720
+ "description": null,
721
+ "id_str": "moveRule___input___id",
722
+ "name": "id",
723
+ "path": "moveRule.input.id",
724
+ "requestStr": "$id:ID! ",
725
+ "required": true,
726
+ "responseStr": "id:$id ",
727
+ "type": {
728
+ "kind": [
729
+ "NON_NULL",
730
+ "SCALAR"
731
+ ],
732
+ "name": "ID",
733
+ "non_null": false
734
+ },
735
+ "varName": "id"
736
+ },
737
+ "to": {
738
+ "defaultValue": null,
739
+ "description": null,
740
+ "id_str": "moveRule___input___to",
741
+ "name": "to",
742
+ "path": "moveRule.input.to",
743
+ "requestStr": "$policyRulePositionInput:PolicyRulePositionInput ",
744
+ "required": false,
745
+ "responseStr": "to:$policyRulePositionInput ",
746
+ "type": {
747
+ "definition": {
748
+ "description": "Parameters required to define the rule position",
749
+ "enumValues": null,
750
+ "fields": null,
751
+ "inputFields": {
752
+ "position": {
753
+ "defaultValue": null,
754
+ "description": "Position relative to a policy, a section or another rule",
755
+ "id_str": "moveRule___input___to___position",
756
+ "name": "position",
757
+ "path": "moveRule.input.to.position",
758
+ "requestStr": "$position:PolicyRulePositionEnum ",
759
+ "required": false,
760
+ "responseStr": "position:$position ",
761
+ "type": {
762
+ "definition": {
763
+ "description": "Enum for the position of a rule within a policy",
764
+ "enumValues": [
765
+ {
766
+ "deprecationReason": null,
767
+ "description": "The rule position is after the pre-existing specified rule",
768
+ "isDeprecated": false,
769
+ "name": "AFTER_RULE"
770
+ },
771
+ {
772
+ "deprecationReason": null,
773
+ "description": "The rule position is before the pre-existing specified rule",
774
+ "isDeprecated": false,
775
+ "name": "BEFORE_RULE"
776
+ },
777
+ {
778
+ "deprecationReason": null,
779
+ "description": "The rule position is first in the specified section",
780
+ "isDeprecated": false,
781
+ "name": "FIRST_IN_SECTION"
782
+ },
783
+ {
784
+ "deprecationReason": null,
785
+ "description": "The rule position is last in the specified section",
786
+ "isDeprecated": false,
787
+ "name": "LAST_IN_SECTION"
788
+ },
789
+ {
790
+ "deprecationReason": null,
791
+ "description": "The rule position is immediately after the system rules (first non-system rule)",
792
+ "isDeprecated": false,
793
+ "name": "FIRST_IN_POLICY"
794
+ },
795
+ {
796
+ "deprecationReason": null,
797
+ "description": "The rule position is last in the policy",
798
+ "isDeprecated": false,
799
+ "name": "LAST_IN_POLICY"
800
+ }
801
+ ],
802
+ "fields": null,
803
+ "inputFields": null,
804
+ "interfaces": null,
805
+ "kind": "ENUM",
806
+ "name": "PolicyRulePositionEnum",
807
+ "possibleTypes": null
808
+ },
809
+ "indexType": "enum",
810
+ "kind": [
811
+ "ENUM"
812
+ ],
813
+ "name": "PolicyRulePositionEnum",
814
+ "non_null": false
815
+ },
816
+ "varName": "position"
817
+ },
818
+ "ref": {
819
+ "defaultValue": null,
820
+ "description": "The identifier of the object (e.g. a rule, a section) relative to which the position of the added rule is defined",
821
+ "id_str": "moveRule___input___to___ref",
822
+ "name": "ref",
823
+ "path": "moveRule.input.to.ref",
824
+ "requestStr": "$ref:ID ",
825
+ "required": false,
826
+ "responseStr": "ref:$ref ",
827
+ "type": {
828
+ "kind": [
829
+ "SCALAR"
830
+ ],
831
+ "name": "ID",
832
+ "non_null": false
833
+ },
834
+ "varName": "ref"
835
+ }
836
+ },
837
+ "interfaces": null,
838
+ "kind": "INPUT_OBJECT",
839
+ "name": "PolicyRulePositionInput",
840
+ "possibleTypes": null
841
+ },
842
+ "indexType": "input_object",
843
+ "kind": [
844
+ "INPUT_OBJECT"
845
+ ],
846
+ "name": "PolicyRulePositionInput",
847
+ "non_null": false
848
+ },
849
+ "varName": "policyRulePositionInput"
850
+ }
851
+ },
852
+ "interfaces": null,
853
+ "kind": "INPUT_OBJECT",
854
+ "name": "PolicyMoveRuleInput",
855
+ "possibleTypes": null
856
+ },
857
+ "indexType": "input_object",
858
+ "kind": [
859
+ "NON_NULL",
860
+ "INPUT_OBJECT"
861
+ ],
862
+ "name": "PolicyMoveRuleInput",
863
+ "non_null": false
864
+ },
865
+ "varName": "policyMoveRuleInput"
866
+ }
867
+ },
868
+ "deprecationReason": null,
869
+ "description": null,
870
+ "id_str": "socketLan___moveRule",
871
+ "isDeprecated": false,
872
+ "name": "moveRule",
873
+ "path": "socketLan.moveRule",
874
+ "requestStr": "$socketLanRuleMutationPayload:SocketLanRuleMutationPayload! ",
875
+ "required": true,
876
+ "responseStr": "moveRule:$socketLanRuleMutationPayload ",
877
+ "type": {
878
+ "definition": {
879
+ "description": null,
880
+ "enumValues": null,
881
+ "fields": {
882
+ "errors": {
883
+ "alias": "policyMutationErrorErrors: errors",
884
+ "args": {},
885
+ "deprecationReason": null,
886
+ "description": null,
887
+ "id_str": "socketLan___moveRule___errors",
888
+ "isDeprecated": false,
889
+ "name": "errors",
890
+ "path": "socketLan.moveRule.errors",
891
+ "requestStr": "$policyMutationError:[PolicyMutationError]! ",
892
+ "required": true,
893
+ "responseStr": "errors:$policyMutationError ",
894
+ "type": {
895
+ "definition": {
896
+ "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\"",
897
+ "enumValues": null,
898
+ "fields": {
899
+ "errorCode": {
900
+ "args": {},
901
+ "deprecationReason": null,
902
+ "description": null,
903
+ "id_str": "socketLan___moveRule___errors___errorCode",
904
+ "isDeprecated": false,
905
+ "name": "errorCode",
906
+ "path": "socketLan.moveRule.errors.errorCode",
907
+ "requestStr": "$errorCode:String ",
908
+ "required": false,
909
+ "responseStr": "errorCode:$errorCode ",
910
+ "type": {
911
+ "kind": [
912
+ "SCALAR"
913
+ ],
914
+ "name": "String",
915
+ "non_null": false
916
+ },
917
+ "varName": "errorCode"
918
+ },
919
+ "errorMessage": {
920
+ "args": {},
921
+ "deprecationReason": null,
922
+ "description": null,
923
+ "id_str": "socketLan___moveRule___errors___errorMessage",
924
+ "isDeprecated": false,
925
+ "name": "errorMessage",
926
+ "path": "socketLan.moveRule.errors.errorMessage",
927
+ "requestStr": "$errorMessage:String ",
928
+ "required": false,
929
+ "responseStr": "errorMessage:$errorMessage ",
930
+ "type": {
931
+ "kind": [
932
+ "SCALAR"
933
+ ],
934
+ "name": "String",
935
+ "non_null": false
936
+ },
937
+ "varName": "errorMessage"
938
+ }
939
+ },
940
+ "inputFields": null,
941
+ "interfaces": {},
942
+ "kind": "OBJECT",
943
+ "name": "PolicyMutationError",
944
+ "possibleTypes": null
945
+ },
946
+ "indexType": "object",
947
+ "kind": [
948
+ "NON_NULL",
949
+ "LIST",
950
+ "NON_NULL",
951
+ "OBJECT"
952
+ ],
953
+ "name": "PolicyMutationError",
954
+ "non_null": false
955
+ },
956
+ "varName": "policyMutationError"
957
+ },
958
+ "rule": {
959
+ "alias": "socketLanRulePayloadRule: rule",
960
+ "args": {},
961
+ "deprecationReason": null,
962
+ "description": null,
963
+ "id_str": "socketLan___moveRule___rule",
964
+ "isDeprecated": false,
965
+ "name": "rule",
966
+ "path": "socketLan.moveRule.rule",
967
+ "requestStr": "$socketLanRulePayload:SocketLanRulePayload ",
968
+ "required": false,
969
+ "responseStr": "rule:$socketLanRulePayload ",
970
+ "type": {
971
+ "definition": {
972
+ "description": null,
973
+ "enumValues": null,
974
+ "fields": {
975
+ "audit": {
976
+ "args": {},
977
+ "deprecationReason": null,
978
+ "description": null,
979
+ "id_str": "socketLan___moveRule___rule___audit",
980
+ "isDeprecated": false,
981
+ "name": "audit",
982
+ "path": "socketLan.moveRule.rule.audit",
983
+ "requestStr": "$policyElementAudit:PolicyElementAudit! ",
984
+ "required": true,
985
+ "responseStr": "audit:$policyElementAudit ",
986
+ "type": {
987
+ "definition": {
988
+ "description": null,
989
+ "enumValues": null,
990
+ "fields": {
991
+ "updatedBy": {
992
+ "args": {},
993
+ "deprecationReason": null,
994
+ "description": "The admin, or the API-key, that performed the last update",
995
+ "id_str": "socketLan___moveRule___rule___audit___updatedBy",
996
+ "isDeprecated": false,
997
+ "name": "updatedBy",
998
+ "path": "socketLan.moveRule.rule.audit.updatedBy",
999
+ "requestStr": "$updatedBy:String! ",
1000
+ "required": true,
1001
+ "responseStr": "updatedBy:$updatedBy ",
1002
+ "type": {
1003
+ "kind": [
1004
+ "NON_NULL",
1005
+ "SCALAR"
1006
+ ],
1007
+ "name": "String",
1008
+ "non_null": false
1009
+ },
1010
+ "varName": "updatedBy"
1011
+ },
1012
+ "updatedTime": {
1013
+ "args": {},
1014
+ "deprecationReason": null,
1015
+ "description": "The last date and time the rule was updated",
1016
+ "id_str": "socketLan___moveRule___rule___audit___updatedTime",
1017
+ "isDeprecated": false,
1018
+ "name": "updatedTime",
1019
+ "path": "socketLan.moveRule.rule.audit.updatedTime",
1020
+ "requestStr": "$updatedTime:DateTime! ",
1021
+ "required": true,
1022
+ "responseStr": "updatedTime:$updatedTime ",
1023
+ "type": {
1024
+ "kind": [
1025
+ "NON_NULL",
1026
+ "SCALAR"
1027
+ ],
1028
+ "name": "DateTime",
1029
+ "non_null": false
1030
+ },
1031
+ "varName": "updatedTime"
1032
+ }
1033
+ },
1034
+ "inputFields": null,
1035
+ "interfaces": {},
1036
+ "kind": "OBJECT",
1037
+ "name": "PolicyElementAudit",
1038
+ "possibleTypes": null
1039
+ },
1040
+ "indexType": "object",
1041
+ "kind": [
1042
+ "NON_NULL",
1043
+ "OBJECT"
1044
+ ],
1045
+ "name": "PolicyElementAudit",
1046
+ "non_null": false
1047
+ },
1048
+ "varName": "policyElementAudit"
1049
+ },
1050
+ "properties": {
1051
+ "args": {},
1052
+ "deprecationReason": null,
1053
+ "description": null,
1054
+ "id_str": "socketLan___moveRule___rule___properties",
1055
+ "isDeprecated": false,
1056
+ "name": "properties",
1057
+ "path": "socketLan.moveRule.rule.properties",
1058
+ "requestStr": "$properties:[PolicyElementPropertiesEnum]! ",
1059
+ "required": true,
1060
+ "responseStr": "properties:$properties ",
1061
+ "type": {
1062
+ "definition": {
1063
+ "description": "Attributes describing the rule state or type",
1064
+ "enumValues": [
1065
+ {
1066
+ "deprecationReason": null,
1067
+ "description": "New (added) rule",
1068
+ "isDeprecated": false,
1069
+ "name": "ADDED"
1070
+ },
1071
+ {
1072
+ "deprecationReason": null,
1073
+ "description": "Updated (modified) existing rule",
1074
+ "isDeprecated": false,
1075
+ "name": "UPDATED"
1076
+ },
1077
+ {
1078
+ "deprecationReason": null,
1079
+ "description": "Removed (deleted) rule",
1080
+ "isDeprecated": false,
1081
+ "name": "REMOVED"
1082
+ },
1083
+ {
1084
+ "deprecationReason": null,
1085
+ "description": "A rule moved to a different position",
1086
+ "isDeprecated": false,
1087
+ "name": "MOVED"
1088
+ },
1089
+ {
1090
+ "deprecationReason": null,
1091
+ "description": "A rule locked for changes by other admins",
1092
+ "isDeprecated": false,
1093
+ "name": "LOCKED"
1094
+ },
1095
+ {
1096
+ "deprecationReason": null,
1097
+ "description": "An object can not be moved, or referenced when moving other objects.\nHowever its properties and content can be modified.",
1098
+ "isDeprecated": false,
1099
+ "name": "ANCHORED"
1100
+ },
1101
+ {
1102
+ "deprecationReason": null,
1103
+ "description": "A pre-defined (system) rule that cannot be modified or removed",
1104
+ "isDeprecated": false,
1105
+ "name": "SYSTEM"
1106
+ }
1107
+ ],
1108
+ "fields": null,
1109
+ "inputFields": null,
1110
+ "interfaces": null,
1111
+ "kind": "ENUM",
1112
+ "name": "PolicyElementPropertiesEnum",
1113
+ "possibleTypes": null
1114
+ },
1115
+ "indexType": "enum",
1116
+ "kind": [
1117
+ "NON_NULL",
1118
+ "LIST",
1119
+ "NON_NULL",
1120
+ "ENUM"
1121
+ ],
1122
+ "name": "PolicyElementPropertiesEnum",
1123
+ "non_null": false
1124
+ },
1125
+ "varName": "properties"
1126
+ },
1127
+ "rule": {
1128
+ "args": {},
1129
+ "deprecationReason": null,
1130
+ "description": null,
1131
+ "id_str": "socketLan___moveRule___rule___rule",
1132
+ "isDeprecated": false,
1133
+ "name": "rule",
1134
+ "path": "socketLan.moveRule.rule.rule",
1135
+ "requestStr": "$socketLanRule:SocketLanRule! ",
1136
+ "required": true,
1137
+ "responseStr": "rule:$socketLanRule ",
1138
+ "type": {
1139
+ "definition": {
1140
+ "description": null,
1141
+ "enumValues": null,
1142
+ "fields": {
1143
+ "description": {
1144
+ "args": {},
1145
+ "deprecationReason": null,
1146
+ "description": "Description for the rule",
1147
+ "id_str": "socketLan___moveRule___rule___rule___description",
1148
+ "isDeprecated": false,
1149
+ "name": "description",
1150
+ "path": "socketLan.moveRule.rule.rule.description",
1151
+ "requestStr": "$description:String! ",
1152
+ "required": true,
1153
+ "responseStr": "description:$description ",
1154
+ "type": {
1155
+ "kind": [
1156
+ "NON_NULL",
1157
+ "SCALAR"
1158
+ ],
1159
+ "name": "String",
1160
+ "non_null": false
1161
+ },
1162
+ "varName": "description"
1163
+ },
1164
+ "destination": {
1165
+ "alias": "socketLanDestinationDestination: destination",
1166
+ "args": {},
1167
+ "deprecationReason": null,
1168
+ "description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
1169
+ "id_str": "socketLan___moveRule___rule___rule___destination",
1170
+ "isDeprecated": false,
1171
+ "name": "destination",
1172
+ "path": "socketLan.moveRule.rule.rule.destination",
1173
+ "requestStr": "$socketLanDestination:SocketLanDestination! ",
1174
+ "required": true,
1175
+ "responseStr": "destination:$socketLanDestination ",
1176
+ "type": {
1177
+ "definition": {
1178
+ "description": "Returns the settings for Destination of a Wan Firewall rule.",
1179
+ "enumValues": null,
1180
+ "fields": {
1181
+ "floatingSubnet": {
1182
+ "alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
1183
+ "args": {},
1184
+ "deprecationReason": null,
1185
+ "description": null,
1186
+ "id_str": "socketLan___moveRule___rule___rule___destination___floatingSubnet",
1187
+ "isDeprecated": false,
1188
+ "name": "floatingSubnet",
1189
+ "path": "socketLan.moveRule.rule.rule.destination.floatingSubnet",
1190
+ "requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
1191
+ "required": true,
1192
+ "responseStr": "floatingSubnet:$floatingSubnetRef ",
1193
+ "type": {
1194
+ "definition": {
1195
+ "description": "Returns data for the Floating Subnet object. Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched\nto the route advertised by BGP. They are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
1196
+ "enumValues": null,
1197
+ "fields": {
1198
+ "id": {
1199
+ "args": {},
1200
+ "deprecationReason": null,
1201
+ "description": "Unique Floating Subnet ID",
1202
+ "id_str": "socketLan___moveRule___rule___rule___destination___floatingSubnet___id",
1203
+ "isDeprecated": false,
1204
+ "name": "id",
1205
+ "path": "socketLan.moveRule.rule.rule.destination.floatingSubnet.id",
1206
+ "requestStr": "$id:ID! ",
1207
+ "required": true,
1208
+ "responseStr": "id:$id ",
1209
+ "type": {
1210
+ "kind": [
1211
+ "NON_NULL",
1212
+ "SCALAR"
1213
+ ],
1214
+ "name": "ID",
1215
+ "non_null": false
1216
+ },
1217
+ "varName": "id"
1218
+ },
1219
+ "name": {
1220
+ "args": {},
1221
+ "deprecationReason": null,
1222
+ "description": "Name for the Floating Subnet",
1223
+ "id_str": "socketLan___moveRule___rule___rule___destination___floatingSubnet___name",
1224
+ "isDeprecated": false,
1225
+ "name": "name",
1226
+ "path": "socketLan.moveRule.rule.rule.destination.floatingSubnet.name",
1227
+ "requestStr": "$name:String! ",
1228
+ "required": true,
1229
+ "responseStr": "name:$name ",
1230
+ "type": {
1231
+ "kind": [
1232
+ "NON_NULL",
1233
+ "SCALAR"
1234
+ ],
1235
+ "name": "String",
1236
+ "non_null": false
1237
+ },
1238
+ "varName": "name"
1239
+ }
1240
+ },
1241
+ "inputFields": null,
1242
+ "interfaces": {},
1243
+ "kind": "OBJECT",
1244
+ "name": "FloatingSubnetRef",
1245
+ "possibleTypes": null
1246
+ },
1247
+ "indexType": "object",
1248
+ "kind": [
1249
+ "NON_NULL",
1250
+ "LIST",
1251
+ "NON_NULL",
1252
+ "OBJECT"
1253
+ ],
1254
+ "name": "FloatingSubnetRef",
1255
+ "non_null": false
1256
+ },
1257
+ "varName": "floatingSubnetRef"
1258
+ },
1259
+ "globalIpRange": {
1260
+ "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
1261
+ "args": {},
1262
+ "deprecationReason": null,
1263
+ "description": null,
1264
+ "id_str": "socketLan___moveRule___rule___rule___destination___globalIpRange",
1265
+ "isDeprecated": false,
1266
+ "name": "globalIpRange",
1267
+ "path": "socketLan.moveRule.rule.rule.destination.globalIpRange",
1268
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
1269
+ "required": true,
1270
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
1271
+ "type": {
1272
+ "definition": {
1273
+ "description": null,
1274
+ "enumValues": null,
1275
+ "fields": {
1276
+ "id": {
1277
+ "args": {},
1278
+ "deprecationReason": null,
1279
+ "description": null,
1280
+ "id_str": "socketLan___moveRule___rule___rule___destination___globalIpRange___id",
1281
+ "isDeprecated": false,
1282
+ "name": "id",
1283
+ "path": "socketLan.moveRule.rule.rule.destination.globalIpRange.id",
1284
+ "requestStr": "$id:ID! ",
1285
+ "required": true,
1286
+ "responseStr": "id:$id ",
1287
+ "type": {
1288
+ "kind": [
1289
+ "NON_NULL",
1290
+ "SCALAR"
1291
+ ],
1292
+ "name": "ID",
1293
+ "non_null": false
1294
+ },
1295
+ "varName": "id"
1296
+ },
1297
+ "name": {
1298
+ "args": {},
1299
+ "deprecationReason": null,
1300
+ "description": null,
1301
+ "id_str": "socketLan___moveRule___rule___rule___destination___globalIpRange___name",
1302
+ "isDeprecated": false,
1303
+ "name": "name",
1304
+ "path": "socketLan.moveRule.rule.rule.destination.globalIpRange.name",
1305
+ "requestStr": "$name:String! ",
1306
+ "required": true,
1307
+ "responseStr": "name:$name ",
1308
+ "type": {
1309
+ "kind": [
1310
+ "NON_NULL",
1311
+ "SCALAR"
1312
+ ],
1313
+ "name": "String",
1314
+ "non_null": false
1315
+ },
1316
+ "varName": "name"
1317
+ }
1318
+ },
1319
+ "inputFields": null,
1320
+ "interfaces": {},
1321
+ "kind": "OBJECT",
1322
+ "name": "GlobalIpRangeRef",
1323
+ "possibleTypes": null
1324
+ },
1325
+ "indexType": "object",
1326
+ "kind": [
1327
+ "NON_NULL",
1328
+ "LIST",
1329
+ "NON_NULL",
1330
+ "OBJECT"
1331
+ ],
1332
+ "name": "GlobalIpRangeRef",
1333
+ "non_null": false
1334
+ },
1335
+ "varName": "globalIpRangeRef"
1336
+ },
1337
+ "group": {
1338
+ "alias": "groupRefGroup: group",
1339
+ "args": {},
1340
+ "deprecationReason": null,
1341
+ "description": null,
1342
+ "id_str": "socketLan___moveRule___rule___rule___destination___group",
1343
+ "isDeprecated": false,
1344
+ "name": "group",
1345
+ "path": "socketLan.moveRule.rule.rule.destination.group",
1346
+ "requestStr": "$groupRef:[GroupRef]! ",
1347
+ "required": true,
1348
+ "responseStr": "group:$groupRef ",
1349
+ "type": {
1350
+ "definition": {
1351
+ "description": null,
1352
+ "enumValues": null,
1353
+ "fields": {
1354
+ "id": {
1355
+ "args": {},
1356
+ "deprecationReason": null,
1357
+ "description": null,
1358
+ "id_str": "socketLan___moveRule___rule___rule___destination___group___id",
1359
+ "isDeprecated": false,
1360
+ "name": "id",
1361
+ "path": "socketLan.moveRule.rule.rule.destination.group.id",
1362
+ "requestStr": "$id:ID! ",
1363
+ "required": true,
1364
+ "responseStr": "id:$id ",
1365
+ "type": {
1366
+ "kind": [
1367
+ "NON_NULL",
1368
+ "SCALAR"
1369
+ ],
1370
+ "name": "ID",
1371
+ "non_null": false
1372
+ },
1373
+ "varName": "id"
1374
+ },
1375
+ "name": {
1376
+ "args": {},
1377
+ "deprecationReason": null,
1378
+ "description": null,
1379
+ "id_str": "socketLan___moveRule___rule___rule___destination___group___name",
1380
+ "isDeprecated": false,
1381
+ "name": "name",
1382
+ "path": "socketLan.moveRule.rule.rule.destination.group.name",
1383
+ "requestStr": "$name:String! ",
1384
+ "required": true,
1385
+ "responseStr": "name:$name ",
1386
+ "type": {
1387
+ "kind": [
1388
+ "NON_NULL",
1389
+ "SCALAR"
1390
+ ],
1391
+ "name": "String",
1392
+ "non_null": false
1393
+ },
1394
+ "varName": "name"
1395
+ }
1396
+ },
1397
+ "inputFields": null,
1398
+ "interfaces": {},
1399
+ "kind": "OBJECT",
1400
+ "name": "GroupRef",
1401
+ "possibleTypes": null
1402
+ },
1403
+ "indexType": "object",
1404
+ "kind": [
1405
+ "NON_NULL",
1406
+ "LIST",
1407
+ "NON_NULL",
1408
+ "OBJECT"
1409
+ ],
1410
+ "name": "GroupRef",
1411
+ "non_null": false
1412
+ },
1413
+ "varName": "groupRef"
1414
+ },
1415
+ "host": {
1416
+ "alias": "hostRefHost: host",
1417
+ "args": {},
1418
+ "deprecationReason": null,
1419
+ "description": null,
1420
+ "id_str": "socketLan___moveRule___rule___rule___destination___host",
1421
+ "isDeprecated": false,
1422
+ "name": "host",
1423
+ "path": "socketLan.moveRule.rule.rule.destination.host",
1424
+ "requestStr": "$hostRef:[HostRef]! ",
1425
+ "required": true,
1426
+ "responseStr": "host:$hostRef ",
1427
+ "type": {
1428
+ "definition": {
1429
+ "description": null,
1430
+ "enumValues": null,
1431
+ "fields": {
1432
+ "id": {
1433
+ "args": {},
1434
+ "deprecationReason": null,
1435
+ "description": null,
1436
+ "id_str": "socketLan___moveRule___rule___rule___destination___host___id",
1437
+ "isDeprecated": false,
1438
+ "name": "id",
1439
+ "path": "socketLan.moveRule.rule.rule.destination.host.id",
1440
+ "requestStr": "$id:ID! ",
1441
+ "required": true,
1442
+ "responseStr": "id:$id ",
1443
+ "type": {
1444
+ "kind": [
1445
+ "NON_NULL",
1446
+ "SCALAR"
1447
+ ],
1448
+ "name": "ID",
1449
+ "non_null": false
1450
+ },
1451
+ "varName": "id"
1452
+ },
1453
+ "name": {
1454
+ "args": {},
1455
+ "deprecationReason": null,
1456
+ "description": null,
1457
+ "id_str": "socketLan___moveRule___rule___rule___destination___host___name",
1458
+ "isDeprecated": false,
1459
+ "name": "name",
1460
+ "path": "socketLan.moveRule.rule.rule.destination.host.name",
1461
+ "requestStr": "$name:String! ",
1462
+ "required": true,
1463
+ "responseStr": "name:$name ",
1464
+ "type": {
1465
+ "kind": [
1466
+ "NON_NULL",
1467
+ "SCALAR"
1468
+ ],
1469
+ "name": "String",
1470
+ "non_null": false
1471
+ },
1472
+ "varName": "name"
1473
+ }
1474
+ },
1475
+ "inputFields": null,
1476
+ "interfaces": {},
1477
+ "kind": "OBJECT",
1478
+ "name": "HostRef",
1479
+ "possibleTypes": null
1480
+ },
1481
+ "indexType": "object",
1482
+ "kind": [
1483
+ "NON_NULL",
1484
+ "LIST",
1485
+ "NON_NULL",
1486
+ "OBJECT"
1487
+ ],
1488
+ "name": "HostRef",
1489
+ "non_null": false
1490
+ },
1491
+ "varName": "hostRef"
1492
+ },
1493
+ "ip": {
1494
+ "args": {},
1495
+ "deprecationReason": null,
1496
+ "description": null,
1497
+ "id_str": "socketLan___moveRule___rule___rule___destination___ip",
1498
+ "isDeprecated": false,
1499
+ "name": "ip",
1500
+ "path": "socketLan.moveRule.rule.rule.destination.ip",
1501
+ "requestStr": "$ip:[IPAddress]! ",
1502
+ "required": true,
1503
+ "responseStr": "ip:$ip ",
1504
+ "type": {
1505
+ "kind": [
1506
+ "NON_NULL",
1507
+ "LIST",
1508
+ "NON_NULL",
1509
+ "SCALAR"
1510
+ ],
1511
+ "name": "IPAddress",
1512
+ "non_null": false
1513
+ },
1514
+ "varName": "ip"
1515
+ },
1516
+ "ipRange": {
1517
+ "alias": "ipAddressRangeIpRange: ipRange",
1518
+ "args": {},
1519
+ "deprecationReason": null,
1520
+ "description": null,
1521
+ "id_str": "socketLan___moveRule___rule___rule___destination___ipRange",
1522
+ "isDeprecated": false,
1523
+ "name": "ipRange",
1524
+ "path": "socketLan.moveRule.rule.rule.destination.ipRange",
1525
+ "requestStr": "$ipAddressRange:[IpAddressRange]! ",
1526
+ "required": true,
1527
+ "responseStr": "ipRange:$ipAddressRange ",
1528
+ "type": {
1529
+ "definition": {
1530
+ "description": "Inclusive range of IPs",
1531
+ "enumValues": null,
1532
+ "fields": {
1533
+ "from": {
1534
+ "args": {},
1535
+ "deprecationReason": null,
1536
+ "description": null,
1537
+ "id_str": "socketLan___moveRule___rule___rule___destination___ipRange___from",
1538
+ "isDeprecated": false,
1539
+ "name": "from",
1540
+ "path": "socketLan.moveRule.rule.rule.destination.ipRange.from",
1541
+ "requestStr": "$from:IPAddress! ",
1542
+ "required": true,
1543
+ "responseStr": "from:$from ",
1544
+ "type": {
1545
+ "kind": [
1546
+ "NON_NULL",
1547
+ "SCALAR"
1548
+ ],
1549
+ "name": "IPAddress",
1550
+ "non_null": false
1551
+ },
1552
+ "varName": "from"
1553
+ },
1554
+ "to": {
1555
+ "args": {},
1556
+ "deprecationReason": null,
1557
+ "description": null,
1558
+ "id_str": "socketLan___moveRule___rule___rule___destination___ipRange___to",
1559
+ "isDeprecated": false,
1560
+ "name": "to",
1561
+ "path": "socketLan.moveRule.rule.rule.destination.ipRange.to",
1562
+ "requestStr": "$to:IPAddress! ",
1563
+ "required": true,
1564
+ "responseStr": "to:$to ",
1565
+ "type": {
1566
+ "kind": [
1567
+ "NON_NULL",
1568
+ "SCALAR"
1569
+ ],
1570
+ "name": "IPAddress",
1571
+ "non_null": false
1572
+ },
1573
+ "varName": "to"
1574
+ }
1575
+ },
1576
+ "inputFields": null,
1577
+ "interfaces": {},
1578
+ "kind": "OBJECT",
1579
+ "name": "IpAddressRange",
1580
+ "possibleTypes": null
1581
+ },
1582
+ "indexType": "object",
1583
+ "kind": [
1584
+ "NON_NULL",
1585
+ "LIST",
1586
+ "NON_NULL",
1587
+ "OBJECT"
1588
+ ],
1589
+ "name": "IpAddressRange",
1590
+ "non_null": false
1591
+ },
1592
+ "varName": "ipAddressRange"
1593
+ },
1594
+ "networkInterface": {
1595
+ "alias": "networkInterfaceRefNetworkInterface: networkInterface",
1596
+ "args": {},
1597
+ "deprecationReason": null,
1598
+ "description": null,
1599
+ "id_str": "socketLan___moveRule___rule___rule___destination___networkInterface",
1600
+ "isDeprecated": false,
1601
+ "name": "networkInterface",
1602
+ "path": "socketLan.moveRule.rule.rule.destination.networkInterface",
1603
+ "requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
1604
+ "required": true,
1605
+ "responseStr": "networkInterface:$networkInterfaceRef ",
1606
+ "type": {
1607
+ "definition": {
1608
+ "description": null,
1609
+ "enumValues": null,
1610
+ "fields": {
1611
+ "id": {
1612
+ "args": {},
1613
+ "deprecationReason": null,
1614
+ "description": null,
1615
+ "id_str": "socketLan___moveRule___rule___rule___destination___networkInterface___id",
1616
+ "isDeprecated": false,
1617
+ "name": "id",
1618
+ "path": "socketLan.moveRule.rule.rule.destination.networkInterface.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": "socketLan___moveRule___rule___rule___destination___networkInterface___name",
1637
+ "isDeprecated": false,
1638
+ "name": "name",
1639
+ "path": "socketLan.moveRule.rule.rule.destination.networkInterface.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": "NetworkInterfaceRef",
1658
+ "possibleTypes": null
1659
+ },
1660
+ "indexType": "object",
1661
+ "kind": [
1662
+ "NON_NULL",
1663
+ "LIST",
1664
+ "NON_NULL",
1665
+ "OBJECT"
1666
+ ],
1667
+ "name": "NetworkInterfaceRef",
1668
+ "non_null": false
1669
+ },
1670
+ "varName": "networkInterfaceRef"
1671
+ },
1672
+ "siteNetworkSubnet": {
1673
+ "alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
1674
+ "args": {},
1675
+ "deprecationReason": null,
1676
+ "description": null,
1677
+ "id_str": "socketLan___moveRule___rule___rule___destination___siteNetworkSubnet",
1678
+ "isDeprecated": false,
1679
+ "name": "siteNetworkSubnet",
1680
+ "path": "socketLan.moveRule.rule.rule.destination.siteNetworkSubnet",
1681
+ "requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
1682
+ "required": true,
1683
+ "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
1684
+ "type": {
1685
+ "definition": {
1686
+ "description": null,
1687
+ "enumValues": null,
1688
+ "fields": {
1689
+ "id": {
1690
+ "args": {},
1691
+ "deprecationReason": null,
1692
+ "description": null,
1693
+ "id_str": "socketLan___moveRule___rule___rule___destination___siteNetworkSubnet___id",
1694
+ "isDeprecated": false,
1695
+ "name": "id",
1696
+ "path": "socketLan.moveRule.rule.rule.destination.siteNetworkSubnet.id",
1697
+ "requestStr": "$id:ID! ",
1698
+ "required": true,
1699
+ "responseStr": "id:$id ",
1700
+ "type": {
1701
+ "kind": [
1702
+ "NON_NULL",
1703
+ "SCALAR"
1704
+ ],
1705
+ "name": "ID",
1706
+ "non_null": false
1707
+ },
1708
+ "varName": "id"
1709
+ },
1710
+ "name": {
1711
+ "args": {},
1712
+ "deprecationReason": null,
1713
+ "description": null,
1714
+ "id_str": "socketLan___moveRule___rule___rule___destination___siteNetworkSubnet___name",
1715
+ "isDeprecated": false,
1716
+ "name": "name",
1717
+ "path": "socketLan.moveRule.rule.rule.destination.siteNetworkSubnet.name",
1718
+ "requestStr": "$name:String! ",
1719
+ "required": true,
1720
+ "responseStr": "name:$name ",
1721
+ "type": {
1722
+ "kind": [
1723
+ "NON_NULL",
1724
+ "SCALAR"
1725
+ ],
1726
+ "name": "String",
1727
+ "non_null": false
1728
+ },
1729
+ "varName": "name"
1730
+ }
1731
+ },
1732
+ "inputFields": null,
1733
+ "interfaces": {},
1734
+ "kind": "OBJECT",
1735
+ "name": "SiteNetworkSubnetRef",
1736
+ "possibleTypes": null
1737
+ },
1738
+ "indexType": "object",
1739
+ "kind": [
1740
+ "NON_NULL",
1741
+ "LIST",
1742
+ "NON_NULL",
1743
+ "OBJECT"
1744
+ ],
1745
+ "name": "SiteNetworkSubnetRef",
1746
+ "non_null": false
1747
+ },
1748
+ "varName": "siteNetworkSubnetRef"
1749
+ },
1750
+ "subnet": {
1751
+ "args": {},
1752
+ "deprecationReason": null,
1753
+ "description": null,
1754
+ "id_str": "socketLan___moveRule___rule___rule___destination___subnet",
1755
+ "isDeprecated": false,
1756
+ "name": "subnet",
1757
+ "path": "socketLan.moveRule.rule.rule.destination.subnet",
1758
+ "requestStr": "$subnet:[NetworkSubnet]! ",
1759
+ "required": true,
1760
+ "responseStr": "subnet:$subnet ",
1761
+ "type": {
1762
+ "kind": [
1763
+ "NON_NULL",
1764
+ "LIST",
1765
+ "NON_NULL",
1766
+ "SCALAR"
1767
+ ],
1768
+ "name": "NetworkSubnet",
1769
+ "non_null": false
1770
+ },
1771
+ "varName": "subnet"
1772
+ },
1773
+ "systemGroup": {
1774
+ "alias": "systemGroupRefSystemGroup: systemGroup",
1775
+ "args": {},
1776
+ "deprecationReason": null,
1777
+ "description": null,
1778
+ "id_str": "socketLan___moveRule___rule___rule___destination___systemGroup",
1779
+ "isDeprecated": false,
1780
+ "name": "systemGroup",
1781
+ "path": "socketLan.moveRule.rule.rule.destination.systemGroup",
1782
+ "requestStr": "$systemGroupRef:[SystemGroupRef]! ",
1783
+ "required": true,
1784
+ "responseStr": "systemGroup:$systemGroupRef ",
1785
+ "type": {
1786
+ "definition": {
1787
+ "description": null,
1788
+ "enumValues": null,
1789
+ "fields": {
1790
+ "id": {
1791
+ "args": {},
1792
+ "deprecationReason": null,
1793
+ "description": null,
1794
+ "id_str": "socketLan___moveRule___rule___rule___destination___systemGroup___id",
1795
+ "isDeprecated": false,
1796
+ "name": "id",
1797
+ "path": "socketLan.moveRule.rule.rule.destination.systemGroup.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
+ "name": {
1812
+ "args": {},
1813
+ "deprecationReason": null,
1814
+ "description": null,
1815
+ "id_str": "socketLan___moveRule___rule___rule___destination___systemGroup___name",
1816
+ "isDeprecated": false,
1817
+ "name": "name",
1818
+ "path": "socketLan.moveRule.rule.rule.destination.systemGroup.name",
1819
+ "requestStr": "$name:String! ",
1820
+ "required": true,
1821
+ "responseStr": "name:$name ",
1822
+ "type": {
1823
+ "kind": [
1824
+ "NON_NULL",
1825
+ "SCALAR"
1826
+ ],
1827
+ "name": "String",
1828
+ "non_null": false
1829
+ },
1830
+ "varName": "name"
1831
+ }
1832
+ },
1833
+ "inputFields": null,
1834
+ "interfaces": {},
1835
+ "kind": "OBJECT",
1836
+ "name": "SystemGroupRef",
1837
+ "possibleTypes": null
1838
+ },
1839
+ "indexType": "object",
1840
+ "kind": [
1841
+ "NON_NULL",
1842
+ "LIST",
1843
+ "NON_NULL",
1844
+ "OBJECT"
1845
+ ],
1846
+ "name": "SystemGroupRef",
1847
+ "non_null": false
1848
+ },
1849
+ "varName": "systemGroupRef"
1850
+ },
1851
+ "vlan": {
1852
+ "args": {},
1853
+ "deprecationReason": null,
1854
+ "description": null,
1855
+ "id_str": "socketLan___moveRule___rule___rule___destination___vlan",
1856
+ "isDeprecated": false,
1857
+ "name": "vlan",
1858
+ "path": "socketLan.moveRule.rule.rule.destination.vlan",
1859
+ "requestStr": "$vlan:[Vlan]! ",
1860
+ "required": true,
1861
+ "responseStr": "vlan:$vlan ",
1862
+ "type": {
1863
+ "kind": [
1864
+ "NON_NULL",
1865
+ "LIST",
1866
+ "NON_NULL",
1867
+ "SCALAR"
1868
+ ],
1869
+ "name": "Vlan",
1870
+ "non_null": false
1871
+ },
1872
+ "varName": "vlan"
1873
+ }
1874
+ },
1875
+ "inputFields": null,
1876
+ "interfaces": {},
1877
+ "kind": "OBJECT",
1878
+ "name": "SocketLanDestination",
1879
+ "possibleTypes": null
1880
+ },
1881
+ "indexType": "object",
1882
+ "kind": [
1883
+ "NON_NULL",
1884
+ "OBJECT"
1885
+ ],
1886
+ "name": "SocketLanDestination",
1887
+ "non_null": false
1888
+ },
1889
+ "varName": "socketLanDestination"
1890
+ },
1891
+ "direction": {
1892
+ "alias": "socketLanDirectionDirection: direction",
1893
+ "args": {},
1894
+ "deprecationReason": null,
1895
+ "description": "Direction of the traffic initiator matching criteria. ",
1896
+ "id_str": "socketLan___moveRule___rule___rule___direction",
1897
+ "isDeprecated": false,
1898
+ "name": "direction",
1899
+ "path": "socketLan.moveRule.rule.rule.direction",
1900
+ "requestStr": "$direction:SocketLanDirection! ",
1901
+ "required": true,
1902
+ "responseStr": "direction:$direction ",
1903
+ "type": {
1904
+ "definition": {
1905
+ "description": null,
1906
+ "enumValues": [
1907
+ {
1908
+ "deprecationReason": null,
1909
+ "description": "Specifies one-way direction.",
1910
+ "isDeprecated": false,
1911
+ "name": "TO"
1912
+ },
1913
+ {
1914
+ "deprecationReason": null,
1915
+ "description": "Specifies two-way direction.",
1916
+ "isDeprecated": false,
1917
+ "name": "BOTH"
1918
+ }
1919
+ ],
1920
+ "fields": null,
1921
+ "inputFields": null,
1922
+ "interfaces": null,
1923
+ "kind": "ENUM",
1924
+ "name": "SocketLanDirection",
1925
+ "possibleTypes": null
1926
+ },
1927
+ "indexType": "enum",
1928
+ "kind": [
1929
+ "NON_NULL",
1930
+ "ENUM"
1931
+ ],
1932
+ "name": "SocketLanDirection",
1933
+ "non_null": false
1934
+ },
1935
+ "varName": "direction"
1936
+ },
1937
+ "enabled": {
1938
+ "args": {},
1939
+ "deprecationReason": null,
1940
+ "description": "TRUE = Rule is enabled \n FALSE = Rule is disabled",
1941
+ "id_str": "socketLan___moveRule___rule___rule___enabled",
1942
+ "isDeprecated": false,
1943
+ "name": "enabled",
1944
+ "path": "socketLan.moveRule.rule.rule.enabled",
1945
+ "requestStr": "$enabled:Boolean! ",
1946
+ "required": true,
1947
+ "responseStr": "enabled:$enabled ",
1948
+ "type": {
1949
+ "kind": [
1950
+ "NON_NULL",
1951
+ "SCALAR"
1952
+ ],
1953
+ "name": "Boolean",
1954
+ "non_null": false
1955
+ },
1956
+ "varName": "enabled"
1957
+ },
1958
+ "id": {
1959
+ "args": {},
1960
+ "deprecationReason": null,
1961
+ "description": "Rule ID",
1962
+ "id_str": "socketLan___moveRule___rule___rule___id",
1963
+ "isDeprecated": false,
1964
+ "name": "id",
1965
+ "path": "socketLan.moveRule.rule.rule.id",
1966
+ "requestStr": "$id:ID! ",
1967
+ "required": true,
1968
+ "responseStr": "id:$id ",
1969
+ "type": {
1970
+ "kind": [
1971
+ "NON_NULL",
1972
+ "SCALAR"
1973
+ ],
1974
+ "name": "ID",
1975
+ "non_null": false
1976
+ },
1977
+ "varName": "id"
1978
+ },
1979
+ "index": {
1980
+ "args": {},
1981
+ "deprecationReason": null,
1982
+ "description": "Position / priority of rule",
1983
+ "id_str": "socketLan___moveRule___rule___rule___index",
1984
+ "isDeprecated": false,
1985
+ "name": "index",
1986
+ "path": "socketLan.moveRule.rule.rule.index",
1987
+ "requestStr": "$index:Int! ",
1988
+ "required": true,
1989
+ "responseStr": "index:$index ",
1990
+ "type": {
1991
+ "kind": [
1992
+ "NON_NULL",
1993
+ "SCALAR"
1994
+ ],
1995
+ "name": "Int",
1996
+ "non_null": false
1997
+ },
1998
+ "varName": "index"
1999
+ },
2000
+ "name": {
2001
+ "args": {},
2002
+ "deprecationReason": null,
2003
+ "description": "Name of the rule",
2004
+ "id_str": "socketLan___moveRule___rule___rule___name",
2005
+ "isDeprecated": false,
2006
+ "name": "name",
2007
+ "path": "socketLan.moveRule.rule.rule.name",
2008
+ "requestStr": "$name:String! ",
2009
+ "required": true,
2010
+ "responseStr": "name:$name ",
2011
+ "type": {
2012
+ "kind": [
2013
+ "NON_NULL",
2014
+ "SCALAR"
2015
+ ],
2016
+ "name": "String",
2017
+ "non_null": false
2018
+ },
2019
+ "varName": "name"
2020
+ },
2021
+ "nat": {
2022
+ "alias": "socketLanNatSettingsNat: nat",
2023
+ "args": {},
2024
+ "deprecationReason": null,
2025
+ "description": "Optionally, enable NAT on the outgoing interface. This translates all originating IPs to one NAT IP.",
2026
+ "id_str": "socketLan___moveRule___rule___rule___nat",
2027
+ "isDeprecated": false,
2028
+ "name": "nat",
2029
+ "path": "socketLan.moveRule.rule.rule.nat",
2030
+ "requestStr": "$socketLanNatSettings:SocketLanNatSettings! ",
2031
+ "required": true,
2032
+ "responseStr": "nat:$socketLanNatSettings ",
2033
+ "type": {
2034
+ "definition": {
2035
+ "description": "Defines NAT settings for the socket LAN policy.",
2036
+ "enumValues": null,
2037
+ "fields": {
2038
+ "enabled": {
2039
+ "args": {},
2040
+ "deprecationReason": null,
2041
+ "description": "Indicates if NAT is enabled.",
2042
+ "id_str": "socketLan___moveRule___rule___rule___nat___enabled",
2043
+ "isDeprecated": false,
2044
+ "name": "enabled",
2045
+ "path": "socketLan.moveRule.rule.rule.nat.enabled",
2046
+ "requestStr": "$enabled:Boolean! ",
2047
+ "required": true,
2048
+ "responseStr": "enabled:$enabled ",
2049
+ "type": {
2050
+ "kind": [
2051
+ "NON_NULL",
2052
+ "SCALAR"
2053
+ ],
2054
+ "name": "Boolean",
2055
+ "non_null": false
2056
+ },
2057
+ "varName": "enabled"
2058
+ },
2059
+ "natType": {
2060
+ "alias": "socketLanNatTypeNatType: natType",
2061
+ "args": {},
2062
+ "deprecationReason": null,
2063
+ "description": null,
2064
+ "id_str": "socketLan___moveRule___rule___rule___nat___natType",
2065
+ "isDeprecated": false,
2066
+ "name": "natType",
2067
+ "path": "socketLan.moveRule.rule.rule.nat.natType",
2068
+ "requestStr": "$natType:SocketLanNatType! ",
2069
+ "required": true,
2070
+ "responseStr": "natType:$natType ",
2071
+ "type": {
2072
+ "definition": {
2073
+ "description": null,
2074
+ "enumValues": [
2075
+ {
2076
+ "deprecationReason": null,
2077
+ "description": null,
2078
+ "isDeprecated": false,
2079
+ "name": "DYNAMIC_PAT"
2080
+ }
2081
+ ],
2082
+ "fields": null,
2083
+ "inputFields": null,
2084
+ "interfaces": null,
2085
+ "kind": "ENUM",
2086
+ "name": "SocketLanNatType",
2087
+ "possibleTypes": null
2088
+ },
2089
+ "indexType": "enum",
2090
+ "kind": [
2091
+ "NON_NULL",
2092
+ "ENUM"
2093
+ ],
2094
+ "name": "SocketLanNatType",
2095
+ "non_null": false
2096
+ },
2097
+ "varName": "natType"
2098
+ }
2099
+ },
2100
+ "inputFields": null,
2101
+ "interfaces": {},
2102
+ "kind": "OBJECT",
2103
+ "name": "SocketLanNatSettings",
2104
+ "possibleTypes": null
2105
+ },
2106
+ "indexType": "object",
2107
+ "kind": [
2108
+ "NON_NULL",
2109
+ "OBJECT"
2110
+ ],
2111
+ "name": "SocketLanNatSettings",
2112
+ "non_null": false
2113
+ },
2114
+ "varName": "socketLanNatSettings"
2115
+ },
2116
+ "section": {
2117
+ "alias": "policySectionInfoSection: section",
2118
+ "args": {},
2119
+ "deprecationReason": null,
2120
+ "description": "Policy section where the rule is located",
2121
+ "id_str": "socketLan___moveRule___rule___rule___section",
2122
+ "isDeprecated": false,
2123
+ "name": "section",
2124
+ "path": "socketLan.moveRule.rule.rule.section",
2125
+ "requestStr": "$policySectionInfo:PolicySectionInfo! ",
2126
+ "required": true,
2127
+ "responseStr": "section:$policySectionInfo ",
2128
+ "type": {
2129
+ "definition": {
2130
+ "description": "Define settings for a policy section",
2131
+ "enumValues": null,
2132
+ "fields": {
2133
+ "id": {
2134
+ "args": {},
2135
+ "deprecationReason": null,
2136
+ "description": null,
2137
+ "id_str": "socketLan___moveRule___rule___rule___section___id",
2138
+ "isDeprecated": false,
2139
+ "name": "id",
2140
+ "path": "socketLan.moveRule.rule.rule.section.id",
2141
+ "requestStr": "$id:ID! ",
2142
+ "required": true,
2143
+ "responseStr": "id:$id ",
2144
+ "type": {
2145
+ "kind": [
2146
+ "NON_NULL",
2147
+ "SCALAR"
2148
+ ],
2149
+ "name": "ID",
2150
+ "non_null": false
2151
+ },
2152
+ "varName": "id"
2153
+ },
2154
+ "name": {
2155
+ "args": {},
2156
+ "deprecationReason": null,
2157
+ "description": null,
2158
+ "id_str": "socketLan___moveRule___rule___rule___section___name",
2159
+ "isDeprecated": false,
2160
+ "name": "name",
2161
+ "path": "socketLan.moveRule.rule.rule.section.name",
2162
+ "requestStr": "$name:String! ",
2163
+ "required": true,
2164
+ "responseStr": "name:$name ",
2165
+ "type": {
2166
+ "kind": [
2167
+ "NON_NULL",
2168
+ "SCALAR"
2169
+ ],
2170
+ "name": "String",
2171
+ "non_null": false
2172
+ },
2173
+ "varName": "name"
2174
+ }
2175
+ },
2176
+ "inputFields": null,
2177
+ "interfaces": {},
2178
+ "kind": "OBJECT",
2179
+ "name": "PolicySectionInfo",
2180
+ "possibleTypes": null
2181
+ },
2182
+ "indexType": "object",
2183
+ "kind": [
2184
+ "NON_NULL",
2185
+ "OBJECT"
2186
+ ],
2187
+ "name": "PolicySectionInfo",
2188
+ "non_null": false
2189
+ },
2190
+ "varName": "policySectionInfo"
2191
+ },
2192
+ "service": {
2193
+ "alias": "socketLanServiceService: service",
2194
+ "args": {},
2195
+ "deprecationReason": null,
2196
+ "description": "Destination service matching criteria for the rule. Port/Protocol based.",
2197
+ "id_str": "socketLan___moveRule___rule___rule___service",
2198
+ "isDeprecated": false,
2199
+ "name": "service",
2200
+ "path": "socketLan.moveRule.rule.rule.service",
2201
+ "requestStr": "$socketLanService:SocketLanService! ",
2202
+ "required": true,
2203
+ "responseStr": "service:$socketLanService ",
2204
+ "type": {
2205
+ "definition": {
2206
+ "description": "Defines services used in the socket LAN policy.",
2207
+ "enumValues": null,
2208
+ "fields": {
2209
+ "custom": {
2210
+ "alias": "customServiceCustom: custom",
2211
+ "args": {},
2212
+ "deprecationReason": null,
2213
+ "description": "Custom Port/Protocol service.",
2214
+ "id_str": "socketLan___moveRule___rule___rule___service___custom",
2215
+ "isDeprecated": false,
2216
+ "name": "custom",
2217
+ "path": "socketLan.moveRule.rule.rule.service.custom",
2218
+ "requestStr": "$customService:[CustomService]! ",
2219
+ "required": true,
2220
+ "responseStr": "custom:$customService ",
2221
+ "type": {
2222
+ "definition": {
2223
+ "description": "Returns data for Custom Service defined by a combination of L4 ports and an IP Protocol",
2224
+ "enumValues": null,
2225
+ "fields": {
2226
+ "port": {
2227
+ "args": {},
2228
+ "deprecationReason": null,
2229
+ "description": null,
2230
+ "id_str": "socketLan___moveRule___rule___rule___service___custom___port",
2231
+ "isDeprecated": false,
2232
+ "name": "port",
2233
+ "path": "socketLan.moveRule.rule.rule.service.custom.port",
2234
+ "requestStr": "$port:[Port] ",
2235
+ "required": false,
2236
+ "responseStr": "port:$port ",
2237
+ "type": {
2238
+ "kind": [
2239
+ "LIST",
2240
+ "NON_NULL",
2241
+ "SCALAR"
2242
+ ],
2243
+ "name": "Port",
2244
+ "non_null": false
2245
+ },
2246
+ "varName": "port"
2247
+ },
2248
+ "portRange": {
2249
+ "alias": "portRangePortRange: portRange",
2250
+ "args": {},
2251
+ "deprecationReason": null,
2252
+ "description": null,
2253
+ "id_str": "socketLan___moveRule___rule___rule___service___custom___portRange",
2254
+ "isDeprecated": false,
2255
+ "name": "portRange",
2256
+ "path": "socketLan.moveRule.rule.rule.service.custom.portRange",
2257
+ "requestStr": "$portRange:PortRange ",
2258
+ "required": false,
2259
+ "responseStr": "portRange:$portRange ",
2260
+ "type": {
2261
+ "definition": {
2262
+ "description": "Inclusive network port range",
2263
+ "enumValues": null,
2264
+ "fields": {
2265
+ "from": {
2266
+ "args": {},
2267
+ "deprecationReason": null,
2268
+ "description": null,
2269
+ "id_str": "socketLan___moveRule___rule___rule___service___custom___portRange___from",
2270
+ "isDeprecated": false,
2271
+ "name": "from",
2272
+ "path": "socketLan.moveRule.rule.rule.service.custom.portRange.from",
2273
+ "requestStr": "$from:Port! ",
2274
+ "required": true,
2275
+ "responseStr": "from:$from ",
2276
+ "type": {
2277
+ "kind": [
2278
+ "NON_NULL",
2279
+ "SCALAR"
2280
+ ],
2281
+ "name": "Port",
2282
+ "non_null": false
2283
+ },
2284
+ "varName": "from"
2285
+ },
2286
+ "to": {
2287
+ "args": {},
2288
+ "deprecationReason": null,
2289
+ "description": null,
2290
+ "id_str": "socketLan___moveRule___rule___rule___service___custom___portRange___to",
2291
+ "isDeprecated": false,
2292
+ "name": "to",
2293
+ "path": "socketLan.moveRule.rule.rule.service.custom.portRange.to",
2294
+ "requestStr": "$to:Port! ",
2295
+ "required": true,
2296
+ "responseStr": "to:$to ",
2297
+ "type": {
2298
+ "kind": [
2299
+ "NON_NULL",
2300
+ "SCALAR"
2301
+ ],
2302
+ "name": "Port",
2303
+ "non_null": false
2304
+ },
2305
+ "varName": "to"
2306
+ }
2307
+ },
2308
+ "inputFields": null,
2309
+ "interfaces": {},
2310
+ "kind": "OBJECT",
2311
+ "name": "PortRange",
2312
+ "possibleTypes": null
2313
+ },
2314
+ "indexType": "object",
2315
+ "kind": [
2316
+ "OBJECT"
2317
+ ],
2318
+ "name": "PortRange",
2319
+ "non_null": false
2320
+ },
2321
+ "varName": "portRange"
2322
+ },
2323
+ "protocol": {
2324
+ "alias": "ipProtocolProtocol: protocol",
2325
+ "args": {},
2326
+ "deprecationReason": null,
2327
+ "description": null,
2328
+ "id_str": "socketLan___moveRule___rule___rule___service___custom___protocol",
2329
+ "isDeprecated": false,
2330
+ "name": "protocol",
2331
+ "path": "socketLan.moveRule.rule.rule.service.custom.protocol",
2332
+ "requestStr": "$protocol:IpProtocol! ",
2333
+ "required": true,
2334
+ "responseStr": "protocol:$protocol ",
2335
+ "type": {
2336
+ "definition": {
2337
+ "description": null,
2338
+ "enumValues": [
2339
+ {
2340
+ "deprecationReason": null,
2341
+ "description": null,
2342
+ "isDeprecated": false,
2343
+ "name": "ANY"
2344
+ },
2345
+ {
2346
+ "deprecationReason": null,
2347
+ "description": null,
2348
+ "isDeprecated": false,
2349
+ "name": "TCP"
2350
+ },
2351
+ {
2352
+ "deprecationReason": null,
2353
+ "description": "TCP or UDP",
2354
+ "isDeprecated": false,
2355
+ "name": "TCP_UDP"
2356
+ },
2357
+ {
2358
+ "deprecationReason": null,
2359
+ "description": null,
2360
+ "isDeprecated": false,
2361
+ "name": "UDP"
2362
+ },
2363
+ {
2364
+ "deprecationReason": null,
2365
+ "description": null,
2366
+ "isDeprecated": false,
2367
+ "name": "ICMP"
2368
+ }
2369
+ ],
2370
+ "fields": null,
2371
+ "inputFields": null,
2372
+ "interfaces": null,
2373
+ "kind": "ENUM",
2374
+ "name": "IpProtocol",
2375
+ "possibleTypes": null
2376
+ },
2377
+ "indexType": "enum",
2378
+ "kind": [
2379
+ "NON_NULL",
2380
+ "ENUM"
2381
+ ],
2382
+ "name": "IpProtocol",
2383
+ "non_null": false
2384
+ },
2385
+ "varName": "protocol"
2386
+ }
2387
+ },
2388
+ "inputFields": null,
2389
+ "interfaces": {},
2390
+ "kind": "OBJECT",
2391
+ "name": "CustomService",
2392
+ "possibleTypes": null
2393
+ },
2394
+ "indexType": "object",
2395
+ "kind": [
2396
+ "NON_NULL",
2397
+ "LIST",
2398
+ "NON_NULL",
2399
+ "OBJECT"
2400
+ ],
2401
+ "name": "CustomService",
2402
+ "non_null": false
2403
+ },
2404
+ "varName": "customService"
2405
+ },
2406
+ "simple": {
2407
+ "alias": "simpleServiceSimple: simple",
2408
+ "args": {},
2409
+ "deprecationReason": null,
2410
+ "description": "List of L4 based services.",
2411
+ "id_str": "socketLan___moveRule___rule___rule___service___simple",
2412
+ "isDeprecated": false,
2413
+ "name": "simple",
2414
+ "path": "socketLan.moveRule.rule.rule.service.simple",
2415
+ "requestStr": "$simpleService:[SimpleService]! ",
2416
+ "required": true,
2417
+ "responseStr": "simple:$simpleService ",
2418
+ "type": {
2419
+ "definition": {
2420
+ "description": null,
2421
+ "enumValues": null,
2422
+ "fields": {
2423
+ "name": {
2424
+ "alias": "simpleServiceTypeName: name",
2425
+ "args": {},
2426
+ "deprecationReason": null,
2427
+ "description": null,
2428
+ "id_str": "socketLan___moveRule___rule___rule___service___simple___name",
2429
+ "isDeprecated": false,
2430
+ "name": "name",
2431
+ "path": "socketLan.moveRule.rule.rule.service.simple.name",
2432
+ "requestStr": "$name:SimpleServiceType! ",
2433
+ "required": true,
2434
+ "responseStr": "name:$name ",
2435
+ "type": {
2436
+ "definition": {
2437
+ "description": null,
2438
+ "enumValues": [
2439
+ {
2440
+ "deprecationReason": null,
2441
+ "description": null,
2442
+ "isDeprecated": false,
2443
+ "name": "HTTP"
2444
+ },
2445
+ {
2446
+ "deprecationReason": null,
2447
+ "description": null,
2448
+ "isDeprecated": false,
2449
+ "name": "HTTPS"
2450
+ },
2451
+ {
2452
+ "deprecationReason": null,
2453
+ "description": null,
2454
+ "isDeprecated": false,
2455
+ "name": "SSH"
2456
+ },
2457
+ {
2458
+ "deprecationReason": null,
2459
+ "description": null,
2460
+ "isDeprecated": false,
2461
+ "name": "SMTP"
2462
+ },
2463
+ {
2464
+ "deprecationReason": null,
2465
+ "description": null,
2466
+ "isDeprecated": false,
2467
+ "name": "DNS_TCP"
2468
+ },
2469
+ {
2470
+ "deprecationReason": null,
2471
+ "description": null,
2472
+ "isDeprecated": false,
2473
+ "name": "DNS_UDP"
2474
+ },
2475
+ {
2476
+ "deprecationReason": null,
2477
+ "description": null,
2478
+ "isDeprecated": false,
2479
+ "name": "RDP"
2480
+ },
2481
+ {
2482
+ "deprecationReason": null,
2483
+ "description": null,
2484
+ "isDeprecated": false,
2485
+ "name": "MYSQL"
2486
+ },
2487
+ {
2488
+ "deprecationReason": null,
2489
+ "description": null,
2490
+ "isDeprecated": false,
2491
+ "name": "FTP"
2492
+ }
2493
+ ],
2494
+ "fields": null,
2495
+ "inputFields": null,
2496
+ "interfaces": null,
2497
+ "kind": "ENUM",
2498
+ "name": "SimpleServiceType",
2499
+ "possibleTypes": null
2500
+ },
2501
+ "indexType": "enum",
2502
+ "kind": [
2503
+ "NON_NULL",
2504
+ "ENUM"
2505
+ ],
2506
+ "name": "SimpleServiceType",
2507
+ "non_null": false
2508
+ },
2509
+ "varName": "name"
2510
+ }
2511
+ },
2512
+ "inputFields": null,
2513
+ "interfaces": {},
2514
+ "kind": "OBJECT",
2515
+ "name": "SimpleService",
2516
+ "possibleTypes": null
2517
+ },
2518
+ "indexType": "object",
2519
+ "kind": [
2520
+ "NON_NULL",
2521
+ "LIST",
2522
+ "NON_NULL",
2523
+ "OBJECT"
2524
+ ],
2525
+ "name": "SimpleService",
2526
+ "non_null": false
2527
+ },
2528
+ "varName": "simpleService"
2529
+ }
2530
+ },
2531
+ "inputFields": null,
2532
+ "interfaces": {},
2533
+ "kind": "OBJECT",
2534
+ "name": "SocketLanService",
2535
+ "possibleTypes": null
2536
+ },
2537
+ "indexType": "object",
2538
+ "kind": [
2539
+ "NON_NULL",
2540
+ "OBJECT"
2541
+ ],
2542
+ "name": "SocketLanService",
2543
+ "non_null": false
2544
+ },
2545
+ "varName": "socketLanService"
2546
+ },
2547
+ "site": {
2548
+ "alias": "socketLanSiteSite: site",
2549
+ "args": {},
2550
+ "deprecationReason": null,
2551
+ "description": "The sites the policy will be enforced on.\nSocket sites only, with Socket v22 onwards.",
2552
+ "id_str": "socketLan___moveRule___rule___rule___site",
2553
+ "isDeprecated": false,
2554
+ "name": "site",
2555
+ "path": "socketLan.moveRule.rule.rule.site",
2556
+ "requestStr": "$socketLanSite:SocketLanSite! ",
2557
+ "required": true,
2558
+ "responseStr": "site:$socketLanSite ",
2559
+ "type": {
2560
+ "definition": {
2561
+ "description": "Represents the site configurations in the socket LAN policy.",
2562
+ "enumValues": null,
2563
+ "fields": {
2564
+ "group": {
2565
+ "alias": "groupRefGroup: group",
2566
+ "args": {},
2567
+ "deprecationReason": null,
2568
+ "description": "The group of sites the policy will be enforced on.\nSocket sites only, with Socket v22 onwards.",
2569
+ "id_str": "socketLan___moveRule___rule___rule___site___group",
2570
+ "isDeprecated": false,
2571
+ "name": "group",
2572
+ "path": "socketLan.moveRule.rule.rule.site.group",
2573
+ "requestStr": "$groupRef:[GroupRef]! ",
2574
+ "required": true,
2575
+ "responseStr": "group:$groupRef ",
2576
+ "type": {
2577
+ "definition": {
2578
+ "description": null,
2579
+ "enumValues": null,
2580
+ "fields": {
2581
+ "id": {
2582
+ "args": {},
2583
+ "deprecationReason": null,
2584
+ "description": null,
2585
+ "id_str": "socketLan___moveRule___rule___rule___site___group___id",
2586
+ "isDeprecated": false,
2587
+ "name": "id",
2588
+ "path": "socketLan.moveRule.rule.rule.site.group.id",
2589
+ "requestStr": "$id:ID! ",
2590
+ "required": true,
2591
+ "responseStr": "id:$id ",
2592
+ "type": {
2593
+ "kind": [
2594
+ "NON_NULL",
2595
+ "SCALAR"
2596
+ ],
2597
+ "name": "ID",
2598
+ "non_null": false
2599
+ },
2600
+ "varName": "id"
2601
+ },
2602
+ "name": {
2603
+ "args": {},
2604
+ "deprecationReason": null,
2605
+ "description": null,
2606
+ "id_str": "socketLan___moveRule___rule___rule___site___group___name",
2607
+ "isDeprecated": false,
2608
+ "name": "name",
2609
+ "path": "socketLan.moveRule.rule.rule.site.group.name",
2610
+ "requestStr": "$name:String! ",
2611
+ "required": true,
2612
+ "responseStr": "name:$name ",
2613
+ "type": {
2614
+ "kind": [
2615
+ "NON_NULL",
2616
+ "SCALAR"
2617
+ ],
2618
+ "name": "String",
2619
+ "non_null": false
2620
+ },
2621
+ "varName": "name"
2622
+ }
2623
+ },
2624
+ "inputFields": null,
2625
+ "interfaces": {},
2626
+ "kind": "OBJECT",
2627
+ "name": "GroupRef",
2628
+ "possibleTypes": null
2629
+ },
2630
+ "indexType": "object",
2631
+ "kind": [
2632
+ "NON_NULL",
2633
+ "LIST",
2634
+ "NON_NULL",
2635
+ "OBJECT"
2636
+ ],
2637
+ "name": "GroupRef",
2638
+ "non_null": false
2639
+ },
2640
+ "varName": "groupRef"
2641
+ },
2642
+ "site": {
2643
+ "alias": "siteRefSite: site",
2644
+ "args": {},
2645
+ "deprecationReason": null,
2646
+ "description": "The sites the policy will be enforced on.\nSocket sites only, with Socket v22 onwards.",
2647
+ "id_str": "socketLan___moveRule___rule___rule___site___site",
2648
+ "isDeprecated": false,
2649
+ "name": "site",
2650
+ "path": "socketLan.moveRule.rule.rule.site.site",
2651
+ "requestStr": "$siteRef:[SiteRef]! ",
2652
+ "required": true,
2653
+ "responseStr": "site:$siteRef ",
2654
+ "type": {
2655
+ "definition": {
2656
+ "description": null,
2657
+ "enumValues": null,
2658
+ "fields": {
2659
+ "id": {
2660
+ "args": {},
2661
+ "deprecationReason": null,
2662
+ "description": null,
2663
+ "id_str": "socketLan___moveRule___rule___rule___site___site___id",
2664
+ "isDeprecated": false,
2665
+ "name": "id",
2666
+ "path": "socketLan.moveRule.rule.rule.site.site.id",
2667
+ "requestStr": "$id:ID! ",
2668
+ "required": true,
2669
+ "responseStr": "id:$id ",
2670
+ "type": {
2671
+ "kind": [
2672
+ "NON_NULL",
2673
+ "SCALAR"
2674
+ ],
2675
+ "name": "ID",
2676
+ "non_null": false
2677
+ },
2678
+ "varName": "id"
2679
+ },
2680
+ "name": {
2681
+ "args": {},
2682
+ "deprecationReason": null,
2683
+ "description": null,
2684
+ "id_str": "socketLan___moveRule___rule___rule___site___site___name",
2685
+ "isDeprecated": false,
2686
+ "name": "name",
2687
+ "path": "socketLan.moveRule.rule.rule.site.site.name",
2688
+ "requestStr": "$name:String! ",
2689
+ "required": true,
2690
+ "responseStr": "name:$name ",
2691
+ "type": {
2692
+ "kind": [
2693
+ "NON_NULL",
2694
+ "SCALAR"
2695
+ ],
2696
+ "name": "String",
2697
+ "non_null": false
2698
+ },
2699
+ "varName": "name"
2700
+ }
2701
+ },
2702
+ "inputFields": null,
2703
+ "interfaces": {},
2704
+ "kind": "OBJECT",
2705
+ "name": "SiteRef",
2706
+ "possibleTypes": null
2707
+ },
2708
+ "indexType": "object",
2709
+ "kind": [
2710
+ "NON_NULL",
2711
+ "LIST",
2712
+ "NON_NULL",
2713
+ "OBJECT"
2714
+ ],
2715
+ "name": "SiteRef",
2716
+ "non_null": false
2717
+ },
2718
+ "varName": "siteRef"
2719
+ }
2720
+ },
2721
+ "inputFields": null,
2722
+ "interfaces": {},
2723
+ "kind": "OBJECT",
2724
+ "name": "SocketLanSite",
2725
+ "possibleTypes": null
2726
+ },
2727
+ "indexType": "object",
2728
+ "kind": [
2729
+ "NON_NULL",
2730
+ "OBJECT"
2731
+ ],
2732
+ "name": "SocketLanSite",
2733
+ "non_null": false
2734
+ },
2735
+ "varName": "socketLanSite"
2736
+ },
2737
+ "source": {
2738
+ "alias": "socketLanSourceSource: source",
2739
+ "args": {},
2740
+ "deprecationReason": null,
2741
+ "description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
2742
+ "id_str": "socketLan___moveRule___rule___rule___source",
2743
+ "isDeprecated": false,
2744
+ "name": "source",
2745
+ "path": "socketLan.moveRule.rule.rule.source",
2746
+ "requestStr": "$socketLanSource:SocketLanSource! ",
2747
+ "required": true,
2748
+ "responseStr": "source:$socketLanSource ",
2749
+ "type": {
2750
+ "definition": {
2751
+ "description": "Defines sources for the socket LAN policy.",
2752
+ "enumValues": null,
2753
+ "fields": {
2754
+ "floatingSubnet": {
2755
+ "alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
2756
+ "args": {},
2757
+ "deprecationReason": null,
2758
+ "description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP.\nThey are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
2759
+ "id_str": "socketLan___moveRule___rule___rule___source___floatingSubnet",
2760
+ "isDeprecated": false,
2761
+ "name": "floatingSubnet",
2762
+ "path": "socketLan.moveRule.rule.rule.source.floatingSubnet",
2763
+ "requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
2764
+ "required": true,
2765
+ "responseStr": "floatingSubnet:$floatingSubnetRef ",
2766
+ "type": {
2767
+ "definition": {
2768
+ "description": "Returns data for the Floating Subnet object. Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched\nto the route advertised by BGP. They are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
2769
+ "enumValues": null,
2770
+ "fields": {
2771
+ "id": {
2772
+ "args": {},
2773
+ "deprecationReason": null,
2774
+ "description": "Unique Floating Subnet ID",
2775
+ "id_str": "socketLan___moveRule___rule___rule___source___floatingSubnet___id",
2776
+ "isDeprecated": false,
2777
+ "name": "id",
2778
+ "path": "socketLan.moveRule.rule.rule.source.floatingSubnet.id",
2779
+ "requestStr": "$id:ID! ",
2780
+ "required": true,
2781
+ "responseStr": "id:$id ",
2782
+ "type": {
2783
+ "kind": [
2784
+ "NON_NULL",
2785
+ "SCALAR"
2786
+ ],
2787
+ "name": "ID",
2788
+ "non_null": false
2789
+ },
2790
+ "varName": "id"
2791
+ },
2792
+ "name": {
2793
+ "args": {},
2794
+ "deprecationReason": null,
2795
+ "description": "Name for the Floating Subnet",
2796
+ "id_str": "socketLan___moveRule___rule___rule___source___floatingSubnet___name",
2797
+ "isDeprecated": false,
2798
+ "name": "name",
2799
+ "path": "socketLan.moveRule.rule.rule.source.floatingSubnet.name",
2800
+ "requestStr": "$name:String! ",
2801
+ "required": true,
2802
+ "responseStr": "name:$name ",
2803
+ "type": {
2804
+ "kind": [
2805
+ "NON_NULL",
2806
+ "SCALAR"
2807
+ ],
2808
+ "name": "String",
2809
+ "non_null": false
2810
+ },
2811
+ "varName": "name"
2812
+ }
2813
+ },
2814
+ "inputFields": null,
2815
+ "interfaces": {},
2816
+ "kind": "OBJECT",
2817
+ "name": "FloatingSubnetRef",
2818
+ "possibleTypes": null
2819
+ },
2820
+ "indexType": "object",
2821
+ "kind": [
2822
+ "NON_NULL",
2823
+ "LIST",
2824
+ "NON_NULL",
2825
+ "OBJECT"
2826
+ ],
2827
+ "name": "FloatingSubnetRef",
2828
+ "non_null": false
2829
+ },
2830
+ "varName": "floatingSubnetRef"
2831
+ },
2832
+ "globalIpRange": {
2833
+ "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
2834
+ "args": {},
2835
+ "deprecationReason": null,
2836
+ "description": "Globally defined IP range, IP and subnet objects.",
2837
+ "id_str": "socketLan___moveRule___rule___rule___source___globalIpRange",
2838
+ "isDeprecated": false,
2839
+ "name": "globalIpRange",
2840
+ "path": "socketLan.moveRule.rule.rule.source.globalIpRange",
2841
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
2842
+ "required": true,
2843
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
2844
+ "type": {
2845
+ "definition": {
2846
+ "description": null,
2847
+ "enumValues": null,
2848
+ "fields": {
2849
+ "id": {
2850
+ "args": {},
2851
+ "deprecationReason": null,
2852
+ "description": null,
2853
+ "id_str": "socketLan___moveRule___rule___rule___source___globalIpRange___id",
2854
+ "isDeprecated": false,
2855
+ "name": "id",
2856
+ "path": "socketLan.moveRule.rule.rule.source.globalIpRange.id",
2857
+ "requestStr": "$id:ID! ",
2858
+ "required": true,
2859
+ "responseStr": "id:$id ",
2860
+ "type": {
2861
+ "kind": [
2862
+ "NON_NULL",
2863
+ "SCALAR"
2864
+ ],
2865
+ "name": "ID",
2866
+ "non_null": false
2867
+ },
2868
+ "varName": "id"
2869
+ },
2870
+ "name": {
2871
+ "args": {},
2872
+ "deprecationReason": null,
2873
+ "description": null,
2874
+ "id_str": "socketLan___moveRule___rule___rule___source___globalIpRange___name",
2875
+ "isDeprecated": false,
2876
+ "name": "name",
2877
+ "path": "socketLan.moveRule.rule.rule.source.globalIpRange.name",
2878
+ "requestStr": "$name:String! ",
2879
+ "required": true,
2880
+ "responseStr": "name:$name ",
2881
+ "type": {
2882
+ "kind": [
2883
+ "NON_NULL",
2884
+ "SCALAR"
2885
+ ],
2886
+ "name": "String",
2887
+ "non_null": false
2888
+ },
2889
+ "varName": "name"
2890
+ }
2891
+ },
2892
+ "inputFields": null,
2893
+ "interfaces": {},
2894
+ "kind": "OBJECT",
2895
+ "name": "GlobalIpRangeRef",
2896
+ "possibleTypes": null
2897
+ },
2898
+ "indexType": "object",
2899
+ "kind": [
2900
+ "NON_NULL",
2901
+ "LIST",
2902
+ "NON_NULL",
2903
+ "OBJECT"
2904
+ ],
2905
+ "name": "GlobalIpRangeRef",
2906
+ "non_null": false
2907
+ },
2908
+ "varName": "globalIpRangeRef"
2909
+ },
2910
+ "group": {
2911
+ "alias": "groupRefGroup: group",
2912
+ "args": {},
2913
+ "deprecationReason": null,
2914
+ "description": "Predefined Cato groups, Socket sites/objects only.",
2915
+ "id_str": "socketLan___moveRule___rule___rule___source___group",
2916
+ "isDeprecated": false,
2917
+ "name": "group",
2918
+ "path": "socketLan.moveRule.rule.rule.source.group",
2919
+ "requestStr": "$groupRef:[GroupRef]! ",
2920
+ "required": true,
2921
+ "responseStr": "group:$groupRef ",
2922
+ "type": {
2923
+ "definition": {
2924
+ "description": null,
2925
+ "enumValues": null,
2926
+ "fields": {
2927
+ "id": {
2928
+ "args": {},
2929
+ "deprecationReason": null,
2930
+ "description": null,
2931
+ "id_str": "socketLan___moveRule___rule___rule___source___group___id",
2932
+ "isDeprecated": false,
2933
+ "name": "id",
2934
+ "path": "socketLan.moveRule.rule.rule.source.group.id",
2935
+ "requestStr": "$id:ID! ",
2936
+ "required": true,
2937
+ "responseStr": "id:$id ",
2938
+ "type": {
2939
+ "kind": [
2940
+ "NON_NULL",
2941
+ "SCALAR"
2942
+ ],
2943
+ "name": "ID",
2944
+ "non_null": false
2945
+ },
2946
+ "varName": "id"
2947
+ },
2948
+ "name": {
2949
+ "args": {},
2950
+ "deprecationReason": null,
2951
+ "description": null,
2952
+ "id_str": "socketLan___moveRule___rule___rule___source___group___name",
2953
+ "isDeprecated": false,
2954
+ "name": "name",
2955
+ "path": "socketLan.moveRule.rule.rule.source.group.name",
2956
+ "requestStr": "$name:String! ",
2957
+ "required": true,
2958
+ "responseStr": "name:$name ",
2959
+ "type": {
2960
+ "kind": [
2961
+ "NON_NULL",
2962
+ "SCALAR"
2963
+ ],
2964
+ "name": "String",
2965
+ "non_null": false
2966
+ },
2967
+ "varName": "name"
2968
+ }
2969
+ },
2970
+ "inputFields": null,
2971
+ "interfaces": {},
2972
+ "kind": "OBJECT",
2973
+ "name": "GroupRef",
2974
+ "possibleTypes": null
2975
+ },
2976
+ "indexType": "object",
2977
+ "kind": [
2978
+ "NON_NULL",
2979
+ "LIST",
2980
+ "NON_NULL",
2981
+ "OBJECT"
2982
+ ],
2983
+ "name": "GroupRef",
2984
+ "non_null": false
2985
+ },
2986
+ "varName": "groupRef"
2987
+ },
2988
+ "host": {
2989
+ "alias": "hostRefHost: host",
2990
+ "args": {},
2991
+ "deprecationReason": null,
2992
+ "description": "Hosts and servers defined for your under Socket sites.",
2993
+ "id_str": "socketLan___moveRule___rule___rule___source___host",
2994
+ "isDeprecated": false,
2995
+ "name": "host",
2996
+ "path": "socketLan.moveRule.rule.rule.source.host",
2997
+ "requestStr": "$hostRef:[HostRef]! ",
2998
+ "required": true,
2999
+ "responseStr": "host:$hostRef ",
3000
+ "type": {
3001
+ "definition": {
3002
+ "description": null,
3003
+ "enumValues": null,
3004
+ "fields": {
3005
+ "id": {
3006
+ "args": {},
3007
+ "deprecationReason": null,
3008
+ "description": null,
3009
+ "id_str": "socketLan___moveRule___rule___rule___source___host___id",
3010
+ "isDeprecated": false,
3011
+ "name": "id",
3012
+ "path": "socketLan.moveRule.rule.rule.source.host.id",
3013
+ "requestStr": "$id:ID! ",
3014
+ "required": true,
3015
+ "responseStr": "id:$id ",
3016
+ "type": {
3017
+ "kind": [
3018
+ "NON_NULL",
3019
+ "SCALAR"
3020
+ ],
3021
+ "name": "ID",
3022
+ "non_null": false
3023
+ },
3024
+ "varName": "id"
3025
+ },
3026
+ "name": {
3027
+ "args": {},
3028
+ "deprecationReason": null,
3029
+ "description": null,
3030
+ "id_str": "socketLan___moveRule___rule___rule___source___host___name",
3031
+ "isDeprecated": false,
3032
+ "name": "name",
3033
+ "path": "socketLan.moveRule.rule.rule.source.host.name",
3034
+ "requestStr": "$name:String! ",
3035
+ "required": true,
3036
+ "responseStr": "name:$name ",
3037
+ "type": {
3038
+ "kind": [
3039
+ "NON_NULL",
3040
+ "SCALAR"
3041
+ ],
3042
+ "name": "String",
3043
+ "non_null": false
3044
+ },
3045
+ "varName": "name"
3046
+ }
3047
+ },
3048
+ "inputFields": null,
3049
+ "interfaces": {},
3050
+ "kind": "OBJECT",
3051
+ "name": "HostRef",
3052
+ "possibleTypes": null
3053
+ },
3054
+ "indexType": "object",
3055
+ "kind": [
3056
+ "NON_NULL",
3057
+ "LIST",
3058
+ "NON_NULL",
3059
+ "OBJECT"
3060
+ ],
3061
+ "name": "HostRef",
3062
+ "non_null": false
3063
+ },
3064
+ "varName": "hostRef"
3065
+ },
3066
+ "ip": {
3067
+ "args": {},
3068
+ "deprecationReason": null,
3069
+ "description": "IP address.",
3070
+ "id_str": "socketLan___moveRule___rule___rule___source___ip",
3071
+ "isDeprecated": false,
3072
+ "name": "ip",
3073
+ "path": "socketLan.moveRule.rule.rule.source.ip",
3074
+ "requestStr": "$ip:[IPAddress]! ",
3075
+ "required": true,
3076
+ "responseStr": "ip:$ip ",
3077
+ "type": {
3078
+ "kind": [
3079
+ "NON_NULL",
3080
+ "LIST",
3081
+ "NON_NULL",
3082
+ "SCALAR"
3083
+ ],
3084
+ "name": "IPAddress",
3085
+ "non_null": false
3086
+ },
3087
+ "varName": "ip"
3088
+ },
3089
+ "ipRange": {
3090
+ "alias": "ipAddressRangeIpRange: ipRange",
3091
+ "args": {},
3092
+ "deprecationReason": null,
3093
+ "description": "Multiple separate IP addresses or an IP range.",
3094
+ "id_str": "socketLan___moveRule___rule___rule___source___ipRange",
3095
+ "isDeprecated": false,
3096
+ "name": "ipRange",
3097
+ "path": "socketLan.moveRule.rule.rule.source.ipRange",
3098
+ "requestStr": "$ipAddressRange:[IpAddressRange]! ",
3099
+ "required": true,
3100
+ "responseStr": "ipRange:$ipAddressRange ",
3101
+ "type": {
3102
+ "definition": {
3103
+ "description": "Inclusive range of IPs",
3104
+ "enumValues": null,
3105
+ "fields": {
3106
+ "from": {
3107
+ "args": {},
3108
+ "deprecationReason": null,
3109
+ "description": null,
3110
+ "id_str": "socketLan___moveRule___rule___rule___source___ipRange___from",
3111
+ "isDeprecated": false,
3112
+ "name": "from",
3113
+ "path": "socketLan.moveRule.rule.rule.source.ipRange.from",
3114
+ "requestStr": "$from:IPAddress! ",
3115
+ "required": true,
3116
+ "responseStr": "from:$from ",
3117
+ "type": {
3118
+ "kind": [
3119
+ "NON_NULL",
3120
+ "SCALAR"
3121
+ ],
3122
+ "name": "IPAddress",
3123
+ "non_null": false
3124
+ },
3125
+ "varName": "from"
3126
+ },
3127
+ "to": {
3128
+ "args": {},
3129
+ "deprecationReason": null,
3130
+ "description": null,
3131
+ "id_str": "socketLan___moveRule___rule___rule___source___ipRange___to",
3132
+ "isDeprecated": false,
3133
+ "name": "to",
3134
+ "path": "socketLan.moveRule.rule.rule.source.ipRange.to",
3135
+ "requestStr": "$to:IPAddress! ",
3136
+ "required": true,
3137
+ "responseStr": "to:$to ",
3138
+ "type": {
3139
+ "kind": [
3140
+ "NON_NULL",
3141
+ "SCALAR"
3142
+ ],
3143
+ "name": "IPAddress",
3144
+ "non_null": false
3145
+ },
3146
+ "varName": "to"
3147
+ }
3148
+ },
3149
+ "inputFields": null,
3150
+ "interfaces": {},
3151
+ "kind": "OBJECT",
3152
+ "name": "IpAddressRange",
3153
+ "possibleTypes": null
3154
+ },
3155
+ "indexType": "object",
3156
+ "kind": [
3157
+ "NON_NULL",
3158
+ "LIST",
3159
+ "NON_NULL",
3160
+ "OBJECT"
3161
+ ],
3162
+ "name": "IpAddressRange",
3163
+ "non_null": false
3164
+ },
3165
+ "varName": "ipAddressRange"
3166
+ },
3167
+ "networkInterface": {
3168
+ "alias": "networkInterfaceRefNetworkInterface: networkInterface",
3169
+ "args": {},
3170
+ "deprecationReason": null,
3171
+ "description": "Network range defined for a site.",
3172
+ "id_str": "socketLan___moveRule___rule___rule___source___networkInterface",
3173
+ "isDeprecated": false,
3174
+ "name": "networkInterface",
3175
+ "path": "socketLan.moveRule.rule.rule.source.networkInterface",
3176
+ "requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
3177
+ "required": true,
3178
+ "responseStr": "networkInterface:$networkInterfaceRef ",
3179
+ "type": {
3180
+ "definition": {
3181
+ "description": null,
3182
+ "enumValues": null,
3183
+ "fields": {
3184
+ "id": {
3185
+ "args": {},
3186
+ "deprecationReason": null,
3187
+ "description": null,
3188
+ "id_str": "socketLan___moveRule___rule___rule___source___networkInterface___id",
3189
+ "isDeprecated": false,
3190
+ "name": "id",
3191
+ "path": "socketLan.moveRule.rule.rule.source.networkInterface.id",
3192
+ "requestStr": "$id:ID! ",
3193
+ "required": true,
3194
+ "responseStr": "id:$id ",
3195
+ "type": {
3196
+ "kind": [
3197
+ "NON_NULL",
3198
+ "SCALAR"
3199
+ ],
3200
+ "name": "ID",
3201
+ "non_null": false
3202
+ },
3203
+ "varName": "id"
3204
+ },
3205
+ "name": {
3206
+ "args": {},
3207
+ "deprecationReason": null,
3208
+ "description": null,
3209
+ "id_str": "socketLan___moveRule___rule___rule___source___networkInterface___name",
3210
+ "isDeprecated": false,
3211
+ "name": "name",
3212
+ "path": "socketLan.moveRule.rule.rule.source.networkInterface.name",
3213
+ "requestStr": "$name:String! ",
3214
+ "required": true,
3215
+ "responseStr": "name:$name ",
3216
+ "type": {
3217
+ "kind": [
3218
+ "NON_NULL",
3219
+ "SCALAR"
3220
+ ],
3221
+ "name": "String",
3222
+ "non_null": false
3223
+ },
3224
+ "varName": "name"
3225
+ }
3226
+ },
3227
+ "inputFields": null,
3228
+ "interfaces": {},
3229
+ "kind": "OBJECT",
3230
+ "name": "NetworkInterfaceRef",
3231
+ "possibleTypes": null
3232
+ },
3233
+ "indexType": "object",
3234
+ "kind": [
3235
+ "NON_NULL",
3236
+ "LIST",
3237
+ "NON_NULL",
3238
+ "OBJECT"
3239
+ ],
3240
+ "name": "NetworkInterfaceRef",
3241
+ "non_null": false
3242
+ },
3243
+ "varName": "networkInterfaceRef"
3244
+ },
3245
+ "siteNetworkSubnet": {
3246
+ "alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
3247
+ "args": {},
3248
+ "deprecationReason": null,
3249
+ "description": "GlobalRange + InterfaceSubnet",
3250
+ "id_str": "socketLan___moveRule___rule___rule___source___siteNetworkSubnet",
3251
+ "isDeprecated": false,
3252
+ "name": "siteNetworkSubnet",
3253
+ "path": "socketLan.moveRule.rule.rule.source.siteNetworkSubnet",
3254
+ "requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
3255
+ "required": true,
3256
+ "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
3257
+ "type": {
3258
+ "definition": {
3259
+ "description": null,
3260
+ "enumValues": null,
3261
+ "fields": {
3262
+ "id": {
3263
+ "args": {},
3264
+ "deprecationReason": null,
3265
+ "description": null,
3266
+ "id_str": "socketLan___moveRule___rule___rule___source___siteNetworkSubnet___id",
3267
+ "isDeprecated": false,
3268
+ "name": "id",
3269
+ "path": "socketLan.moveRule.rule.rule.source.siteNetworkSubnet.id",
3270
+ "requestStr": "$id:ID! ",
3271
+ "required": true,
3272
+ "responseStr": "id:$id ",
3273
+ "type": {
3274
+ "kind": [
3275
+ "NON_NULL",
3276
+ "SCALAR"
3277
+ ],
3278
+ "name": "ID",
3279
+ "non_null": false
3280
+ },
3281
+ "varName": "id"
3282
+ },
3283
+ "name": {
3284
+ "args": {},
3285
+ "deprecationReason": null,
3286
+ "description": null,
3287
+ "id_str": "socketLan___moveRule___rule___rule___source___siteNetworkSubnet___name",
3288
+ "isDeprecated": false,
3289
+ "name": "name",
3290
+ "path": "socketLan.moveRule.rule.rule.source.siteNetworkSubnet.name",
3291
+ "requestStr": "$name:String! ",
3292
+ "required": true,
3293
+ "responseStr": "name:$name ",
3294
+ "type": {
3295
+ "kind": [
3296
+ "NON_NULL",
3297
+ "SCALAR"
3298
+ ],
3299
+ "name": "String",
3300
+ "non_null": false
3301
+ },
3302
+ "varName": "name"
3303
+ }
3304
+ },
3305
+ "inputFields": null,
3306
+ "interfaces": {},
3307
+ "kind": "OBJECT",
3308
+ "name": "SiteNetworkSubnetRef",
3309
+ "possibleTypes": null
3310
+ },
3311
+ "indexType": "object",
3312
+ "kind": [
3313
+ "NON_NULL",
3314
+ "LIST",
3315
+ "NON_NULL",
3316
+ "OBJECT"
3317
+ ],
3318
+ "name": "SiteNetworkSubnetRef",
3319
+ "non_null": false
3320
+ },
3321
+ "varName": "siteNetworkSubnetRef"
3322
+ },
3323
+ "subnet": {
3324
+ "args": {},
3325
+ "deprecationReason": null,
3326
+ "description": "Subnets and network ranges defined for the LAN interfaces of a site.",
3327
+ "id_str": "socketLan___moveRule___rule___rule___source___subnet",
3328
+ "isDeprecated": false,
3329
+ "name": "subnet",
3330
+ "path": "socketLan.moveRule.rule.rule.source.subnet",
3331
+ "requestStr": "$subnet:[NetworkSubnet]! ",
3332
+ "required": true,
3333
+ "responseStr": "subnet:$subnet ",
3334
+ "type": {
3335
+ "kind": [
3336
+ "NON_NULL",
3337
+ "LIST",
3338
+ "NON_NULL",
3339
+ "SCALAR"
3340
+ ],
3341
+ "name": "NetworkSubnet",
3342
+ "non_null": false
3343
+ },
3344
+ "varName": "subnet"
3345
+ },
3346
+ "systemGroup": {
3347
+ "alias": "systemGroupRefSystemGroup: systemGroup",
3348
+ "args": {},
3349
+ "deprecationReason": null,
3350
+ "description": "Predefined Cato groups.",
3351
+ "id_str": "socketLan___moveRule___rule___rule___source___systemGroup",
3352
+ "isDeprecated": false,
3353
+ "name": "systemGroup",
3354
+ "path": "socketLan.moveRule.rule.rule.source.systemGroup",
3355
+ "requestStr": "$systemGroupRef:[SystemGroupRef]! ",
3356
+ "required": true,
3357
+ "responseStr": "systemGroup:$systemGroupRef ",
3358
+ "type": {
3359
+ "definition": {
3360
+ "description": null,
3361
+ "enumValues": null,
3362
+ "fields": {
3363
+ "id": {
3364
+ "args": {},
3365
+ "deprecationReason": null,
3366
+ "description": null,
3367
+ "id_str": "socketLan___moveRule___rule___rule___source___systemGroup___id",
3368
+ "isDeprecated": false,
3369
+ "name": "id",
3370
+ "path": "socketLan.moveRule.rule.rule.source.systemGroup.id",
3371
+ "requestStr": "$id:ID! ",
3372
+ "required": true,
3373
+ "responseStr": "id:$id ",
3374
+ "type": {
3375
+ "kind": [
3376
+ "NON_NULL",
3377
+ "SCALAR"
3378
+ ],
3379
+ "name": "ID",
3380
+ "non_null": false
3381
+ },
3382
+ "varName": "id"
3383
+ },
3384
+ "name": {
3385
+ "args": {},
3386
+ "deprecationReason": null,
3387
+ "description": null,
3388
+ "id_str": "socketLan___moveRule___rule___rule___source___systemGroup___name",
3389
+ "isDeprecated": false,
3390
+ "name": "name",
3391
+ "path": "socketLan.moveRule.rule.rule.source.systemGroup.name",
3392
+ "requestStr": "$name:String! ",
3393
+ "required": true,
3394
+ "responseStr": "name:$name ",
3395
+ "type": {
3396
+ "kind": [
3397
+ "NON_NULL",
3398
+ "SCALAR"
3399
+ ],
3400
+ "name": "String",
3401
+ "non_null": false
3402
+ },
3403
+ "varName": "name"
3404
+ }
3405
+ },
3406
+ "inputFields": null,
3407
+ "interfaces": {},
3408
+ "kind": "OBJECT",
3409
+ "name": "SystemGroupRef",
3410
+ "possibleTypes": null
3411
+ },
3412
+ "indexType": "object",
3413
+ "kind": [
3414
+ "NON_NULL",
3415
+ "LIST",
3416
+ "NON_NULL",
3417
+ "OBJECT"
3418
+ ],
3419
+ "name": "SystemGroupRef",
3420
+ "non_null": false
3421
+ },
3422
+ "varName": "systemGroupRef"
3423
+ },
3424
+ "vlan": {
3425
+ "args": {},
3426
+ "deprecationReason": null,
3427
+ "description": "VLAN ID matching criteria.",
3428
+ "id_str": "socketLan___moveRule___rule___rule___source___vlan",
3429
+ "isDeprecated": false,
3430
+ "name": "vlan",
3431
+ "path": "socketLan.moveRule.rule.rule.source.vlan",
3432
+ "requestStr": "$vlan:[Vlan]! ",
3433
+ "required": true,
3434
+ "responseStr": "vlan:$vlan ",
3435
+ "type": {
3436
+ "kind": [
3437
+ "NON_NULL",
3438
+ "LIST",
3439
+ "NON_NULL",
3440
+ "SCALAR"
3441
+ ],
3442
+ "name": "Vlan",
3443
+ "non_null": false
3444
+ },
3445
+ "varName": "vlan"
3446
+ }
3447
+ },
3448
+ "inputFields": null,
3449
+ "interfaces": {},
3450
+ "kind": "OBJECT",
3451
+ "name": "SocketLanSource",
3452
+ "possibleTypes": null
3453
+ },
3454
+ "indexType": "object",
3455
+ "kind": [
3456
+ "NON_NULL",
3457
+ "OBJECT"
3458
+ ],
3459
+ "name": "SocketLanSource",
3460
+ "non_null": false
3461
+ },
3462
+ "varName": "socketLanSource"
3463
+ },
3464
+ "transport": {
3465
+ "alias": "socketLanTransportTypeTransport: transport",
3466
+ "args": {},
3467
+ "deprecationReason": null,
3468
+ "description": "The transport of the matching traffic.\nEither govern traffic to be routed locally (LAN), or to the PoP(WAN).\nTraffic is send to the WAN by default.\nTraffic routed in the LAN, enforced by the LAN Firewall rules.",
3469
+ "id_str": "socketLan___moveRule___rule___rule___transport",
3470
+ "isDeprecated": false,
3471
+ "name": "transport",
3472
+ "path": "socketLan.moveRule.rule.rule.transport",
3473
+ "requestStr": "$transport:SocketLanTransportType! ",
3474
+ "required": true,
3475
+ "responseStr": "transport:$transport ",
3476
+ "type": {
3477
+ "definition": {
3478
+ "description": null,
3479
+ "enumValues": [
3480
+ {
3481
+ "deprecationReason": null,
3482
+ "description": "Specifies WAN transport type, send to the PoP for inspection of WAN Firewall.",
3483
+ "isDeprecated": false,
3484
+ "name": "WAN"
3485
+ },
3486
+ {
3487
+ "deprecationReason": null,
3488
+ "description": "Specifies LAN transport type, routed locally for inspection of LAN Firewall.",
3489
+ "isDeprecated": false,
3490
+ "name": "LAN"
3491
+ }
3492
+ ],
3493
+ "fields": null,
3494
+ "inputFields": null,
3495
+ "interfaces": null,
3496
+ "kind": "ENUM",
3497
+ "name": "SocketLanTransportType",
3498
+ "possibleTypes": null
3499
+ },
3500
+ "indexType": "enum",
3501
+ "kind": [
3502
+ "NON_NULL",
3503
+ "ENUM"
3504
+ ],
3505
+ "name": "SocketLanTransportType",
3506
+ "non_null": false
3507
+ },
3508
+ "varName": "transport"
3509
+ }
3510
+ },
3511
+ "inputFields": null,
3512
+ "interfaces": {},
3513
+ "kind": "OBJECT",
3514
+ "name": "SocketLanRule",
3515
+ "possibleTypes": null
3516
+ },
3517
+ "indexType": "object",
3518
+ "kind": [
3519
+ "NON_NULL",
3520
+ "OBJECT"
3521
+ ],
3522
+ "name": "SocketLanRule",
3523
+ "non_null": false
3524
+ },
3525
+ "varName": "socketLanRule"
3526
+ }
3527
+ },
3528
+ "inputFields": null,
3529
+ "interfaces": {},
3530
+ "kind": "OBJECT",
3531
+ "name": "SocketLanRulePayload",
3532
+ "possibleTypes": null
3533
+ },
3534
+ "indexType": "object",
3535
+ "kind": [
3536
+ "OBJECT"
3537
+ ],
3538
+ "name": "SocketLanRulePayload",
3539
+ "non_null": false
3540
+ },
3541
+ "varName": "socketLanRulePayload"
3542
+ },
3543
+ "status": {
3544
+ "alias": "policyMutationStatusStatus: status",
3545
+ "args": {},
3546
+ "deprecationReason": null,
3547
+ "description": null,
3548
+ "id_str": "socketLan___moveRule___status",
3549
+ "isDeprecated": false,
3550
+ "name": "status",
3551
+ "path": "socketLan.moveRule.status",
3552
+ "requestStr": "$status:PolicyMutationStatus! ",
3553
+ "required": true,
3554
+ "responseStr": "status:$status ",
3555
+ "type": {
3556
+ "definition": {
3557
+ "description": "Enum for the status of a policy mutation",
3558
+ "enumValues": [
3559
+ {
3560
+ "deprecationReason": null,
3561
+ "description": null,
3562
+ "isDeprecated": false,
3563
+ "name": "SUCCESS"
3564
+ },
3565
+ {
3566
+ "deprecationReason": null,
3567
+ "description": null,
3568
+ "isDeprecated": false,
3569
+ "name": "FAILURE"
3570
+ }
3571
+ ],
3572
+ "fields": null,
3573
+ "inputFields": null,
3574
+ "interfaces": null,
3575
+ "kind": "ENUM",
3576
+ "name": "PolicyMutationStatus",
3577
+ "possibleTypes": null
3578
+ },
3579
+ "indexType": "enum",
3580
+ "kind": [
3581
+ "NON_NULL",
3582
+ "ENUM"
3583
+ ],
3584
+ "name": "PolicyMutationStatus",
3585
+ "non_null": false
3586
+ },
3587
+ "varName": "status"
3588
+ }
3589
+ },
3590
+ "inputFields": null,
3591
+ "interfaces": {},
3592
+ "kind": "OBJECT",
3593
+ "name": "SocketLanRuleMutationPayload",
3594
+ "possibleTypes": null
3595
+ },
3596
+ "indexType": "object",
3597
+ "kind": [
3598
+ "NON_NULL",
3599
+ "OBJECT"
3600
+ ],
3601
+ "name": "SocketLanRuleMutationPayload",
3602
+ "non_null": false
3603
+ },
3604
+ "varName": "socketLanRuleMutationPayload"
3605
+ }
3606
+ },
3607
+ "inputFields": null,
3608
+ "interfaces": {},
3609
+ "kind": "OBJECT",
3610
+ "name": "SocketLanPolicyMutations",
3611
+ "possibleTypes": null
3612
+ },
3613
+ "indexType": "object",
3614
+ "kind": [
3615
+ "OBJECT"
3616
+ ],
3617
+ "name": "SocketLanPolicyMutations",
3618
+ "non_null": false
3619
+ },
3620
+ "varName": "socketLanPolicyMutations"
3621
+ }
3622
+ },
3623
+ "inputFields": null,
3624
+ "interfaces": [],
3625
+ "kind": "OBJECT",
3626
+ "name": "PolicyMutations",
3627
+ "possibleTypes": null
3628
+ },
3629
+ "indexType": "object",
3630
+ "kind": [
3631
+ "OBJECT"
3632
+ ],
3633
+ "name": "PolicyMutations",
3634
+ "non_null": false
3635
+ },
3636
+ "variablesPayload": {
3637
+ "policyMoveRuleInput": {
3638
+ "id": {
3639
+ "id": "ID"
3640
+ },
3641
+ "policyRulePositionInput": {
3642
+ "position": {
3643
+ "position": "enum(PolicyRulePositionEnum)"
3644
+ },
3645
+ "ref": {
3646
+ "ref": "ID"
3647
+ }
3648
+ }
3649
+ },
3650
+ "socketLanPolicyMutationInput": {
3651
+ "policyMutationRevisionInput": {
3652
+ "id": {
3653
+ "id": "ID"
3654
+ }
3655
+ }
3656
+ }
3657
+ }
3658
+ }