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