catocli 1.0.18__py3-none-any.whl → 1.0.20__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of catocli might be problematic. Click here for more details.

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