catocli 1.0.19__py3-none-any.whl → 1.0.21__py3-none-any.whl

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

Potentially problematic release.


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

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