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