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