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