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