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,3860 @@
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": "SocketLanPolicyMutationPayload",
85
+ "ofType": null
86
+ }
87
+ }
88
+ },
89
+ "socketLan": {
90
+ "args": {
91
+ "socketLan___input": {
92
+ "defaultValue": null,
93
+ "description": null,
94
+ "id_str": "socketLan___input",
95
+ "name": "input",
96
+ "path": "socketLan.input",
97
+ "requestStr": "$socketLanPolicyMutationInput:SocketLanPolicyMutationInput ",
98
+ "required": false,
99
+ "responseStr": "input:$socketLanPolicyMutationInput ",
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": "socketLan___input___revision",
110
+ "name": "revision",
111
+ "path": "socketLan.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": "socketLan___input___revision___id",
125
+ "name": "id",
126
+ "path": "socketLan.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": "SocketLanPolicyMutationInput",
158
+ "possibleTypes": null
159
+ },
160
+ "indexType": "input_object",
161
+ "kind": [
162
+ "INPUT_OBJECT"
163
+ ],
164
+ "name": "SocketLanPolicyMutationInput",
165
+ "non_null": false
166
+ },
167
+ "varName": "socketLanPolicyMutationInput"
168
+ }
169
+ },
170
+ "deprecationReason": null,
171
+ "description": null,
172
+ "isDeprecated": false,
173
+ "name": "socketLan",
174
+ "type": {
175
+ "kind": "OBJECT",
176
+ "name": "SocketLanPolicyMutations",
177
+ "ofType": null
178
+ }
179
+ }
180
+ },
181
+ "deprecationReason": null,
182
+ "description": null,
183
+ "fieldTypes": {
184
+ "CustomService": true,
185
+ "FloatingSubnetRef": true,
186
+ "GlobalIpRangeRef": true,
187
+ "GroupRef": true,
188
+ "HostRef": true,
189
+ "IpAddressRange": true,
190
+ "IpProtocol": true,
191
+ "NetworkInterfaceRef": true,
192
+ "PolicyAudit": true,
193
+ "PolicyElementAudit": true,
194
+ "PolicyElementPropertiesEnum": true,
195
+ "PolicyMutationError": true,
196
+ "PolicyMutationRevisionInput": true,
197
+ "PolicyMutationStatus": true,
198
+ "PolicyRevision": true,
199
+ "PolicySectionInfo": true,
200
+ "PolicySectionPayload": true,
201
+ "PortRange": true,
202
+ "SimpleService": true,
203
+ "SimpleServiceType": true,
204
+ "SiteNetworkSubnetRef": true,
205
+ "SiteRef": true,
206
+ "SocketLanDestination": true,
207
+ "SocketLanDirection": true,
208
+ "SocketLanNatSettings": true,
209
+ "SocketLanNatType": true,
210
+ "SocketLanPolicy": true,
211
+ "SocketLanPolicyMutationPayload": true,
212
+ "SocketLanPolicyMutations": true,
213
+ "SocketLanRule": true,
214
+ "SocketLanRulePayload": true,
215
+ "SocketLanService": true,
216
+ "SocketLanSite": true,
217
+ "SocketLanSource": true,
218
+ "SocketLanTransportType": true,
219
+ "SystemGroupRef": true
220
+ },
221
+ "isDeprecated": false,
222
+ "name": "policy",
223
+ "operationArgs": {
224
+ "accountId": {
225
+ "defaultValue": null,
226
+ "description": null,
227
+ "id_str": "accountId",
228
+ "name": "accountId",
229
+ "path": "accountId",
230
+ "requestStr": "$accountId:ID! ",
231
+ "required": true,
232
+ "responseStr": "accountId:$accountId ",
233
+ "type": {
234
+ "kind": [
235
+ "NON_NULL",
236
+ "SCALAR"
237
+ ],
238
+ "name": "ID",
239
+ "non_null": false
240
+ },
241
+ "varName": "accountId"
242
+ },
243
+ "policyDiscardRevisionInput": {
244
+ "defaultValue": null,
245
+ "description": null,
246
+ "id_str": "discardPolicyRevision___input",
247
+ "name": "input",
248
+ "path": "discardPolicyRevision.input",
249
+ "requestStr": "$policyDiscardRevisionInput:PolicyDiscardRevisionInput ",
250
+ "required": false,
251
+ "responseStr": "input:$policyDiscardRevisionInput ",
252
+ "type": {
253
+ "definition": {
254
+ "description": "Discards unpublished revision for the policy and reverts to the settings for the published policy.",
255
+ "enumValues": null,
256
+ "fields": null,
257
+ "inputFields": {
258
+ "id": {
259
+ "defaultValue": null,
260
+ "description": null,
261
+ "id_str": "discardPolicyRevision___input___id",
262
+ "name": "id",
263
+ "path": "discardPolicyRevision.input.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": "PolicyDiscardRevisionInput",
280
+ "possibleTypes": null
281
+ },
282
+ "indexType": "input_object",
283
+ "kind": [
284
+ "INPUT_OBJECT"
285
+ ],
286
+ "name": "PolicyDiscardRevisionInput",
287
+ "non_null": false
288
+ },
289
+ "varName": "policyDiscardRevisionInput"
290
+ },
291
+ "socketLanPolicyMutationInput": {
292
+ "defaultValue": null,
293
+ "description": null,
294
+ "id_str": "socketLan___input",
295
+ "name": "input",
296
+ "path": "socketLan.input",
297
+ "requestStr": "$socketLanPolicyMutationInput:SocketLanPolicyMutationInput ",
298
+ "required": false,
299
+ "responseStr": "input:$socketLanPolicyMutationInput ",
300
+ "type": {
301
+ "definition": {
302
+ "description": null,
303
+ "enumValues": null,
304
+ "fields": null,
305
+ "inputFields": {
306
+ "revision": {
307
+ "defaultValue": null,
308
+ "description": null,
309
+ "id_str": "socketLan___input___revision",
310
+ "name": "revision",
311
+ "path": "socketLan.input.revision",
312
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
313
+ "required": false,
314
+ "responseStr": "revision:$policyMutationRevisionInput ",
315
+ "type": {
316
+ "definition": {
317
+ "description": null,
318
+ "enumValues": null,
319
+ "fields": null,
320
+ "inputFields": {
321
+ "id": {
322
+ "defaultValue": null,
323
+ "description": null,
324
+ "id_str": "socketLan___input___revision___id",
325
+ "name": "id",
326
+ "path": "socketLan.input.revision.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": "PolicyMutationRevisionInput",
343
+ "possibleTypes": null
344
+ },
345
+ "indexType": "input_object",
346
+ "kind": [
347
+ "INPUT_OBJECT"
348
+ ],
349
+ "name": "PolicyMutationRevisionInput",
350
+ "non_null": false
351
+ },
352
+ "varName": "policyMutationRevisionInput"
353
+ }
354
+ },
355
+ "interfaces": null,
356
+ "kind": "INPUT_OBJECT",
357
+ "name": "SocketLanPolicyMutationInput",
358
+ "possibleTypes": null
359
+ },
360
+ "indexType": "input_object",
361
+ "kind": [
362
+ "INPUT_OBJECT"
363
+ ],
364
+ "name": "SocketLanPolicyMutationInput",
365
+ "non_null": false
366
+ },
367
+ "varName": "socketLanPolicyMutationInput"
368
+ }
369
+ },
370
+ "path": "mutation.policy.socketLan.discardPolicyRevision",
371
+ "type": {
372
+ "definition": {
373
+ "description": "Policies that can be configured with mutation APIs.",
374
+ "enumValues": null,
375
+ "fields": {
376
+ "socketLan": {
377
+ "args": {
378
+ "socketLan___input": {
379
+ "defaultValue": null,
380
+ "description": null,
381
+ "id_str": "socketLan___input",
382
+ "name": "input",
383
+ "path": "socketLan.input",
384
+ "requestStr": "$socketLanPolicyMutationInput:SocketLanPolicyMutationInput ",
385
+ "required": false,
386
+ "responseStr": "input:$socketLanPolicyMutationInput ",
387
+ "type": {
388
+ "definition": {
389
+ "description": null,
390
+ "enumValues": null,
391
+ "fields": null,
392
+ "inputFields": {
393
+ "revision": {
394
+ "defaultValue": null,
395
+ "description": null,
396
+ "id_str": "socketLan___input___revision",
397
+ "name": "revision",
398
+ "path": "socketLan.input.revision",
399
+ "requestStr": "$policyMutationRevisionInput:PolicyMutationRevisionInput ",
400
+ "required": false,
401
+ "responseStr": "revision:$policyMutationRevisionInput ",
402
+ "type": {
403
+ "definition": {
404
+ "description": null,
405
+ "enumValues": null,
406
+ "fields": null,
407
+ "inputFields": {
408
+ "id": {
409
+ "defaultValue": null,
410
+ "description": null,
411
+ "id_str": "socketLan___input___revision___id",
412
+ "name": "id",
413
+ "path": "socketLan.input.revision.id",
414
+ "requestStr": "$id:ID ",
415
+ "required": false,
416
+ "responseStr": "id:$id ",
417
+ "type": {
418
+ "kind": [
419
+ "SCALAR"
420
+ ],
421
+ "name": "ID",
422
+ "non_null": false
423
+ },
424
+ "varName": "id"
425
+ }
426
+ },
427
+ "interfaces": null,
428
+ "kind": "INPUT_OBJECT",
429
+ "name": "PolicyMutationRevisionInput",
430
+ "possibleTypes": null
431
+ },
432
+ "indexType": "input_object",
433
+ "kind": [
434
+ "INPUT_OBJECT"
435
+ ],
436
+ "name": "PolicyMutationRevisionInput",
437
+ "non_null": false
438
+ },
439
+ "varName": "policyMutationRevisionInput"
440
+ }
441
+ },
442
+ "interfaces": null,
443
+ "kind": "INPUT_OBJECT",
444
+ "name": "SocketLanPolicyMutationInput",
445
+ "possibleTypes": null
446
+ },
447
+ "indexType": "input_object",
448
+ "kind": [
449
+ "INPUT_OBJECT"
450
+ ],
451
+ "name": "SocketLanPolicyMutationInput",
452
+ "non_null": false
453
+ },
454
+ "varName": "socketLanPolicyMutationInput"
455
+ }
456
+ },
457
+ "deprecationReason": null,
458
+ "description": null,
459
+ "id_str": "socketLan",
460
+ "isDeprecated": false,
461
+ "name": "socketLan",
462
+ "path": "socketLan",
463
+ "requestStr": "$socketLanPolicyMutations:SocketLanPolicyMutations ",
464
+ "required": false,
465
+ "responseStr": "socketLan:$socketLanPolicyMutations ",
466
+ "type": {
467
+ "definition": {
468
+ "description": null,
469
+ "enumValues": null,
470
+ "fields": {
471
+ "discardPolicyRevision": {
472
+ "args": {
473
+ "discardPolicyRevision___input": {
474
+ "defaultValue": null,
475
+ "description": null,
476
+ "id_str": "discardPolicyRevision___input",
477
+ "name": "input",
478
+ "path": "discardPolicyRevision.input",
479
+ "requestStr": "$policyDiscardRevisionInput:PolicyDiscardRevisionInput ",
480
+ "required": false,
481
+ "responseStr": "input:$policyDiscardRevisionInput ",
482
+ "type": {
483
+ "definition": {
484
+ "description": "Discards unpublished revision for the policy and reverts to the settings for the published policy.",
485
+ "enumValues": null,
486
+ "fields": null,
487
+ "inputFields": {
488
+ "id": {
489
+ "defaultValue": null,
490
+ "description": null,
491
+ "id_str": "discardPolicyRevision___input___id",
492
+ "name": "id",
493
+ "path": "discardPolicyRevision.input.id",
494
+ "requestStr": "$id:ID ",
495
+ "required": false,
496
+ "responseStr": "id:$id ",
497
+ "type": {
498
+ "kind": [
499
+ "SCALAR"
500
+ ],
501
+ "name": "ID",
502
+ "non_null": false
503
+ },
504
+ "varName": "id"
505
+ }
506
+ },
507
+ "interfaces": null,
508
+ "kind": "INPUT_OBJECT",
509
+ "name": "PolicyDiscardRevisionInput",
510
+ "possibleTypes": null
511
+ },
512
+ "indexType": "input_object",
513
+ "kind": [
514
+ "INPUT_OBJECT"
515
+ ],
516
+ "name": "PolicyDiscardRevisionInput",
517
+ "non_null": false
518
+ },
519
+ "varName": "policyDiscardRevisionInput"
520
+ }
521
+ },
522
+ "deprecationReason": null,
523
+ "description": null,
524
+ "id_str": "socketLan___discardPolicyRevision",
525
+ "isDeprecated": false,
526
+ "name": "discardPolicyRevision",
527
+ "path": "socketLan.discardPolicyRevision",
528
+ "requestStr": "$socketLanPolicyMutationPayload:SocketLanPolicyMutationPayload! ",
529
+ "required": true,
530
+ "responseStr": "discardPolicyRevision:$socketLanPolicyMutationPayload ",
531
+ "type": {
532
+ "definition": {
533
+ "description": null,
534
+ "enumValues": null,
535
+ "fields": {
536
+ "errors": {
537
+ "alias": "policyMutationErrorErrors: errors",
538
+ "args": {},
539
+ "deprecationReason": null,
540
+ "description": null,
541
+ "id_str": "socketLan___discardPolicyRevision___errors",
542
+ "isDeprecated": false,
543
+ "name": "errors",
544
+ "path": "socketLan.discardPolicyRevision.errors",
545
+ "requestStr": "$policyMutationError:[PolicyMutationError]! ",
546
+ "required": true,
547
+ "responseStr": "errors:$policyMutationError ",
548
+ "type": {
549
+ "definition": {
550
+ "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\"",
551
+ "enumValues": null,
552
+ "fields": {
553
+ "errorCode": {
554
+ "args": {},
555
+ "deprecationReason": null,
556
+ "description": null,
557
+ "id_str": "socketLan___discardPolicyRevision___errors___errorCode",
558
+ "isDeprecated": false,
559
+ "name": "errorCode",
560
+ "path": "socketLan.discardPolicyRevision.errors.errorCode",
561
+ "requestStr": "$errorCode:String ",
562
+ "required": false,
563
+ "responseStr": "errorCode:$errorCode ",
564
+ "type": {
565
+ "kind": [
566
+ "SCALAR"
567
+ ],
568
+ "name": "String",
569
+ "non_null": false
570
+ },
571
+ "varName": "errorCode"
572
+ },
573
+ "errorMessage": {
574
+ "args": {},
575
+ "deprecationReason": null,
576
+ "description": null,
577
+ "id_str": "socketLan___discardPolicyRevision___errors___errorMessage",
578
+ "isDeprecated": false,
579
+ "name": "errorMessage",
580
+ "path": "socketLan.discardPolicyRevision.errors.errorMessage",
581
+ "requestStr": "$errorMessage:String ",
582
+ "required": false,
583
+ "responseStr": "errorMessage:$errorMessage ",
584
+ "type": {
585
+ "kind": [
586
+ "SCALAR"
587
+ ],
588
+ "name": "String",
589
+ "non_null": false
590
+ },
591
+ "varName": "errorMessage"
592
+ }
593
+ },
594
+ "inputFields": null,
595
+ "interfaces": {},
596
+ "kind": "OBJECT",
597
+ "name": "PolicyMutationError",
598
+ "possibleTypes": null
599
+ },
600
+ "indexType": "object",
601
+ "kind": [
602
+ "NON_NULL",
603
+ "LIST",
604
+ "NON_NULL",
605
+ "OBJECT"
606
+ ],
607
+ "name": "PolicyMutationError",
608
+ "non_null": false
609
+ },
610
+ "varName": "policyMutationError"
611
+ },
612
+ "policy": {
613
+ "alias": "socketLanPolicyPolicy: policy",
614
+ "args": {},
615
+ "deprecationReason": null,
616
+ "description": null,
617
+ "id_str": "socketLan___discardPolicyRevision___policy",
618
+ "isDeprecated": false,
619
+ "name": "policy",
620
+ "path": "socketLan.discardPolicyRevision.policy",
621
+ "requestStr": "$socketLanPolicy:SocketLanPolicy ",
622
+ "required": false,
623
+ "responseStr": "policy:$socketLanPolicy ",
624
+ "type": {
625
+ "definition": {
626
+ "description": null,
627
+ "enumValues": null,
628
+ "fields": {
629
+ "audit": {
630
+ "args": {},
631
+ "deprecationReason": null,
632
+ "description": null,
633
+ "id_str": "socketLan___discardPolicyRevision___policy___audit",
634
+ "isDeprecated": false,
635
+ "name": "audit",
636
+ "path": "socketLan.discardPolicyRevision.policy.audit",
637
+ "requestStr": "$policyAudit:PolicyAudit ",
638
+ "required": false,
639
+ "responseStr": "audit:$policyAudit ",
640
+ "type": {
641
+ "definition": {
642
+ "description": null,
643
+ "enumValues": null,
644
+ "fields": {
645
+ "publishedBy": {
646
+ "args": {},
647
+ "deprecationReason": null,
648
+ "description": null,
649
+ "id_str": "socketLan___discardPolicyRevision___policy___audit___publishedBy",
650
+ "isDeprecated": false,
651
+ "name": "publishedBy",
652
+ "path": "socketLan.discardPolicyRevision.policy.audit.publishedBy",
653
+ "requestStr": "$publishedBy:String! ",
654
+ "required": true,
655
+ "responseStr": "publishedBy:$publishedBy ",
656
+ "type": {
657
+ "kind": [
658
+ "NON_NULL",
659
+ "SCALAR"
660
+ ],
661
+ "name": "String",
662
+ "non_null": false
663
+ },
664
+ "varName": "publishedBy"
665
+ },
666
+ "publishedTime": {
667
+ "args": {},
668
+ "deprecationReason": null,
669
+ "description": null,
670
+ "id_str": "socketLan___discardPolicyRevision___policy___audit___publishedTime",
671
+ "isDeprecated": false,
672
+ "name": "publishedTime",
673
+ "path": "socketLan.discardPolicyRevision.policy.audit.publishedTime",
674
+ "requestStr": "$publishedTime:DateTime! ",
675
+ "required": true,
676
+ "responseStr": "publishedTime:$publishedTime ",
677
+ "type": {
678
+ "kind": [
679
+ "NON_NULL",
680
+ "SCALAR"
681
+ ],
682
+ "name": "DateTime",
683
+ "non_null": false
684
+ },
685
+ "varName": "publishedTime"
686
+ }
687
+ },
688
+ "inputFields": null,
689
+ "interfaces": {},
690
+ "kind": "OBJECT",
691
+ "name": "PolicyAudit",
692
+ "possibleTypes": null
693
+ },
694
+ "indexType": "object",
695
+ "kind": [
696
+ "OBJECT"
697
+ ],
698
+ "name": "PolicyAudit",
699
+ "non_null": false
700
+ },
701
+ "varName": "policyAudit"
702
+ },
703
+ "enabled": {
704
+ "args": {},
705
+ "deprecationReason": null,
706
+ "description": null,
707
+ "id_str": "socketLan___discardPolicyRevision___policy___enabled",
708
+ "isDeprecated": false,
709
+ "name": "enabled",
710
+ "path": "socketLan.discardPolicyRevision.policy.enabled",
711
+ "requestStr": "$enabled:Boolean! ",
712
+ "required": true,
713
+ "responseStr": "enabled:$enabled ",
714
+ "type": {
715
+ "kind": [
716
+ "NON_NULL",
717
+ "SCALAR"
718
+ ],
719
+ "name": "Boolean",
720
+ "non_null": false
721
+ },
722
+ "varName": "enabled"
723
+ },
724
+ "revision": {
725
+ "args": {},
726
+ "deprecationReason": null,
727
+ "description": null,
728
+ "id_str": "socketLan___discardPolicyRevision___policy___revision",
729
+ "isDeprecated": false,
730
+ "name": "revision",
731
+ "path": "socketLan.discardPolicyRevision.policy.revision",
732
+ "requestStr": "$policyRevision:PolicyRevision ",
733
+ "required": false,
734
+ "responseStr": "revision:$policyRevision ",
735
+ "type": {
736
+ "definition": {
737
+ "description": "Returns data about the policy revision, such as when the change was made, how many rules were changed, etc.",
738
+ "enumValues": null,
739
+ "fields": {
740
+ "changes": {
741
+ "args": {},
742
+ "deprecationReason": null,
743
+ "description": null,
744
+ "id_str": "socketLan___discardPolicyRevision___policy___revision___changes",
745
+ "isDeprecated": false,
746
+ "name": "changes",
747
+ "path": "socketLan.discardPolicyRevision.policy.revision.changes",
748
+ "requestStr": "$changes:Int! ",
749
+ "required": true,
750
+ "responseStr": "changes:$changes ",
751
+ "type": {
752
+ "kind": [
753
+ "NON_NULL",
754
+ "SCALAR"
755
+ ],
756
+ "name": "Int",
757
+ "non_null": false
758
+ },
759
+ "varName": "changes"
760
+ },
761
+ "createdTime": {
762
+ "args": {},
763
+ "deprecationReason": null,
764
+ "description": null,
765
+ "id_str": "socketLan___discardPolicyRevision___policy___revision___createdTime",
766
+ "isDeprecated": false,
767
+ "name": "createdTime",
768
+ "path": "socketLan.discardPolicyRevision.policy.revision.createdTime",
769
+ "requestStr": "$createdTime:DateTime! ",
770
+ "required": true,
771
+ "responseStr": "createdTime:$createdTime ",
772
+ "type": {
773
+ "kind": [
774
+ "NON_NULL",
775
+ "SCALAR"
776
+ ],
777
+ "name": "DateTime",
778
+ "non_null": false
779
+ },
780
+ "varName": "createdTime"
781
+ },
782
+ "description": {
783
+ "args": {},
784
+ "deprecationReason": null,
785
+ "description": null,
786
+ "id_str": "socketLan___discardPolicyRevision___policy___revision___description",
787
+ "isDeprecated": false,
788
+ "name": "description",
789
+ "path": "socketLan.discardPolicyRevision.policy.revision.description",
790
+ "requestStr": "$description:String! ",
791
+ "required": true,
792
+ "responseStr": "description:$description ",
793
+ "type": {
794
+ "kind": [
795
+ "NON_NULL",
796
+ "SCALAR"
797
+ ],
798
+ "name": "String",
799
+ "non_null": false
800
+ },
801
+ "varName": "description"
802
+ },
803
+ "id": {
804
+ "args": {},
805
+ "deprecationReason": null,
806
+ "description": null,
807
+ "id_str": "socketLan___discardPolicyRevision___policy___revision___id",
808
+ "isDeprecated": false,
809
+ "name": "id",
810
+ "path": "socketLan.discardPolicyRevision.policy.revision.id",
811
+ "requestStr": "$id:ID! ",
812
+ "required": true,
813
+ "responseStr": "id:$id ",
814
+ "type": {
815
+ "kind": [
816
+ "NON_NULL",
817
+ "SCALAR"
818
+ ],
819
+ "name": "ID",
820
+ "non_null": false
821
+ },
822
+ "varName": "id"
823
+ },
824
+ "name": {
825
+ "args": {},
826
+ "deprecationReason": null,
827
+ "description": null,
828
+ "id_str": "socketLan___discardPolicyRevision___policy___revision___name",
829
+ "isDeprecated": false,
830
+ "name": "name",
831
+ "path": "socketLan.discardPolicyRevision.policy.revision.name",
832
+ "requestStr": "$name:String! ",
833
+ "required": true,
834
+ "responseStr": "name:$name ",
835
+ "type": {
836
+ "kind": [
837
+ "NON_NULL",
838
+ "SCALAR"
839
+ ],
840
+ "name": "String",
841
+ "non_null": false
842
+ },
843
+ "varName": "name"
844
+ },
845
+ "updatedTime": {
846
+ "args": {},
847
+ "deprecationReason": null,
848
+ "description": null,
849
+ "id_str": "socketLan___discardPolicyRevision___policy___revision___updatedTime",
850
+ "isDeprecated": false,
851
+ "name": "updatedTime",
852
+ "path": "socketLan.discardPolicyRevision.policy.revision.updatedTime",
853
+ "requestStr": "$updatedTime:DateTime! ",
854
+ "required": true,
855
+ "responseStr": "updatedTime:$updatedTime ",
856
+ "type": {
857
+ "kind": [
858
+ "NON_NULL",
859
+ "SCALAR"
860
+ ],
861
+ "name": "DateTime",
862
+ "non_null": false
863
+ },
864
+ "varName": "updatedTime"
865
+ }
866
+ },
867
+ "inputFields": null,
868
+ "interfaces": {},
869
+ "kind": "OBJECT",
870
+ "name": "PolicyRevision",
871
+ "possibleTypes": null
872
+ },
873
+ "indexType": "object",
874
+ "kind": [
875
+ "OBJECT"
876
+ ],
877
+ "name": "PolicyRevision",
878
+ "non_null": false
879
+ },
880
+ "varName": "policyRevision"
881
+ },
882
+ "rules": {
883
+ "args": {},
884
+ "deprecationReason": null,
885
+ "description": null,
886
+ "id_str": "socketLan___discardPolicyRevision___policy___rules",
887
+ "isDeprecated": false,
888
+ "name": "rules",
889
+ "path": "socketLan.discardPolicyRevision.policy.rules",
890
+ "requestStr": "$socketLanRulePayload:[SocketLanRulePayload]! ",
891
+ "required": true,
892
+ "responseStr": "rules:$socketLanRulePayload ",
893
+ "type": {
894
+ "definition": {
895
+ "description": null,
896
+ "enumValues": null,
897
+ "fields": {
898
+ "audit": {
899
+ "alias": "policyElementAuditAudit: audit",
900
+ "args": {},
901
+ "deprecationReason": null,
902
+ "description": null,
903
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___audit",
904
+ "isDeprecated": false,
905
+ "name": "audit",
906
+ "path": "socketLan.discardPolicyRevision.policy.rules.audit",
907
+ "requestStr": "$policyElementAudit:PolicyElementAudit! ",
908
+ "required": true,
909
+ "responseStr": "audit:$policyElementAudit ",
910
+ "type": {
911
+ "definition": {
912
+ "description": null,
913
+ "enumValues": null,
914
+ "fields": {
915
+ "updatedBy": {
916
+ "args": {},
917
+ "deprecationReason": null,
918
+ "description": "The admin, or the API-key, that performed the last update",
919
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___audit___updatedBy",
920
+ "isDeprecated": false,
921
+ "name": "updatedBy",
922
+ "path": "socketLan.discardPolicyRevision.policy.rules.audit.updatedBy",
923
+ "requestStr": "$updatedBy:String! ",
924
+ "required": true,
925
+ "responseStr": "updatedBy:$updatedBy ",
926
+ "type": {
927
+ "kind": [
928
+ "NON_NULL",
929
+ "SCALAR"
930
+ ],
931
+ "name": "String",
932
+ "non_null": false
933
+ },
934
+ "varName": "updatedBy"
935
+ },
936
+ "updatedTime": {
937
+ "args": {},
938
+ "deprecationReason": null,
939
+ "description": "The last date and time the rule was updated",
940
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___audit___updatedTime",
941
+ "isDeprecated": false,
942
+ "name": "updatedTime",
943
+ "path": "socketLan.discardPolicyRevision.policy.rules.audit.updatedTime",
944
+ "requestStr": "$updatedTime:DateTime! ",
945
+ "required": true,
946
+ "responseStr": "updatedTime:$updatedTime ",
947
+ "type": {
948
+ "kind": [
949
+ "NON_NULL",
950
+ "SCALAR"
951
+ ],
952
+ "name": "DateTime",
953
+ "non_null": false
954
+ },
955
+ "varName": "updatedTime"
956
+ }
957
+ },
958
+ "inputFields": null,
959
+ "interfaces": {},
960
+ "kind": "OBJECT",
961
+ "name": "PolicyElementAudit",
962
+ "possibleTypes": null
963
+ },
964
+ "indexType": "object",
965
+ "kind": [
966
+ "NON_NULL",
967
+ "OBJECT"
968
+ ],
969
+ "name": "PolicyElementAudit",
970
+ "non_null": false
971
+ },
972
+ "varName": "policyElementAudit"
973
+ },
974
+ "properties": {
975
+ "alias": "policyElementPropertiesEnumProperties: properties",
976
+ "args": {},
977
+ "deprecationReason": null,
978
+ "description": null,
979
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___properties",
980
+ "isDeprecated": false,
981
+ "name": "properties",
982
+ "path": "socketLan.discardPolicyRevision.policy.rules.properties",
983
+ "requestStr": "$properties:[PolicyElementPropertiesEnum]! ",
984
+ "required": true,
985
+ "responseStr": "properties:$properties ",
986
+ "type": {
987
+ "definition": {
988
+ "description": "Attributes describing the rule state or type",
989
+ "enumValues": [
990
+ {
991
+ "deprecationReason": null,
992
+ "description": "New (added) rule",
993
+ "isDeprecated": false,
994
+ "name": "ADDED"
995
+ },
996
+ {
997
+ "deprecationReason": null,
998
+ "description": "Updated (modified) existing rule",
999
+ "isDeprecated": false,
1000
+ "name": "UPDATED"
1001
+ },
1002
+ {
1003
+ "deprecationReason": null,
1004
+ "description": "Removed (deleted) rule",
1005
+ "isDeprecated": false,
1006
+ "name": "REMOVED"
1007
+ },
1008
+ {
1009
+ "deprecationReason": null,
1010
+ "description": "A rule moved to a different position",
1011
+ "isDeprecated": false,
1012
+ "name": "MOVED"
1013
+ },
1014
+ {
1015
+ "deprecationReason": null,
1016
+ "description": "A rule locked for changes by other admins",
1017
+ "isDeprecated": false,
1018
+ "name": "LOCKED"
1019
+ },
1020
+ {
1021
+ "deprecationReason": null,
1022
+ "description": "An object can not be moved, or referenced when moving other objects.\nHowever its properties and content can be modified.",
1023
+ "isDeprecated": false,
1024
+ "name": "ANCHORED"
1025
+ },
1026
+ {
1027
+ "deprecationReason": null,
1028
+ "description": "A pre-defined (system) rule that cannot be modified or removed",
1029
+ "isDeprecated": false,
1030
+ "name": "SYSTEM"
1031
+ }
1032
+ ],
1033
+ "fields": null,
1034
+ "inputFields": null,
1035
+ "interfaces": null,
1036
+ "kind": "ENUM",
1037
+ "name": "PolicyElementPropertiesEnum",
1038
+ "possibleTypes": null
1039
+ },
1040
+ "indexType": "enum",
1041
+ "kind": [
1042
+ "NON_NULL",
1043
+ "LIST",
1044
+ "NON_NULL",
1045
+ "ENUM"
1046
+ ],
1047
+ "name": "PolicyElementPropertiesEnum",
1048
+ "non_null": false
1049
+ },
1050
+ "varName": "properties"
1051
+ },
1052
+ "rule": {
1053
+ "alias": "socketLanRuleRule: rule",
1054
+ "args": {},
1055
+ "deprecationReason": null,
1056
+ "description": null,
1057
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule",
1058
+ "isDeprecated": false,
1059
+ "name": "rule",
1060
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule",
1061
+ "requestStr": "$socketLanRule:SocketLanRule! ",
1062
+ "required": true,
1063
+ "responseStr": "rule:$socketLanRule ",
1064
+ "type": {
1065
+ "definition": {
1066
+ "description": null,
1067
+ "enumValues": null,
1068
+ "fields": {
1069
+ "description": {
1070
+ "args": {},
1071
+ "deprecationReason": null,
1072
+ "description": "Description for the rule",
1073
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___description",
1074
+ "isDeprecated": false,
1075
+ "name": "description",
1076
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.description",
1077
+ "requestStr": "$description:String! ",
1078
+ "required": true,
1079
+ "responseStr": "description:$description ",
1080
+ "type": {
1081
+ "kind": [
1082
+ "NON_NULL",
1083
+ "SCALAR"
1084
+ ],
1085
+ "name": "String",
1086
+ "non_null": false
1087
+ },
1088
+ "varName": "description"
1089
+ },
1090
+ "destination": {
1091
+ "alias": "socketLanDestinationDestination: destination",
1092
+ "args": {},
1093
+ "deprecationReason": null,
1094
+ "description": "Destination traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
1095
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___destination",
1096
+ "isDeprecated": false,
1097
+ "name": "destination",
1098
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.destination",
1099
+ "requestStr": "$socketLanDestination:SocketLanDestination! ",
1100
+ "required": true,
1101
+ "responseStr": "destination:$socketLanDestination ",
1102
+ "type": {
1103
+ "definition": {
1104
+ "description": "Returns the settings for Destination of a Wan Firewall rule.",
1105
+ "enumValues": null,
1106
+ "fields": {
1107
+ "floatingSubnet": {
1108
+ "alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
1109
+ "args": {},
1110
+ "deprecationReason": null,
1111
+ "description": null,
1112
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___destination___floatingSubnet",
1113
+ "isDeprecated": false,
1114
+ "name": "floatingSubnet",
1115
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.destination.floatingSubnet",
1116
+ "requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
1117
+ "required": true,
1118
+ "responseStr": "floatingSubnet:$floatingSubnetRef ",
1119
+ "type": {
1120
+ "definition": {
1121
+ "description": "Returns data for the Floating Subnet object. Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched\nto the route advertised by BGP. They are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
1122
+ "enumValues": null,
1123
+ "fields": {
1124
+ "id": {
1125
+ "args": {},
1126
+ "deprecationReason": null,
1127
+ "description": "Unique Floating Subnet ID",
1128
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___destination___floatingSubnet___id",
1129
+ "isDeprecated": false,
1130
+ "name": "id",
1131
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.destination.floatingSubnet.id",
1132
+ "requestStr": "$id:ID! ",
1133
+ "required": true,
1134
+ "responseStr": "id:$id ",
1135
+ "type": {
1136
+ "kind": [
1137
+ "NON_NULL",
1138
+ "SCALAR"
1139
+ ],
1140
+ "name": "ID",
1141
+ "non_null": false
1142
+ },
1143
+ "varName": "id"
1144
+ },
1145
+ "name": {
1146
+ "args": {},
1147
+ "deprecationReason": null,
1148
+ "description": "Name for the Floating Subnet",
1149
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___destination___floatingSubnet___name",
1150
+ "isDeprecated": false,
1151
+ "name": "name",
1152
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.destination.floatingSubnet.name",
1153
+ "requestStr": "$name:String! ",
1154
+ "required": true,
1155
+ "responseStr": "name:$name ",
1156
+ "type": {
1157
+ "kind": [
1158
+ "NON_NULL",
1159
+ "SCALAR"
1160
+ ],
1161
+ "name": "String",
1162
+ "non_null": false
1163
+ },
1164
+ "varName": "name"
1165
+ }
1166
+ },
1167
+ "inputFields": null,
1168
+ "interfaces": {},
1169
+ "kind": "OBJECT",
1170
+ "name": "FloatingSubnetRef",
1171
+ "possibleTypes": null
1172
+ },
1173
+ "indexType": "object",
1174
+ "kind": [
1175
+ "NON_NULL",
1176
+ "LIST",
1177
+ "NON_NULL",
1178
+ "OBJECT"
1179
+ ],
1180
+ "name": "FloatingSubnetRef",
1181
+ "non_null": false
1182
+ },
1183
+ "varName": "floatingSubnetRef"
1184
+ },
1185
+ "globalIpRange": {
1186
+ "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
1187
+ "args": {},
1188
+ "deprecationReason": null,
1189
+ "description": null,
1190
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___destination___globalIpRange",
1191
+ "isDeprecated": false,
1192
+ "name": "globalIpRange",
1193
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.destination.globalIpRange",
1194
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
1195
+ "required": true,
1196
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
1197
+ "type": {
1198
+ "definition": {
1199
+ "description": null,
1200
+ "enumValues": null,
1201
+ "fields": {
1202
+ "id": {
1203
+ "args": {},
1204
+ "deprecationReason": null,
1205
+ "description": null,
1206
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___destination___globalIpRange___id",
1207
+ "isDeprecated": false,
1208
+ "name": "id",
1209
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.destination.globalIpRange.id",
1210
+ "requestStr": "$id:ID! ",
1211
+ "required": true,
1212
+ "responseStr": "id:$id ",
1213
+ "type": {
1214
+ "kind": [
1215
+ "NON_NULL",
1216
+ "SCALAR"
1217
+ ],
1218
+ "name": "ID",
1219
+ "non_null": false
1220
+ },
1221
+ "varName": "id"
1222
+ },
1223
+ "name": {
1224
+ "args": {},
1225
+ "deprecationReason": null,
1226
+ "description": null,
1227
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___destination___globalIpRange___name",
1228
+ "isDeprecated": false,
1229
+ "name": "name",
1230
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.destination.globalIpRange.name",
1231
+ "requestStr": "$name:String! ",
1232
+ "required": true,
1233
+ "responseStr": "name:$name ",
1234
+ "type": {
1235
+ "kind": [
1236
+ "NON_NULL",
1237
+ "SCALAR"
1238
+ ],
1239
+ "name": "String",
1240
+ "non_null": false
1241
+ },
1242
+ "varName": "name"
1243
+ }
1244
+ },
1245
+ "inputFields": null,
1246
+ "interfaces": {},
1247
+ "kind": "OBJECT",
1248
+ "name": "GlobalIpRangeRef",
1249
+ "possibleTypes": null
1250
+ },
1251
+ "indexType": "object",
1252
+ "kind": [
1253
+ "NON_NULL",
1254
+ "LIST",
1255
+ "NON_NULL",
1256
+ "OBJECT"
1257
+ ],
1258
+ "name": "GlobalIpRangeRef",
1259
+ "non_null": false
1260
+ },
1261
+ "varName": "globalIpRangeRef"
1262
+ },
1263
+ "group": {
1264
+ "alias": "groupRefGroup: group",
1265
+ "args": {},
1266
+ "deprecationReason": null,
1267
+ "description": null,
1268
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___destination___group",
1269
+ "isDeprecated": false,
1270
+ "name": "group",
1271
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.destination.group",
1272
+ "requestStr": "$groupRef:[GroupRef]! ",
1273
+ "required": true,
1274
+ "responseStr": "group:$groupRef ",
1275
+ "type": {
1276
+ "definition": {
1277
+ "description": null,
1278
+ "enumValues": null,
1279
+ "fields": {
1280
+ "id": {
1281
+ "args": {},
1282
+ "deprecationReason": null,
1283
+ "description": null,
1284
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___destination___group___id",
1285
+ "isDeprecated": false,
1286
+ "name": "id",
1287
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.destination.group.id",
1288
+ "requestStr": "$id:ID! ",
1289
+ "required": true,
1290
+ "responseStr": "id:$id ",
1291
+ "type": {
1292
+ "kind": [
1293
+ "NON_NULL",
1294
+ "SCALAR"
1295
+ ],
1296
+ "name": "ID",
1297
+ "non_null": false
1298
+ },
1299
+ "varName": "id"
1300
+ },
1301
+ "name": {
1302
+ "args": {},
1303
+ "deprecationReason": null,
1304
+ "description": null,
1305
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___destination___group___name",
1306
+ "isDeprecated": false,
1307
+ "name": "name",
1308
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.destination.group.name",
1309
+ "requestStr": "$name:String! ",
1310
+ "required": true,
1311
+ "responseStr": "name:$name ",
1312
+ "type": {
1313
+ "kind": [
1314
+ "NON_NULL",
1315
+ "SCALAR"
1316
+ ],
1317
+ "name": "String",
1318
+ "non_null": false
1319
+ },
1320
+ "varName": "name"
1321
+ }
1322
+ },
1323
+ "inputFields": null,
1324
+ "interfaces": {},
1325
+ "kind": "OBJECT",
1326
+ "name": "GroupRef",
1327
+ "possibleTypes": null
1328
+ },
1329
+ "indexType": "object",
1330
+ "kind": [
1331
+ "NON_NULL",
1332
+ "LIST",
1333
+ "NON_NULL",
1334
+ "OBJECT"
1335
+ ],
1336
+ "name": "GroupRef",
1337
+ "non_null": false
1338
+ },
1339
+ "varName": "groupRef"
1340
+ },
1341
+ "host": {
1342
+ "alias": "hostRefHost: host",
1343
+ "args": {},
1344
+ "deprecationReason": null,
1345
+ "description": null,
1346
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___destination___host",
1347
+ "isDeprecated": false,
1348
+ "name": "host",
1349
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.destination.host",
1350
+ "requestStr": "$hostRef:[HostRef]! ",
1351
+ "required": true,
1352
+ "responseStr": "host:$hostRef ",
1353
+ "type": {
1354
+ "definition": {
1355
+ "description": null,
1356
+ "enumValues": null,
1357
+ "fields": {
1358
+ "id": {
1359
+ "args": {},
1360
+ "deprecationReason": null,
1361
+ "description": null,
1362
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___destination___host___id",
1363
+ "isDeprecated": false,
1364
+ "name": "id",
1365
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.destination.host.id",
1366
+ "requestStr": "$id:ID! ",
1367
+ "required": true,
1368
+ "responseStr": "id:$id ",
1369
+ "type": {
1370
+ "kind": [
1371
+ "NON_NULL",
1372
+ "SCALAR"
1373
+ ],
1374
+ "name": "ID",
1375
+ "non_null": false
1376
+ },
1377
+ "varName": "id"
1378
+ },
1379
+ "name": {
1380
+ "args": {},
1381
+ "deprecationReason": null,
1382
+ "description": null,
1383
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___destination___host___name",
1384
+ "isDeprecated": false,
1385
+ "name": "name",
1386
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.destination.host.name",
1387
+ "requestStr": "$name:String! ",
1388
+ "required": true,
1389
+ "responseStr": "name:$name ",
1390
+ "type": {
1391
+ "kind": [
1392
+ "NON_NULL",
1393
+ "SCALAR"
1394
+ ],
1395
+ "name": "String",
1396
+ "non_null": false
1397
+ },
1398
+ "varName": "name"
1399
+ }
1400
+ },
1401
+ "inputFields": null,
1402
+ "interfaces": {},
1403
+ "kind": "OBJECT",
1404
+ "name": "HostRef",
1405
+ "possibleTypes": null
1406
+ },
1407
+ "indexType": "object",
1408
+ "kind": [
1409
+ "NON_NULL",
1410
+ "LIST",
1411
+ "NON_NULL",
1412
+ "OBJECT"
1413
+ ],
1414
+ "name": "HostRef",
1415
+ "non_null": false
1416
+ },
1417
+ "varName": "hostRef"
1418
+ },
1419
+ "ip": {
1420
+ "args": {},
1421
+ "deprecationReason": null,
1422
+ "description": null,
1423
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___destination___ip",
1424
+ "isDeprecated": false,
1425
+ "name": "ip",
1426
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.destination.ip",
1427
+ "requestStr": "$ip:[IPAddress]! ",
1428
+ "required": true,
1429
+ "responseStr": "ip:$ip ",
1430
+ "type": {
1431
+ "kind": [
1432
+ "NON_NULL",
1433
+ "LIST",
1434
+ "NON_NULL",
1435
+ "SCALAR"
1436
+ ],
1437
+ "name": "IPAddress",
1438
+ "non_null": false
1439
+ },
1440
+ "varName": "ip"
1441
+ },
1442
+ "ipRange": {
1443
+ "alias": "ipAddressRangeIpRange: ipRange",
1444
+ "args": {},
1445
+ "deprecationReason": null,
1446
+ "description": null,
1447
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___destination___ipRange",
1448
+ "isDeprecated": false,
1449
+ "name": "ipRange",
1450
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.destination.ipRange",
1451
+ "requestStr": "$ipAddressRange:[IpAddressRange]! ",
1452
+ "required": true,
1453
+ "responseStr": "ipRange:$ipAddressRange ",
1454
+ "type": {
1455
+ "definition": {
1456
+ "description": "Inclusive range of IPs",
1457
+ "enumValues": null,
1458
+ "fields": {
1459
+ "from": {
1460
+ "args": {},
1461
+ "deprecationReason": null,
1462
+ "description": null,
1463
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___destination___ipRange___from",
1464
+ "isDeprecated": false,
1465
+ "name": "from",
1466
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.destination.ipRange.from",
1467
+ "requestStr": "$from:IPAddress! ",
1468
+ "required": true,
1469
+ "responseStr": "from:$from ",
1470
+ "type": {
1471
+ "kind": [
1472
+ "NON_NULL",
1473
+ "SCALAR"
1474
+ ],
1475
+ "name": "IPAddress",
1476
+ "non_null": false
1477
+ },
1478
+ "varName": "from"
1479
+ },
1480
+ "to": {
1481
+ "args": {},
1482
+ "deprecationReason": null,
1483
+ "description": null,
1484
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___destination___ipRange___to",
1485
+ "isDeprecated": false,
1486
+ "name": "to",
1487
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.destination.ipRange.to",
1488
+ "requestStr": "$to:IPAddress! ",
1489
+ "required": true,
1490
+ "responseStr": "to:$to ",
1491
+ "type": {
1492
+ "kind": [
1493
+ "NON_NULL",
1494
+ "SCALAR"
1495
+ ],
1496
+ "name": "IPAddress",
1497
+ "non_null": false
1498
+ },
1499
+ "varName": "to"
1500
+ }
1501
+ },
1502
+ "inputFields": null,
1503
+ "interfaces": {},
1504
+ "kind": "OBJECT",
1505
+ "name": "IpAddressRange",
1506
+ "possibleTypes": null
1507
+ },
1508
+ "indexType": "object",
1509
+ "kind": [
1510
+ "NON_NULL",
1511
+ "LIST",
1512
+ "NON_NULL",
1513
+ "OBJECT"
1514
+ ],
1515
+ "name": "IpAddressRange",
1516
+ "non_null": false
1517
+ },
1518
+ "varName": "ipAddressRange"
1519
+ },
1520
+ "networkInterface": {
1521
+ "alias": "networkInterfaceRefNetworkInterface: networkInterface",
1522
+ "args": {},
1523
+ "deprecationReason": null,
1524
+ "description": null,
1525
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___destination___networkInterface",
1526
+ "isDeprecated": false,
1527
+ "name": "networkInterface",
1528
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.destination.networkInterface",
1529
+ "requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
1530
+ "required": true,
1531
+ "responseStr": "networkInterface:$networkInterfaceRef ",
1532
+ "type": {
1533
+ "definition": {
1534
+ "description": null,
1535
+ "enumValues": null,
1536
+ "fields": {
1537
+ "id": {
1538
+ "args": {},
1539
+ "deprecationReason": null,
1540
+ "description": null,
1541
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___destination___networkInterface___id",
1542
+ "isDeprecated": false,
1543
+ "name": "id",
1544
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.destination.networkInterface.id",
1545
+ "requestStr": "$id:ID! ",
1546
+ "required": true,
1547
+ "responseStr": "id:$id ",
1548
+ "type": {
1549
+ "kind": [
1550
+ "NON_NULL",
1551
+ "SCALAR"
1552
+ ],
1553
+ "name": "ID",
1554
+ "non_null": false
1555
+ },
1556
+ "varName": "id"
1557
+ },
1558
+ "name": {
1559
+ "args": {},
1560
+ "deprecationReason": null,
1561
+ "description": null,
1562
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___destination___networkInterface___name",
1563
+ "isDeprecated": false,
1564
+ "name": "name",
1565
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.destination.networkInterface.name",
1566
+ "requestStr": "$name:String! ",
1567
+ "required": true,
1568
+ "responseStr": "name:$name ",
1569
+ "type": {
1570
+ "kind": [
1571
+ "NON_NULL",
1572
+ "SCALAR"
1573
+ ],
1574
+ "name": "String",
1575
+ "non_null": false
1576
+ },
1577
+ "varName": "name"
1578
+ }
1579
+ },
1580
+ "inputFields": null,
1581
+ "interfaces": {},
1582
+ "kind": "OBJECT",
1583
+ "name": "NetworkInterfaceRef",
1584
+ "possibleTypes": null
1585
+ },
1586
+ "indexType": "object",
1587
+ "kind": [
1588
+ "NON_NULL",
1589
+ "LIST",
1590
+ "NON_NULL",
1591
+ "OBJECT"
1592
+ ],
1593
+ "name": "NetworkInterfaceRef",
1594
+ "non_null": false
1595
+ },
1596
+ "varName": "networkInterfaceRef"
1597
+ },
1598
+ "siteNetworkSubnet": {
1599
+ "alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
1600
+ "args": {},
1601
+ "deprecationReason": null,
1602
+ "description": null,
1603
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___destination___siteNetworkSubnet",
1604
+ "isDeprecated": false,
1605
+ "name": "siteNetworkSubnet",
1606
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.destination.siteNetworkSubnet",
1607
+ "requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
1608
+ "required": true,
1609
+ "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
1610
+ "type": {
1611
+ "definition": {
1612
+ "description": null,
1613
+ "enumValues": null,
1614
+ "fields": {
1615
+ "id": {
1616
+ "args": {},
1617
+ "deprecationReason": null,
1618
+ "description": null,
1619
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___destination___siteNetworkSubnet___id",
1620
+ "isDeprecated": false,
1621
+ "name": "id",
1622
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.destination.siteNetworkSubnet.id",
1623
+ "requestStr": "$id:ID! ",
1624
+ "required": true,
1625
+ "responseStr": "id:$id ",
1626
+ "type": {
1627
+ "kind": [
1628
+ "NON_NULL",
1629
+ "SCALAR"
1630
+ ],
1631
+ "name": "ID",
1632
+ "non_null": false
1633
+ },
1634
+ "varName": "id"
1635
+ },
1636
+ "name": {
1637
+ "args": {},
1638
+ "deprecationReason": null,
1639
+ "description": null,
1640
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___destination___siteNetworkSubnet___name",
1641
+ "isDeprecated": false,
1642
+ "name": "name",
1643
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.destination.siteNetworkSubnet.name",
1644
+ "requestStr": "$name:String! ",
1645
+ "required": true,
1646
+ "responseStr": "name:$name ",
1647
+ "type": {
1648
+ "kind": [
1649
+ "NON_NULL",
1650
+ "SCALAR"
1651
+ ],
1652
+ "name": "String",
1653
+ "non_null": false
1654
+ },
1655
+ "varName": "name"
1656
+ }
1657
+ },
1658
+ "inputFields": null,
1659
+ "interfaces": {},
1660
+ "kind": "OBJECT",
1661
+ "name": "SiteNetworkSubnetRef",
1662
+ "possibleTypes": null
1663
+ },
1664
+ "indexType": "object",
1665
+ "kind": [
1666
+ "NON_NULL",
1667
+ "LIST",
1668
+ "NON_NULL",
1669
+ "OBJECT"
1670
+ ],
1671
+ "name": "SiteNetworkSubnetRef",
1672
+ "non_null": false
1673
+ },
1674
+ "varName": "siteNetworkSubnetRef"
1675
+ },
1676
+ "subnet": {
1677
+ "args": {},
1678
+ "deprecationReason": null,
1679
+ "description": null,
1680
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___destination___subnet",
1681
+ "isDeprecated": false,
1682
+ "name": "subnet",
1683
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.destination.subnet",
1684
+ "requestStr": "$subnet:[NetworkSubnet]! ",
1685
+ "required": true,
1686
+ "responseStr": "subnet:$subnet ",
1687
+ "type": {
1688
+ "kind": [
1689
+ "NON_NULL",
1690
+ "LIST",
1691
+ "NON_NULL",
1692
+ "SCALAR"
1693
+ ],
1694
+ "name": "NetworkSubnet",
1695
+ "non_null": false
1696
+ },
1697
+ "varName": "subnet"
1698
+ },
1699
+ "systemGroup": {
1700
+ "alias": "systemGroupRefSystemGroup: systemGroup",
1701
+ "args": {},
1702
+ "deprecationReason": null,
1703
+ "description": null,
1704
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___destination___systemGroup",
1705
+ "isDeprecated": false,
1706
+ "name": "systemGroup",
1707
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.destination.systemGroup",
1708
+ "requestStr": "$systemGroupRef:[SystemGroupRef]! ",
1709
+ "required": true,
1710
+ "responseStr": "systemGroup:$systemGroupRef ",
1711
+ "type": {
1712
+ "definition": {
1713
+ "description": null,
1714
+ "enumValues": null,
1715
+ "fields": {
1716
+ "id": {
1717
+ "args": {},
1718
+ "deprecationReason": null,
1719
+ "description": null,
1720
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___destination___systemGroup___id",
1721
+ "isDeprecated": false,
1722
+ "name": "id",
1723
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.destination.systemGroup.id",
1724
+ "requestStr": "$id:ID! ",
1725
+ "required": true,
1726
+ "responseStr": "id:$id ",
1727
+ "type": {
1728
+ "kind": [
1729
+ "NON_NULL",
1730
+ "SCALAR"
1731
+ ],
1732
+ "name": "ID",
1733
+ "non_null": false
1734
+ },
1735
+ "varName": "id"
1736
+ },
1737
+ "name": {
1738
+ "args": {},
1739
+ "deprecationReason": null,
1740
+ "description": null,
1741
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___destination___systemGroup___name",
1742
+ "isDeprecated": false,
1743
+ "name": "name",
1744
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.destination.systemGroup.name",
1745
+ "requestStr": "$name:String! ",
1746
+ "required": true,
1747
+ "responseStr": "name:$name ",
1748
+ "type": {
1749
+ "kind": [
1750
+ "NON_NULL",
1751
+ "SCALAR"
1752
+ ],
1753
+ "name": "String",
1754
+ "non_null": false
1755
+ },
1756
+ "varName": "name"
1757
+ }
1758
+ },
1759
+ "inputFields": null,
1760
+ "interfaces": {},
1761
+ "kind": "OBJECT",
1762
+ "name": "SystemGroupRef",
1763
+ "possibleTypes": null
1764
+ },
1765
+ "indexType": "object",
1766
+ "kind": [
1767
+ "NON_NULL",
1768
+ "LIST",
1769
+ "NON_NULL",
1770
+ "OBJECT"
1771
+ ],
1772
+ "name": "SystemGroupRef",
1773
+ "non_null": false
1774
+ },
1775
+ "varName": "systemGroupRef"
1776
+ },
1777
+ "vlan": {
1778
+ "args": {},
1779
+ "deprecationReason": null,
1780
+ "description": null,
1781
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___destination___vlan",
1782
+ "isDeprecated": false,
1783
+ "name": "vlan",
1784
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.destination.vlan",
1785
+ "requestStr": "$vlan:[Vlan]! ",
1786
+ "required": true,
1787
+ "responseStr": "vlan:$vlan ",
1788
+ "type": {
1789
+ "kind": [
1790
+ "NON_NULL",
1791
+ "LIST",
1792
+ "NON_NULL",
1793
+ "SCALAR"
1794
+ ],
1795
+ "name": "Vlan",
1796
+ "non_null": false
1797
+ },
1798
+ "varName": "vlan"
1799
+ }
1800
+ },
1801
+ "inputFields": null,
1802
+ "interfaces": {},
1803
+ "kind": "OBJECT",
1804
+ "name": "SocketLanDestination",
1805
+ "possibleTypes": null
1806
+ },
1807
+ "indexType": "object",
1808
+ "kind": [
1809
+ "NON_NULL",
1810
+ "OBJECT"
1811
+ ],
1812
+ "name": "SocketLanDestination",
1813
+ "non_null": false
1814
+ },
1815
+ "varName": "socketLanDestination"
1816
+ },
1817
+ "direction": {
1818
+ "alias": "socketLanDirectionDirection: direction",
1819
+ "args": {},
1820
+ "deprecationReason": null,
1821
+ "description": "Direction of the traffic initiator matching criteria. ",
1822
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___direction",
1823
+ "isDeprecated": false,
1824
+ "name": "direction",
1825
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.direction",
1826
+ "requestStr": "$direction:SocketLanDirection! ",
1827
+ "required": true,
1828
+ "responseStr": "direction:$direction ",
1829
+ "type": {
1830
+ "definition": {
1831
+ "description": null,
1832
+ "enumValues": [
1833
+ {
1834
+ "deprecationReason": null,
1835
+ "description": "Specifies one-way direction.",
1836
+ "isDeprecated": false,
1837
+ "name": "TO"
1838
+ },
1839
+ {
1840
+ "deprecationReason": null,
1841
+ "description": "Specifies two-way direction.",
1842
+ "isDeprecated": false,
1843
+ "name": "BOTH"
1844
+ }
1845
+ ],
1846
+ "fields": null,
1847
+ "inputFields": null,
1848
+ "interfaces": null,
1849
+ "kind": "ENUM",
1850
+ "name": "SocketLanDirection",
1851
+ "possibleTypes": null
1852
+ },
1853
+ "indexType": "enum",
1854
+ "kind": [
1855
+ "NON_NULL",
1856
+ "ENUM"
1857
+ ],
1858
+ "name": "SocketLanDirection",
1859
+ "non_null": false
1860
+ },
1861
+ "varName": "direction"
1862
+ },
1863
+ "enabled": {
1864
+ "args": {},
1865
+ "deprecationReason": null,
1866
+ "description": "TRUE = Rule is enabled \n FALSE = Rule is disabled",
1867
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___enabled",
1868
+ "isDeprecated": false,
1869
+ "name": "enabled",
1870
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.enabled",
1871
+ "requestStr": "$enabled:Boolean! ",
1872
+ "required": true,
1873
+ "responseStr": "enabled:$enabled ",
1874
+ "type": {
1875
+ "kind": [
1876
+ "NON_NULL",
1877
+ "SCALAR"
1878
+ ],
1879
+ "name": "Boolean",
1880
+ "non_null": false
1881
+ },
1882
+ "varName": "enabled"
1883
+ },
1884
+ "id": {
1885
+ "args": {},
1886
+ "deprecationReason": null,
1887
+ "description": "Rule ID",
1888
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___id",
1889
+ "isDeprecated": false,
1890
+ "name": "id",
1891
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.id",
1892
+ "requestStr": "$id:ID! ",
1893
+ "required": true,
1894
+ "responseStr": "id:$id ",
1895
+ "type": {
1896
+ "kind": [
1897
+ "NON_NULL",
1898
+ "SCALAR"
1899
+ ],
1900
+ "name": "ID",
1901
+ "non_null": false
1902
+ },
1903
+ "varName": "id"
1904
+ },
1905
+ "index": {
1906
+ "args": {},
1907
+ "deprecationReason": null,
1908
+ "description": "Position / priority of rule",
1909
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___index",
1910
+ "isDeprecated": false,
1911
+ "name": "index",
1912
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.index",
1913
+ "requestStr": "$index:Int! ",
1914
+ "required": true,
1915
+ "responseStr": "index:$index ",
1916
+ "type": {
1917
+ "kind": [
1918
+ "NON_NULL",
1919
+ "SCALAR"
1920
+ ],
1921
+ "name": "Int",
1922
+ "non_null": false
1923
+ },
1924
+ "varName": "index"
1925
+ },
1926
+ "name": {
1927
+ "args": {},
1928
+ "deprecationReason": null,
1929
+ "description": "Name of the rule",
1930
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___name",
1931
+ "isDeprecated": false,
1932
+ "name": "name",
1933
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.name",
1934
+ "requestStr": "$name:String! ",
1935
+ "required": true,
1936
+ "responseStr": "name:$name ",
1937
+ "type": {
1938
+ "kind": [
1939
+ "NON_NULL",
1940
+ "SCALAR"
1941
+ ],
1942
+ "name": "String",
1943
+ "non_null": false
1944
+ },
1945
+ "varName": "name"
1946
+ },
1947
+ "nat": {
1948
+ "alias": "socketLanNatSettingsNat: nat",
1949
+ "args": {},
1950
+ "deprecationReason": null,
1951
+ "description": "Optionally, enable NAT on the outgoing interface. This translates all originating IPs to one NAT IP.",
1952
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___nat",
1953
+ "isDeprecated": false,
1954
+ "name": "nat",
1955
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.nat",
1956
+ "requestStr": "$socketLanNatSettings:SocketLanNatSettings! ",
1957
+ "required": true,
1958
+ "responseStr": "nat:$socketLanNatSettings ",
1959
+ "type": {
1960
+ "definition": {
1961
+ "description": "Defines NAT settings for the socket LAN policy.",
1962
+ "enumValues": null,
1963
+ "fields": {
1964
+ "enabled": {
1965
+ "args": {},
1966
+ "deprecationReason": null,
1967
+ "description": "Indicates if NAT is enabled.",
1968
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___nat___enabled",
1969
+ "isDeprecated": false,
1970
+ "name": "enabled",
1971
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.nat.enabled",
1972
+ "requestStr": "$enabled:Boolean! ",
1973
+ "required": true,
1974
+ "responseStr": "enabled:$enabled ",
1975
+ "type": {
1976
+ "kind": [
1977
+ "NON_NULL",
1978
+ "SCALAR"
1979
+ ],
1980
+ "name": "Boolean",
1981
+ "non_null": false
1982
+ },
1983
+ "varName": "enabled"
1984
+ },
1985
+ "natType": {
1986
+ "alias": "socketLanNatTypeNatType: natType",
1987
+ "args": {},
1988
+ "deprecationReason": null,
1989
+ "description": null,
1990
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___nat___natType",
1991
+ "isDeprecated": false,
1992
+ "name": "natType",
1993
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.nat.natType",
1994
+ "requestStr": "$natType:SocketLanNatType! ",
1995
+ "required": true,
1996
+ "responseStr": "natType:$natType ",
1997
+ "type": {
1998
+ "definition": {
1999
+ "description": null,
2000
+ "enumValues": [
2001
+ {
2002
+ "deprecationReason": null,
2003
+ "description": null,
2004
+ "isDeprecated": false,
2005
+ "name": "DYNAMIC_PAT"
2006
+ }
2007
+ ],
2008
+ "fields": null,
2009
+ "inputFields": null,
2010
+ "interfaces": null,
2011
+ "kind": "ENUM",
2012
+ "name": "SocketLanNatType",
2013
+ "possibleTypes": null
2014
+ },
2015
+ "indexType": "enum",
2016
+ "kind": [
2017
+ "NON_NULL",
2018
+ "ENUM"
2019
+ ],
2020
+ "name": "SocketLanNatType",
2021
+ "non_null": false
2022
+ },
2023
+ "varName": "natType"
2024
+ }
2025
+ },
2026
+ "inputFields": null,
2027
+ "interfaces": {},
2028
+ "kind": "OBJECT",
2029
+ "name": "SocketLanNatSettings",
2030
+ "possibleTypes": null
2031
+ },
2032
+ "indexType": "object",
2033
+ "kind": [
2034
+ "NON_NULL",
2035
+ "OBJECT"
2036
+ ],
2037
+ "name": "SocketLanNatSettings",
2038
+ "non_null": false
2039
+ },
2040
+ "varName": "socketLanNatSettings"
2041
+ },
2042
+ "section": {
2043
+ "alias": "policySectionInfoSection: section",
2044
+ "args": {},
2045
+ "deprecationReason": null,
2046
+ "description": "Policy section where the rule is located",
2047
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___section",
2048
+ "isDeprecated": false,
2049
+ "name": "section",
2050
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.section",
2051
+ "requestStr": "$policySectionInfo:PolicySectionInfo! ",
2052
+ "required": true,
2053
+ "responseStr": "section:$policySectionInfo ",
2054
+ "type": {
2055
+ "definition": {
2056
+ "description": "Define settings for a policy section",
2057
+ "enumValues": null,
2058
+ "fields": {
2059
+ "id": {
2060
+ "args": {},
2061
+ "deprecationReason": null,
2062
+ "description": null,
2063
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___section___id",
2064
+ "isDeprecated": false,
2065
+ "name": "id",
2066
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.section.id",
2067
+ "requestStr": "$id:ID! ",
2068
+ "required": true,
2069
+ "responseStr": "id:$id ",
2070
+ "type": {
2071
+ "kind": [
2072
+ "NON_NULL",
2073
+ "SCALAR"
2074
+ ],
2075
+ "name": "ID",
2076
+ "non_null": false
2077
+ },
2078
+ "varName": "id"
2079
+ },
2080
+ "name": {
2081
+ "args": {},
2082
+ "deprecationReason": null,
2083
+ "description": null,
2084
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___section___name",
2085
+ "isDeprecated": false,
2086
+ "name": "name",
2087
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.section.name",
2088
+ "requestStr": "$name:String! ",
2089
+ "required": true,
2090
+ "responseStr": "name:$name ",
2091
+ "type": {
2092
+ "kind": [
2093
+ "NON_NULL",
2094
+ "SCALAR"
2095
+ ],
2096
+ "name": "String",
2097
+ "non_null": false
2098
+ },
2099
+ "varName": "name"
2100
+ }
2101
+ },
2102
+ "inputFields": null,
2103
+ "interfaces": {},
2104
+ "kind": "OBJECT",
2105
+ "name": "PolicySectionInfo",
2106
+ "possibleTypes": null
2107
+ },
2108
+ "indexType": "object",
2109
+ "kind": [
2110
+ "NON_NULL",
2111
+ "OBJECT"
2112
+ ],
2113
+ "name": "PolicySectionInfo",
2114
+ "non_null": false
2115
+ },
2116
+ "varName": "policySectionInfo"
2117
+ },
2118
+ "service": {
2119
+ "alias": "socketLanServiceService: service",
2120
+ "args": {},
2121
+ "deprecationReason": null,
2122
+ "description": "Destination service matching criteria for the rule. Port/Protocol based.",
2123
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___service",
2124
+ "isDeprecated": false,
2125
+ "name": "service",
2126
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.service",
2127
+ "requestStr": "$socketLanService:SocketLanService! ",
2128
+ "required": true,
2129
+ "responseStr": "service:$socketLanService ",
2130
+ "type": {
2131
+ "definition": {
2132
+ "description": "Defines services used in the socket LAN policy.",
2133
+ "enumValues": null,
2134
+ "fields": {
2135
+ "custom": {
2136
+ "alias": "customServiceCustom: custom",
2137
+ "args": {},
2138
+ "deprecationReason": null,
2139
+ "description": "Custom Port/Protocol service.",
2140
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___service___custom",
2141
+ "isDeprecated": false,
2142
+ "name": "custom",
2143
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.service.custom",
2144
+ "requestStr": "$customService:[CustomService]! ",
2145
+ "required": true,
2146
+ "responseStr": "custom:$customService ",
2147
+ "type": {
2148
+ "definition": {
2149
+ "description": "Returns data for Custom Service defined by a combination of L4 ports and an IP Protocol",
2150
+ "enumValues": null,
2151
+ "fields": {
2152
+ "port": {
2153
+ "args": {},
2154
+ "deprecationReason": null,
2155
+ "description": null,
2156
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___service___custom___port",
2157
+ "isDeprecated": false,
2158
+ "name": "port",
2159
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.service.custom.port",
2160
+ "requestStr": "$port:[Port] ",
2161
+ "required": false,
2162
+ "responseStr": "port:$port ",
2163
+ "type": {
2164
+ "kind": [
2165
+ "LIST",
2166
+ "NON_NULL",
2167
+ "SCALAR"
2168
+ ],
2169
+ "name": "Port",
2170
+ "non_null": false
2171
+ },
2172
+ "varName": "port"
2173
+ },
2174
+ "portRange": {
2175
+ "alias": "portRangePortRange: portRange",
2176
+ "args": {},
2177
+ "deprecationReason": null,
2178
+ "description": null,
2179
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___service___custom___portRange",
2180
+ "isDeprecated": false,
2181
+ "name": "portRange",
2182
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.service.custom.portRange",
2183
+ "requestStr": "$portRange:PortRange ",
2184
+ "required": false,
2185
+ "responseStr": "portRange:$portRange ",
2186
+ "type": {
2187
+ "definition": {
2188
+ "description": "Inclusive network port range",
2189
+ "enumValues": null,
2190
+ "fields": {
2191
+ "from": {
2192
+ "args": {},
2193
+ "deprecationReason": null,
2194
+ "description": null,
2195
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___service___custom___portRange___from",
2196
+ "isDeprecated": false,
2197
+ "name": "from",
2198
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.service.custom.portRange.from",
2199
+ "requestStr": "$from:Port! ",
2200
+ "required": true,
2201
+ "responseStr": "from:$from ",
2202
+ "type": {
2203
+ "kind": [
2204
+ "NON_NULL",
2205
+ "SCALAR"
2206
+ ],
2207
+ "name": "Port",
2208
+ "non_null": false
2209
+ },
2210
+ "varName": "from"
2211
+ },
2212
+ "to": {
2213
+ "args": {},
2214
+ "deprecationReason": null,
2215
+ "description": null,
2216
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___service___custom___portRange___to",
2217
+ "isDeprecated": false,
2218
+ "name": "to",
2219
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.service.custom.portRange.to",
2220
+ "requestStr": "$to:Port! ",
2221
+ "required": true,
2222
+ "responseStr": "to:$to ",
2223
+ "type": {
2224
+ "kind": [
2225
+ "NON_NULL",
2226
+ "SCALAR"
2227
+ ],
2228
+ "name": "Port",
2229
+ "non_null": false
2230
+ },
2231
+ "varName": "to"
2232
+ }
2233
+ },
2234
+ "inputFields": null,
2235
+ "interfaces": {},
2236
+ "kind": "OBJECT",
2237
+ "name": "PortRange",
2238
+ "possibleTypes": null
2239
+ },
2240
+ "indexType": "object",
2241
+ "kind": [
2242
+ "OBJECT"
2243
+ ],
2244
+ "name": "PortRange",
2245
+ "non_null": false
2246
+ },
2247
+ "varName": "portRange"
2248
+ },
2249
+ "protocol": {
2250
+ "alias": "ipProtocolProtocol: protocol",
2251
+ "args": {},
2252
+ "deprecationReason": null,
2253
+ "description": null,
2254
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___service___custom___protocol",
2255
+ "isDeprecated": false,
2256
+ "name": "protocol",
2257
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.service.custom.protocol",
2258
+ "requestStr": "$protocol:IpProtocol! ",
2259
+ "required": true,
2260
+ "responseStr": "protocol:$protocol ",
2261
+ "type": {
2262
+ "definition": {
2263
+ "description": null,
2264
+ "enumValues": [
2265
+ {
2266
+ "deprecationReason": null,
2267
+ "description": null,
2268
+ "isDeprecated": false,
2269
+ "name": "ANY"
2270
+ },
2271
+ {
2272
+ "deprecationReason": null,
2273
+ "description": null,
2274
+ "isDeprecated": false,
2275
+ "name": "TCP"
2276
+ },
2277
+ {
2278
+ "deprecationReason": null,
2279
+ "description": "TCP or UDP",
2280
+ "isDeprecated": false,
2281
+ "name": "TCP_UDP"
2282
+ },
2283
+ {
2284
+ "deprecationReason": null,
2285
+ "description": null,
2286
+ "isDeprecated": false,
2287
+ "name": "UDP"
2288
+ },
2289
+ {
2290
+ "deprecationReason": null,
2291
+ "description": null,
2292
+ "isDeprecated": false,
2293
+ "name": "ICMP"
2294
+ }
2295
+ ],
2296
+ "fields": null,
2297
+ "inputFields": null,
2298
+ "interfaces": null,
2299
+ "kind": "ENUM",
2300
+ "name": "IpProtocol",
2301
+ "possibleTypes": null
2302
+ },
2303
+ "indexType": "enum",
2304
+ "kind": [
2305
+ "NON_NULL",
2306
+ "ENUM"
2307
+ ],
2308
+ "name": "IpProtocol",
2309
+ "non_null": false
2310
+ },
2311
+ "varName": "protocol"
2312
+ }
2313
+ },
2314
+ "inputFields": null,
2315
+ "interfaces": {},
2316
+ "kind": "OBJECT",
2317
+ "name": "CustomService",
2318
+ "possibleTypes": null
2319
+ },
2320
+ "indexType": "object",
2321
+ "kind": [
2322
+ "NON_NULL",
2323
+ "LIST",
2324
+ "NON_NULL",
2325
+ "OBJECT"
2326
+ ],
2327
+ "name": "CustomService",
2328
+ "non_null": false
2329
+ },
2330
+ "varName": "customService"
2331
+ },
2332
+ "simple": {
2333
+ "alias": "simpleServiceSimple: simple",
2334
+ "args": {},
2335
+ "deprecationReason": null,
2336
+ "description": "List of L4 based services.",
2337
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___service___simple",
2338
+ "isDeprecated": false,
2339
+ "name": "simple",
2340
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.service.simple",
2341
+ "requestStr": "$simpleService:[SimpleService]! ",
2342
+ "required": true,
2343
+ "responseStr": "simple:$simpleService ",
2344
+ "type": {
2345
+ "definition": {
2346
+ "description": null,
2347
+ "enumValues": null,
2348
+ "fields": {
2349
+ "name": {
2350
+ "alias": "simpleServiceTypeName: name",
2351
+ "args": {},
2352
+ "deprecationReason": null,
2353
+ "description": null,
2354
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___service___simple___name",
2355
+ "isDeprecated": false,
2356
+ "name": "name",
2357
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.service.simple.name",
2358
+ "requestStr": "$name:SimpleServiceType! ",
2359
+ "required": true,
2360
+ "responseStr": "name:$name ",
2361
+ "type": {
2362
+ "definition": {
2363
+ "description": null,
2364
+ "enumValues": [
2365
+ {
2366
+ "deprecationReason": null,
2367
+ "description": null,
2368
+ "isDeprecated": false,
2369
+ "name": "HTTP"
2370
+ },
2371
+ {
2372
+ "deprecationReason": null,
2373
+ "description": null,
2374
+ "isDeprecated": false,
2375
+ "name": "HTTPS"
2376
+ },
2377
+ {
2378
+ "deprecationReason": null,
2379
+ "description": null,
2380
+ "isDeprecated": false,
2381
+ "name": "SSH"
2382
+ },
2383
+ {
2384
+ "deprecationReason": null,
2385
+ "description": null,
2386
+ "isDeprecated": false,
2387
+ "name": "SMTP"
2388
+ },
2389
+ {
2390
+ "deprecationReason": null,
2391
+ "description": null,
2392
+ "isDeprecated": false,
2393
+ "name": "DNS_TCP"
2394
+ },
2395
+ {
2396
+ "deprecationReason": null,
2397
+ "description": null,
2398
+ "isDeprecated": false,
2399
+ "name": "DNS_UDP"
2400
+ },
2401
+ {
2402
+ "deprecationReason": null,
2403
+ "description": null,
2404
+ "isDeprecated": false,
2405
+ "name": "RDP"
2406
+ },
2407
+ {
2408
+ "deprecationReason": null,
2409
+ "description": null,
2410
+ "isDeprecated": false,
2411
+ "name": "MYSQL"
2412
+ },
2413
+ {
2414
+ "deprecationReason": null,
2415
+ "description": null,
2416
+ "isDeprecated": false,
2417
+ "name": "FTP"
2418
+ }
2419
+ ],
2420
+ "fields": null,
2421
+ "inputFields": null,
2422
+ "interfaces": null,
2423
+ "kind": "ENUM",
2424
+ "name": "SimpleServiceType",
2425
+ "possibleTypes": null
2426
+ },
2427
+ "indexType": "enum",
2428
+ "kind": [
2429
+ "NON_NULL",
2430
+ "ENUM"
2431
+ ],
2432
+ "name": "SimpleServiceType",
2433
+ "non_null": false
2434
+ },
2435
+ "varName": "name"
2436
+ }
2437
+ },
2438
+ "inputFields": null,
2439
+ "interfaces": {},
2440
+ "kind": "OBJECT",
2441
+ "name": "SimpleService",
2442
+ "possibleTypes": null
2443
+ },
2444
+ "indexType": "object",
2445
+ "kind": [
2446
+ "NON_NULL",
2447
+ "LIST",
2448
+ "NON_NULL",
2449
+ "OBJECT"
2450
+ ],
2451
+ "name": "SimpleService",
2452
+ "non_null": false
2453
+ },
2454
+ "varName": "simpleService"
2455
+ }
2456
+ },
2457
+ "inputFields": null,
2458
+ "interfaces": {},
2459
+ "kind": "OBJECT",
2460
+ "name": "SocketLanService",
2461
+ "possibleTypes": null
2462
+ },
2463
+ "indexType": "object",
2464
+ "kind": [
2465
+ "NON_NULL",
2466
+ "OBJECT"
2467
+ ],
2468
+ "name": "SocketLanService",
2469
+ "non_null": false
2470
+ },
2471
+ "varName": "socketLanService"
2472
+ },
2473
+ "site": {
2474
+ "alias": "socketLanSiteSite: site",
2475
+ "args": {},
2476
+ "deprecationReason": null,
2477
+ "description": "The sites the policy will be enforced on.\nSocket sites only, with Socket v22 onwards.",
2478
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___site",
2479
+ "isDeprecated": false,
2480
+ "name": "site",
2481
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.site",
2482
+ "requestStr": "$socketLanSite:SocketLanSite! ",
2483
+ "required": true,
2484
+ "responseStr": "site:$socketLanSite ",
2485
+ "type": {
2486
+ "definition": {
2487
+ "description": "Represents the site configurations in the socket LAN policy.",
2488
+ "enumValues": null,
2489
+ "fields": {
2490
+ "group": {
2491
+ "alias": "groupRefGroup: group",
2492
+ "args": {},
2493
+ "deprecationReason": null,
2494
+ "description": "The group of sites the policy will be enforced on.\nSocket sites only, with Socket v22 onwards.",
2495
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___site___group",
2496
+ "isDeprecated": false,
2497
+ "name": "group",
2498
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.site.group",
2499
+ "requestStr": "$groupRef:[GroupRef]! ",
2500
+ "required": true,
2501
+ "responseStr": "group:$groupRef ",
2502
+ "type": {
2503
+ "definition": {
2504
+ "description": null,
2505
+ "enumValues": null,
2506
+ "fields": {
2507
+ "id": {
2508
+ "args": {},
2509
+ "deprecationReason": null,
2510
+ "description": null,
2511
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___site___group___id",
2512
+ "isDeprecated": false,
2513
+ "name": "id",
2514
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.site.group.id",
2515
+ "requestStr": "$id:ID! ",
2516
+ "required": true,
2517
+ "responseStr": "id:$id ",
2518
+ "type": {
2519
+ "kind": [
2520
+ "NON_NULL",
2521
+ "SCALAR"
2522
+ ],
2523
+ "name": "ID",
2524
+ "non_null": false
2525
+ },
2526
+ "varName": "id"
2527
+ },
2528
+ "name": {
2529
+ "args": {},
2530
+ "deprecationReason": null,
2531
+ "description": null,
2532
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___site___group___name",
2533
+ "isDeprecated": false,
2534
+ "name": "name",
2535
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.site.group.name",
2536
+ "requestStr": "$name:String! ",
2537
+ "required": true,
2538
+ "responseStr": "name:$name ",
2539
+ "type": {
2540
+ "kind": [
2541
+ "NON_NULL",
2542
+ "SCALAR"
2543
+ ],
2544
+ "name": "String",
2545
+ "non_null": false
2546
+ },
2547
+ "varName": "name"
2548
+ }
2549
+ },
2550
+ "inputFields": null,
2551
+ "interfaces": {},
2552
+ "kind": "OBJECT",
2553
+ "name": "GroupRef",
2554
+ "possibleTypes": null
2555
+ },
2556
+ "indexType": "object",
2557
+ "kind": [
2558
+ "NON_NULL",
2559
+ "LIST",
2560
+ "NON_NULL",
2561
+ "OBJECT"
2562
+ ],
2563
+ "name": "GroupRef",
2564
+ "non_null": false
2565
+ },
2566
+ "varName": "groupRef"
2567
+ },
2568
+ "site": {
2569
+ "alias": "siteRefSite: site",
2570
+ "args": {},
2571
+ "deprecationReason": null,
2572
+ "description": "The sites the policy will be enforced on.\nSocket sites only, with Socket v22 onwards.",
2573
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___site___site",
2574
+ "isDeprecated": false,
2575
+ "name": "site",
2576
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.site.site",
2577
+ "requestStr": "$siteRef:[SiteRef]! ",
2578
+ "required": true,
2579
+ "responseStr": "site:$siteRef ",
2580
+ "type": {
2581
+ "definition": {
2582
+ "description": null,
2583
+ "enumValues": null,
2584
+ "fields": {
2585
+ "id": {
2586
+ "args": {},
2587
+ "deprecationReason": null,
2588
+ "description": null,
2589
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___site___site___id",
2590
+ "isDeprecated": false,
2591
+ "name": "id",
2592
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.site.site.id",
2593
+ "requestStr": "$id:ID! ",
2594
+ "required": true,
2595
+ "responseStr": "id:$id ",
2596
+ "type": {
2597
+ "kind": [
2598
+ "NON_NULL",
2599
+ "SCALAR"
2600
+ ],
2601
+ "name": "ID",
2602
+ "non_null": false
2603
+ },
2604
+ "varName": "id"
2605
+ },
2606
+ "name": {
2607
+ "args": {},
2608
+ "deprecationReason": null,
2609
+ "description": null,
2610
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___site___site___name",
2611
+ "isDeprecated": false,
2612
+ "name": "name",
2613
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.site.site.name",
2614
+ "requestStr": "$name:String! ",
2615
+ "required": true,
2616
+ "responseStr": "name:$name ",
2617
+ "type": {
2618
+ "kind": [
2619
+ "NON_NULL",
2620
+ "SCALAR"
2621
+ ],
2622
+ "name": "String",
2623
+ "non_null": false
2624
+ },
2625
+ "varName": "name"
2626
+ }
2627
+ },
2628
+ "inputFields": null,
2629
+ "interfaces": {},
2630
+ "kind": "OBJECT",
2631
+ "name": "SiteRef",
2632
+ "possibleTypes": null
2633
+ },
2634
+ "indexType": "object",
2635
+ "kind": [
2636
+ "NON_NULL",
2637
+ "LIST",
2638
+ "NON_NULL",
2639
+ "OBJECT"
2640
+ ],
2641
+ "name": "SiteRef",
2642
+ "non_null": false
2643
+ },
2644
+ "varName": "siteRef"
2645
+ }
2646
+ },
2647
+ "inputFields": null,
2648
+ "interfaces": {},
2649
+ "kind": "OBJECT",
2650
+ "name": "SocketLanSite",
2651
+ "possibleTypes": null
2652
+ },
2653
+ "indexType": "object",
2654
+ "kind": [
2655
+ "NON_NULL",
2656
+ "OBJECT"
2657
+ ],
2658
+ "name": "SocketLanSite",
2659
+ "non_null": false
2660
+ },
2661
+ "varName": "socketLanSite"
2662
+ },
2663
+ "source": {
2664
+ "alias": "socketLanSourceSource: source",
2665
+ "args": {},
2666
+ "deprecationReason": null,
2667
+ "description": "Source traffic matching criteria.\nLogical \u2018OR\u2019 is applied within the criteria set.\nLogical \u2018AND\u2019 is applied between criteria sets.",
2668
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___source",
2669
+ "isDeprecated": false,
2670
+ "name": "source",
2671
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.source",
2672
+ "requestStr": "$socketLanSource:SocketLanSource! ",
2673
+ "required": true,
2674
+ "responseStr": "source:$socketLanSource ",
2675
+ "type": {
2676
+ "definition": {
2677
+ "description": "Defines sources for the socket LAN policy.",
2678
+ "enumValues": null,
2679
+ "fields": {
2680
+ "floatingSubnet": {
2681
+ "alias": "floatingSubnetRefFloatingSubnet: floatingSubnet",
2682
+ "args": {},
2683
+ "deprecationReason": null,
2684
+ "description": "Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched to the route advertised by BGP.\nThey are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
2685
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___source___floatingSubnet",
2686
+ "isDeprecated": false,
2687
+ "name": "floatingSubnet",
2688
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.source.floatingSubnet",
2689
+ "requestStr": "$floatingSubnetRef:[FloatingSubnetRef]! ",
2690
+ "required": true,
2691
+ "responseStr": "floatingSubnet:$floatingSubnetRef ",
2692
+ "type": {
2693
+ "definition": {
2694
+ "description": "Returns data for the Floating Subnet object. Floating Subnets (ie. Floating Ranges) are used to identify traffic exactly matched\nto the route advertised by BGP. They are not associated with a specific site.\nThis is useful in scenarios such as active-standby high availability routed via BGP.",
2695
+ "enumValues": null,
2696
+ "fields": {
2697
+ "id": {
2698
+ "args": {},
2699
+ "deprecationReason": null,
2700
+ "description": "Unique Floating Subnet ID",
2701
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___source___floatingSubnet___id",
2702
+ "isDeprecated": false,
2703
+ "name": "id",
2704
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.source.floatingSubnet.id",
2705
+ "requestStr": "$id:ID! ",
2706
+ "required": true,
2707
+ "responseStr": "id:$id ",
2708
+ "type": {
2709
+ "kind": [
2710
+ "NON_NULL",
2711
+ "SCALAR"
2712
+ ],
2713
+ "name": "ID",
2714
+ "non_null": false
2715
+ },
2716
+ "varName": "id"
2717
+ },
2718
+ "name": {
2719
+ "args": {},
2720
+ "deprecationReason": null,
2721
+ "description": "Name for the Floating Subnet",
2722
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___source___floatingSubnet___name",
2723
+ "isDeprecated": false,
2724
+ "name": "name",
2725
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.source.floatingSubnet.name",
2726
+ "requestStr": "$name:String! ",
2727
+ "required": true,
2728
+ "responseStr": "name:$name ",
2729
+ "type": {
2730
+ "kind": [
2731
+ "NON_NULL",
2732
+ "SCALAR"
2733
+ ],
2734
+ "name": "String",
2735
+ "non_null": false
2736
+ },
2737
+ "varName": "name"
2738
+ }
2739
+ },
2740
+ "inputFields": null,
2741
+ "interfaces": {},
2742
+ "kind": "OBJECT",
2743
+ "name": "FloatingSubnetRef",
2744
+ "possibleTypes": null
2745
+ },
2746
+ "indexType": "object",
2747
+ "kind": [
2748
+ "NON_NULL",
2749
+ "LIST",
2750
+ "NON_NULL",
2751
+ "OBJECT"
2752
+ ],
2753
+ "name": "FloatingSubnetRef",
2754
+ "non_null": false
2755
+ },
2756
+ "varName": "floatingSubnetRef"
2757
+ },
2758
+ "globalIpRange": {
2759
+ "alias": "globalIpRangeRefGlobalIpRange: globalIpRange",
2760
+ "args": {},
2761
+ "deprecationReason": null,
2762
+ "description": "Globally defined IP range, IP and subnet objects.",
2763
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___source___globalIpRange",
2764
+ "isDeprecated": false,
2765
+ "name": "globalIpRange",
2766
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.source.globalIpRange",
2767
+ "requestStr": "$globalIpRangeRef:[GlobalIpRangeRef]! ",
2768
+ "required": true,
2769
+ "responseStr": "globalIpRange:$globalIpRangeRef ",
2770
+ "type": {
2771
+ "definition": {
2772
+ "description": null,
2773
+ "enumValues": null,
2774
+ "fields": {
2775
+ "id": {
2776
+ "args": {},
2777
+ "deprecationReason": null,
2778
+ "description": null,
2779
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___source___globalIpRange___id",
2780
+ "isDeprecated": false,
2781
+ "name": "id",
2782
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.source.globalIpRange.id",
2783
+ "requestStr": "$id:ID! ",
2784
+ "required": true,
2785
+ "responseStr": "id:$id ",
2786
+ "type": {
2787
+ "kind": [
2788
+ "NON_NULL",
2789
+ "SCALAR"
2790
+ ],
2791
+ "name": "ID",
2792
+ "non_null": false
2793
+ },
2794
+ "varName": "id"
2795
+ },
2796
+ "name": {
2797
+ "args": {},
2798
+ "deprecationReason": null,
2799
+ "description": null,
2800
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___source___globalIpRange___name",
2801
+ "isDeprecated": false,
2802
+ "name": "name",
2803
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.source.globalIpRange.name",
2804
+ "requestStr": "$name:String! ",
2805
+ "required": true,
2806
+ "responseStr": "name:$name ",
2807
+ "type": {
2808
+ "kind": [
2809
+ "NON_NULL",
2810
+ "SCALAR"
2811
+ ],
2812
+ "name": "String",
2813
+ "non_null": false
2814
+ },
2815
+ "varName": "name"
2816
+ }
2817
+ },
2818
+ "inputFields": null,
2819
+ "interfaces": {},
2820
+ "kind": "OBJECT",
2821
+ "name": "GlobalIpRangeRef",
2822
+ "possibleTypes": null
2823
+ },
2824
+ "indexType": "object",
2825
+ "kind": [
2826
+ "NON_NULL",
2827
+ "LIST",
2828
+ "NON_NULL",
2829
+ "OBJECT"
2830
+ ],
2831
+ "name": "GlobalIpRangeRef",
2832
+ "non_null": false
2833
+ },
2834
+ "varName": "globalIpRangeRef"
2835
+ },
2836
+ "group": {
2837
+ "alias": "groupRefGroup: group",
2838
+ "args": {},
2839
+ "deprecationReason": null,
2840
+ "description": "Predefined Cato groups, Socket sites/objects only.",
2841
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___source___group",
2842
+ "isDeprecated": false,
2843
+ "name": "group",
2844
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.source.group",
2845
+ "requestStr": "$groupRef:[GroupRef]! ",
2846
+ "required": true,
2847
+ "responseStr": "group:$groupRef ",
2848
+ "type": {
2849
+ "definition": {
2850
+ "description": null,
2851
+ "enumValues": null,
2852
+ "fields": {
2853
+ "id": {
2854
+ "args": {},
2855
+ "deprecationReason": null,
2856
+ "description": null,
2857
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___source___group___id",
2858
+ "isDeprecated": false,
2859
+ "name": "id",
2860
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.source.group.id",
2861
+ "requestStr": "$id:ID! ",
2862
+ "required": true,
2863
+ "responseStr": "id:$id ",
2864
+ "type": {
2865
+ "kind": [
2866
+ "NON_NULL",
2867
+ "SCALAR"
2868
+ ],
2869
+ "name": "ID",
2870
+ "non_null": false
2871
+ },
2872
+ "varName": "id"
2873
+ },
2874
+ "name": {
2875
+ "args": {},
2876
+ "deprecationReason": null,
2877
+ "description": null,
2878
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___source___group___name",
2879
+ "isDeprecated": false,
2880
+ "name": "name",
2881
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.source.group.name",
2882
+ "requestStr": "$name:String! ",
2883
+ "required": true,
2884
+ "responseStr": "name:$name ",
2885
+ "type": {
2886
+ "kind": [
2887
+ "NON_NULL",
2888
+ "SCALAR"
2889
+ ],
2890
+ "name": "String",
2891
+ "non_null": false
2892
+ },
2893
+ "varName": "name"
2894
+ }
2895
+ },
2896
+ "inputFields": null,
2897
+ "interfaces": {},
2898
+ "kind": "OBJECT",
2899
+ "name": "GroupRef",
2900
+ "possibleTypes": null
2901
+ },
2902
+ "indexType": "object",
2903
+ "kind": [
2904
+ "NON_NULL",
2905
+ "LIST",
2906
+ "NON_NULL",
2907
+ "OBJECT"
2908
+ ],
2909
+ "name": "GroupRef",
2910
+ "non_null": false
2911
+ },
2912
+ "varName": "groupRef"
2913
+ },
2914
+ "host": {
2915
+ "alias": "hostRefHost: host",
2916
+ "args": {},
2917
+ "deprecationReason": null,
2918
+ "description": "Hosts and servers defined for your under Socket sites.",
2919
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___source___host",
2920
+ "isDeprecated": false,
2921
+ "name": "host",
2922
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.source.host",
2923
+ "requestStr": "$hostRef:[HostRef]! ",
2924
+ "required": true,
2925
+ "responseStr": "host:$hostRef ",
2926
+ "type": {
2927
+ "definition": {
2928
+ "description": null,
2929
+ "enumValues": null,
2930
+ "fields": {
2931
+ "id": {
2932
+ "args": {},
2933
+ "deprecationReason": null,
2934
+ "description": null,
2935
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___source___host___id",
2936
+ "isDeprecated": false,
2937
+ "name": "id",
2938
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.source.host.id",
2939
+ "requestStr": "$id:ID! ",
2940
+ "required": true,
2941
+ "responseStr": "id:$id ",
2942
+ "type": {
2943
+ "kind": [
2944
+ "NON_NULL",
2945
+ "SCALAR"
2946
+ ],
2947
+ "name": "ID",
2948
+ "non_null": false
2949
+ },
2950
+ "varName": "id"
2951
+ },
2952
+ "name": {
2953
+ "args": {},
2954
+ "deprecationReason": null,
2955
+ "description": null,
2956
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___source___host___name",
2957
+ "isDeprecated": false,
2958
+ "name": "name",
2959
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.source.host.name",
2960
+ "requestStr": "$name:String! ",
2961
+ "required": true,
2962
+ "responseStr": "name:$name ",
2963
+ "type": {
2964
+ "kind": [
2965
+ "NON_NULL",
2966
+ "SCALAR"
2967
+ ],
2968
+ "name": "String",
2969
+ "non_null": false
2970
+ },
2971
+ "varName": "name"
2972
+ }
2973
+ },
2974
+ "inputFields": null,
2975
+ "interfaces": {},
2976
+ "kind": "OBJECT",
2977
+ "name": "HostRef",
2978
+ "possibleTypes": null
2979
+ },
2980
+ "indexType": "object",
2981
+ "kind": [
2982
+ "NON_NULL",
2983
+ "LIST",
2984
+ "NON_NULL",
2985
+ "OBJECT"
2986
+ ],
2987
+ "name": "HostRef",
2988
+ "non_null": false
2989
+ },
2990
+ "varName": "hostRef"
2991
+ },
2992
+ "ip": {
2993
+ "args": {},
2994
+ "deprecationReason": null,
2995
+ "description": "IP address.",
2996
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___source___ip",
2997
+ "isDeprecated": false,
2998
+ "name": "ip",
2999
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.source.ip",
3000
+ "requestStr": "$ip:[IPAddress]! ",
3001
+ "required": true,
3002
+ "responseStr": "ip:$ip ",
3003
+ "type": {
3004
+ "kind": [
3005
+ "NON_NULL",
3006
+ "LIST",
3007
+ "NON_NULL",
3008
+ "SCALAR"
3009
+ ],
3010
+ "name": "IPAddress",
3011
+ "non_null": false
3012
+ },
3013
+ "varName": "ip"
3014
+ },
3015
+ "ipRange": {
3016
+ "alias": "ipAddressRangeIpRange: ipRange",
3017
+ "args": {},
3018
+ "deprecationReason": null,
3019
+ "description": "Multiple separate IP addresses or an IP range.",
3020
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___source___ipRange",
3021
+ "isDeprecated": false,
3022
+ "name": "ipRange",
3023
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.source.ipRange",
3024
+ "requestStr": "$ipAddressRange:[IpAddressRange]! ",
3025
+ "required": true,
3026
+ "responseStr": "ipRange:$ipAddressRange ",
3027
+ "type": {
3028
+ "definition": {
3029
+ "description": "Inclusive range of IPs",
3030
+ "enumValues": null,
3031
+ "fields": {
3032
+ "from": {
3033
+ "args": {},
3034
+ "deprecationReason": null,
3035
+ "description": null,
3036
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___source___ipRange___from",
3037
+ "isDeprecated": false,
3038
+ "name": "from",
3039
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.source.ipRange.from",
3040
+ "requestStr": "$from:IPAddress! ",
3041
+ "required": true,
3042
+ "responseStr": "from:$from ",
3043
+ "type": {
3044
+ "kind": [
3045
+ "NON_NULL",
3046
+ "SCALAR"
3047
+ ],
3048
+ "name": "IPAddress",
3049
+ "non_null": false
3050
+ },
3051
+ "varName": "from"
3052
+ },
3053
+ "to": {
3054
+ "args": {},
3055
+ "deprecationReason": null,
3056
+ "description": null,
3057
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___source___ipRange___to",
3058
+ "isDeprecated": false,
3059
+ "name": "to",
3060
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.source.ipRange.to",
3061
+ "requestStr": "$to:IPAddress! ",
3062
+ "required": true,
3063
+ "responseStr": "to:$to ",
3064
+ "type": {
3065
+ "kind": [
3066
+ "NON_NULL",
3067
+ "SCALAR"
3068
+ ],
3069
+ "name": "IPAddress",
3070
+ "non_null": false
3071
+ },
3072
+ "varName": "to"
3073
+ }
3074
+ },
3075
+ "inputFields": null,
3076
+ "interfaces": {},
3077
+ "kind": "OBJECT",
3078
+ "name": "IpAddressRange",
3079
+ "possibleTypes": null
3080
+ },
3081
+ "indexType": "object",
3082
+ "kind": [
3083
+ "NON_NULL",
3084
+ "LIST",
3085
+ "NON_NULL",
3086
+ "OBJECT"
3087
+ ],
3088
+ "name": "IpAddressRange",
3089
+ "non_null": false
3090
+ },
3091
+ "varName": "ipAddressRange"
3092
+ },
3093
+ "networkInterface": {
3094
+ "alias": "networkInterfaceRefNetworkInterface: networkInterface",
3095
+ "args": {},
3096
+ "deprecationReason": null,
3097
+ "description": "Network range defined for a site.",
3098
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___source___networkInterface",
3099
+ "isDeprecated": false,
3100
+ "name": "networkInterface",
3101
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.source.networkInterface",
3102
+ "requestStr": "$networkInterfaceRef:[NetworkInterfaceRef]! ",
3103
+ "required": true,
3104
+ "responseStr": "networkInterface:$networkInterfaceRef ",
3105
+ "type": {
3106
+ "definition": {
3107
+ "description": null,
3108
+ "enumValues": null,
3109
+ "fields": {
3110
+ "id": {
3111
+ "args": {},
3112
+ "deprecationReason": null,
3113
+ "description": null,
3114
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___source___networkInterface___id",
3115
+ "isDeprecated": false,
3116
+ "name": "id",
3117
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.source.networkInterface.id",
3118
+ "requestStr": "$id:ID! ",
3119
+ "required": true,
3120
+ "responseStr": "id:$id ",
3121
+ "type": {
3122
+ "kind": [
3123
+ "NON_NULL",
3124
+ "SCALAR"
3125
+ ],
3126
+ "name": "ID",
3127
+ "non_null": false
3128
+ },
3129
+ "varName": "id"
3130
+ },
3131
+ "name": {
3132
+ "args": {},
3133
+ "deprecationReason": null,
3134
+ "description": null,
3135
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___source___networkInterface___name",
3136
+ "isDeprecated": false,
3137
+ "name": "name",
3138
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.source.networkInterface.name",
3139
+ "requestStr": "$name:String! ",
3140
+ "required": true,
3141
+ "responseStr": "name:$name ",
3142
+ "type": {
3143
+ "kind": [
3144
+ "NON_NULL",
3145
+ "SCALAR"
3146
+ ],
3147
+ "name": "String",
3148
+ "non_null": false
3149
+ },
3150
+ "varName": "name"
3151
+ }
3152
+ },
3153
+ "inputFields": null,
3154
+ "interfaces": {},
3155
+ "kind": "OBJECT",
3156
+ "name": "NetworkInterfaceRef",
3157
+ "possibleTypes": null
3158
+ },
3159
+ "indexType": "object",
3160
+ "kind": [
3161
+ "NON_NULL",
3162
+ "LIST",
3163
+ "NON_NULL",
3164
+ "OBJECT"
3165
+ ],
3166
+ "name": "NetworkInterfaceRef",
3167
+ "non_null": false
3168
+ },
3169
+ "varName": "networkInterfaceRef"
3170
+ },
3171
+ "siteNetworkSubnet": {
3172
+ "alias": "siteNetworkSubnetRefSiteNetworkSubnet: siteNetworkSubnet",
3173
+ "args": {},
3174
+ "deprecationReason": null,
3175
+ "description": "GlobalRange + InterfaceSubnet",
3176
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___source___siteNetworkSubnet",
3177
+ "isDeprecated": false,
3178
+ "name": "siteNetworkSubnet",
3179
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.source.siteNetworkSubnet",
3180
+ "requestStr": "$siteNetworkSubnetRef:[SiteNetworkSubnetRef]! ",
3181
+ "required": true,
3182
+ "responseStr": "siteNetworkSubnet:$siteNetworkSubnetRef ",
3183
+ "type": {
3184
+ "definition": {
3185
+ "description": null,
3186
+ "enumValues": null,
3187
+ "fields": {
3188
+ "id": {
3189
+ "args": {},
3190
+ "deprecationReason": null,
3191
+ "description": null,
3192
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___source___siteNetworkSubnet___id",
3193
+ "isDeprecated": false,
3194
+ "name": "id",
3195
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.source.siteNetworkSubnet.id",
3196
+ "requestStr": "$id:ID! ",
3197
+ "required": true,
3198
+ "responseStr": "id:$id ",
3199
+ "type": {
3200
+ "kind": [
3201
+ "NON_NULL",
3202
+ "SCALAR"
3203
+ ],
3204
+ "name": "ID",
3205
+ "non_null": false
3206
+ },
3207
+ "varName": "id"
3208
+ },
3209
+ "name": {
3210
+ "args": {},
3211
+ "deprecationReason": null,
3212
+ "description": null,
3213
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___source___siteNetworkSubnet___name",
3214
+ "isDeprecated": false,
3215
+ "name": "name",
3216
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.source.siteNetworkSubnet.name",
3217
+ "requestStr": "$name:String! ",
3218
+ "required": true,
3219
+ "responseStr": "name:$name ",
3220
+ "type": {
3221
+ "kind": [
3222
+ "NON_NULL",
3223
+ "SCALAR"
3224
+ ],
3225
+ "name": "String",
3226
+ "non_null": false
3227
+ },
3228
+ "varName": "name"
3229
+ }
3230
+ },
3231
+ "inputFields": null,
3232
+ "interfaces": {},
3233
+ "kind": "OBJECT",
3234
+ "name": "SiteNetworkSubnetRef",
3235
+ "possibleTypes": null
3236
+ },
3237
+ "indexType": "object",
3238
+ "kind": [
3239
+ "NON_NULL",
3240
+ "LIST",
3241
+ "NON_NULL",
3242
+ "OBJECT"
3243
+ ],
3244
+ "name": "SiteNetworkSubnetRef",
3245
+ "non_null": false
3246
+ },
3247
+ "varName": "siteNetworkSubnetRef"
3248
+ },
3249
+ "subnet": {
3250
+ "args": {},
3251
+ "deprecationReason": null,
3252
+ "description": "Subnets and network ranges defined for the LAN interfaces of a site.",
3253
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___source___subnet",
3254
+ "isDeprecated": false,
3255
+ "name": "subnet",
3256
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.source.subnet",
3257
+ "requestStr": "$subnet:[NetworkSubnet]! ",
3258
+ "required": true,
3259
+ "responseStr": "subnet:$subnet ",
3260
+ "type": {
3261
+ "kind": [
3262
+ "NON_NULL",
3263
+ "LIST",
3264
+ "NON_NULL",
3265
+ "SCALAR"
3266
+ ],
3267
+ "name": "NetworkSubnet",
3268
+ "non_null": false
3269
+ },
3270
+ "varName": "subnet"
3271
+ },
3272
+ "systemGroup": {
3273
+ "alias": "systemGroupRefSystemGroup: systemGroup",
3274
+ "args": {},
3275
+ "deprecationReason": null,
3276
+ "description": "Predefined Cato groups.",
3277
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___source___systemGroup",
3278
+ "isDeprecated": false,
3279
+ "name": "systemGroup",
3280
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.source.systemGroup",
3281
+ "requestStr": "$systemGroupRef:[SystemGroupRef]! ",
3282
+ "required": true,
3283
+ "responseStr": "systemGroup:$systemGroupRef ",
3284
+ "type": {
3285
+ "definition": {
3286
+ "description": null,
3287
+ "enumValues": null,
3288
+ "fields": {
3289
+ "id": {
3290
+ "args": {},
3291
+ "deprecationReason": null,
3292
+ "description": null,
3293
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___source___systemGroup___id",
3294
+ "isDeprecated": false,
3295
+ "name": "id",
3296
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.source.systemGroup.id",
3297
+ "requestStr": "$id:ID! ",
3298
+ "required": true,
3299
+ "responseStr": "id:$id ",
3300
+ "type": {
3301
+ "kind": [
3302
+ "NON_NULL",
3303
+ "SCALAR"
3304
+ ],
3305
+ "name": "ID",
3306
+ "non_null": false
3307
+ },
3308
+ "varName": "id"
3309
+ },
3310
+ "name": {
3311
+ "args": {},
3312
+ "deprecationReason": null,
3313
+ "description": null,
3314
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___source___systemGroup___name",
3315
+ "isDeprecated": false,
3316
+ "name": "name",
3317
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.source.systemGroup.name",
3318
+ "requestStr": "$name:String! ",
3319
+ "required": true,
3320
+ "responseStr": "name:$name ",
3321
+ "type": {
3322
+ "kind": [
3323
+ "NON_NULL",
3324
+ "SCALAR"
3325
+ ],
3326
+ "name": "String",
3327
+ "non_null": false
3328
+ },
3329
+ "varName": "name"
3330
+ }
3331
+ },
3332
+ "inputFields": null,
3333
+ "interfaces": {},
3334
+ "kind": "OBJECT",
3335
+ "name": "SystemGroupRef",
3336
+ "possibleTypes": null
3337
+ },
3338
+ "indexType": "object",
3339
+ "kind": [
3340
+ "NON_NULL",
3341
+ "LIST",
3342
+ "NON_NULL",
3343
+ "OBJECT"
3344
+ ],
3345
+ "name": "SystemGroupRef",
3346
+ "non_null": false
3347
+ },
3348
+ "varName": "systemGroupRef"
3349
+ },
3350
+ "vlan": {
3351
+ "args": {},
3352
+ "deprecationReason": null,
3353
+ "description": "VLAN ID matching criteria.",
3354
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___source___vlan",
3355
+ "isDeprecated": false,
3356
+ "name": "vlan",
3357
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.source.vlan",
3358
+ "requestStr": "$vlan:[Vlan]! ",
3359
+ "required": true,
3360
+ "responseStr": "vlan:$vlan ",
3361
+ "type": {
3362
+ "kind": [
3363
+ "NON_NULL",
3364
+ "LIST",
3365
+ "NON_NULL",
3366
+ "SCALAR"
3367
+ ],
3368
+ "name": "Vlan",
3369
+ "non_null": false
3370
+ },
3371
+ "varName": "vlan"
3372
+ }
3373
+ },
3374
+ "inputFields": null,
3375
+ "interfaces": {},
3376
+ "kind": "OBJECT",
3377
+ "name": "SocketLanSource",
3378
+ "possibleTypes": null
3379
+ },
3380
+ "indexType": "object",
3381
+ "kind": [
3382
+ "NON_NULL",
3383
+ "OBJECT"
3384
+ ],
3385
+ "name": "SocketLanSource",
3386
+ "non_null": false
3387
+ },
3388
+ "varName": "socketLanSource"
3389
+ },
3390
+ "transport": {
3391
+ "alias": "socketLanTransportTypeTransport: transport",
3392
+ "args": {},
3393
+ "deprecationReason": null,
3394
+ "description": "The transport of the matching traffic.\nEither govern traffic to be routed locally (LAN), or to the PoP(WAN).\nTraffic is send to the WAN by default.\nTraffic routed in the LAN, enforced by the LAN Firewall rules.",
3395
+ "id_str": "socketLan___discardPolicyRevision___policy___rules___rule___transport",
3396
+ "isDeprecated": false,
3397
+ "name": "transport",
3398
+ "path": "socketLan.discardPolicyRevision.policy.rules.rule.transport",
3399
+ "requestStr": "$transport:SocketLanTransportType! ",
3400
+ "required": true,
3401
+ "responseStr": "transport:$transport ",
3402
+ "type": {
3403
+ "definition": {
3404
+ "description": null,
3405
+ "enumValues": [
3406
+ {
3407
+ "deprecationReason": null,
3408
+ "description": "Specifies WAN transport type, send to the PoP for inspection of WAN Firewall.",
3409
+ "isDeprecated": false,
3410
+ "name": "WAN"
3411
+ },
3412
+ {
3413
+ "deprecationReason": null,
3414
+ "description": "Specifies LAN transport type, routed locally for inspection of LAN Firewall.",
3415
+ "isDeprecated": false,
3416
+ "name": "LAN"
3417
+ }
3418
+ ],
3419
+ "fields": null,
3420
+ "inputFields": null,
3421
+ "interfaces": null,
3422
+ "kind": "ENUM",
3423
+ "name": "SocketLanTransportType",
3424
+ "possibleTypes": null
3425
+ },
3426
+ "indexType": "enum",
3427
+ "kind": [
3428
+ "NON_NULL",
3429
+ "ENUM"
3430
+ ],
3431
+ "name": "SocketLanTransportType",
3432
+ "non_null": false
3433
+ },
3434
+ "varName": "transport"
3435
+ }
3436
+ },
3437
+ "inputFields": null,
3438
+ "interfaces": {},
3439
+ "kind": "OBJECT",
3440
+ "name": "SocketLanRule",
3441
+ "possibleTypes": null
3442
+ },
3443
+ "indexType": "object",
3444
+ "kind": [
3445
+ "NON_NULL",
3446
+ "OBJECT"
3447
+ ],
3448
+ "name": "SocketLanRule",
3449
+ "non_null": false
3450
+ },
3451
+ "varName": "socketLanRule"
3452
+ }
3453
+ },
3454
+ "inputFields": null,
3455
+ "interfaces": {},
3456
+ "kind": "OBJECT",
3457
+ "name": "SocketLanRulePayload",
3458
+ "possibleTypes": null
3459
+ },
3460
+ "indexType": "object",
3461
+ "kind": [
3462
+ "NON_NULL",
3463
+ "LIST",
3464
+ "NON_NULL",
3465
+ "OBJECT"
3466
+ ],
3467
+ "name": "SocketLanRulePayload",
3468
+ "non_null": false
3469
+ },
3470
+ "varName": "socketLanRulePayload"
3471
+ },
3472
+ "sections": {
3473
+ "args": {},
3474
+ "deprecationReason": null,
3475
+ "description": null,
3476
+ "id_str": "socketLan___discardPolicyRevision___policy___sections",
3477
+ "isDeprecated": false,
3478
+ "name": "sections",
3479
+ "path": "socketLan.discardPolicyRevision.policy.sections",
3480
+ "requestStr": "$policySectionPayload:[PolicySectionPayload]! ",
3481
+ "required": true,
3482
+ "responseStr": "sections:$policySectionPayload ",
3483
+ "type": {
3484
+ "definition": {
3485
+ "description": null,
3486
+ "enumValues": null,
3487
+ "fields": {
3488
+ "audit": {
3489
+ "alias": "policyElementAuditAudit: audit",
3490
+ "args": {},
3491
+ "deprecationReason": null,
3492
+ "description": null,
3493
+ "id_str": "socketLan___discardPolicyRevision___policy___sections___audit",
3494
+ "isDeprecated": false,
3495
+ "name": "audit",
3496
+ "path": "socketLan.discardPolicyRevision.policy.sections.audit",
3497
+ "requestStr": "$policyElementAudit:PolicyElementAudit! ",
3498
+ "required": true,
3499
+ "responseStr": "audit:$policyElementAudit ",
3500
+ "type": {
3501
+ "definition": {
3502
+ "description": null,
3503
+ "enumValues": null,
3504
+ "fields": {
3505
+ "updatedBy": {
3506
+ "args": {},
3507
+ "deprecationReason": null,
3508
+ "description": "The admin, or the API-key, that performed the last update",
3509
+ "id_str": "socketLan___discardPolicyRevision___policy___sections___audit___updatedBy",
3510
+ "isDeprecated": false,
3511
+ "name": "updatedBy",
3512
+ "path": "socketLan.discardPolicyRevision.policy.sections.audit.updatedBy",
3513
+ "requestStr": "$updatedBy:String! ",
3514
+ "required": true,
3515
+ "responseStr": "updatedBy:$updatedBy ",
3516
+ "type": {
3517
+ "kind": [
3518
+ "NON_NULL",
3519
+ "SCALAR"
3520
+ ],
3521
+ "name": "String",
3522
+ "non_null": false
3523
+ },
3524
+ "varName": "updatedBy"
3525
+ },
3526
+ "updatedTime": {
3527
+ "args": {},
3528
+ "deprecationReason": null,
3529
+ "description": "The last date and time the rule was updated",
3530
+ "id_str": "socketLan___discardPolicyRevision___policy___sections___audit___updatedTime",
3531
+ "isDeprecated": false,
3532
+ "name": "updatedTime",
3533
+ "path": "socketLan.discardPolicyRevision.policy.sections.audit.updatedTime",
3534
+ "requestStr": "$updatedTime:DateTime! ",
3535
+ "required": true,
3536
+ "responseStr": "updatedTime:$updatedTime ",
3537
+ "type": {
3538
+ "kind": [
3539
+ "NON_NULL",
3540
+ "SCALAR"
3541
+ ],
3542
+ "name": "DateTime",
3543
+ "non_null": false
3544
+ },
3545
+ "varName": "updatedTime"
3546
+ }
3547
+ },
3548
+ "inputFields": null,
3549
+ "interfaces": {},
3550
+ "kind": "OBJECT",
3551
+ "name": "PolicyElementAudit",
3552
+ "possibleTypes": null
3553
+ },
3554
+ "indexType": "object",
3555
+ "kind": [
3556
+ "NON_NULL",
3557
+ "OBJECT"
3558
+ ],
3559
+ "name": "PolicyElementAudit",
3560
+ "non_null": false
3561
+ },
3562
+ "varName": "policyElementAudit"
3563
+ },
3564
+ "properties": {
3565
+ "alias": "policyElementPropertiesEnumProperties: properties",
3566
+ "args": {},
3567
+ "deprecationReason": null,
3568
+ "description": null,
3569
+ "id_str": "socketLan___discardPolicyRevision___policy___sections___properties",
3570
+ "isDeprecated": false,
3571
+ "name": "properties",
3572
+ "path": "socketLan.discardPolicyRevision.policy.sections.properties",
3573
+ "requestStr": "$properties:[PolicyElementPropertiesEnum]! ",
3574
+ "required": true,
3575
+ "responseStr": "properties:$properties ",
3576
+ "type": {
3577
+ "definition": {
3578
+ "description": "Attributes describing the rule state or type",
3579
+ "enumValues": [
3580
+ {
3581
+ "deprecationReason": null,
3582
+ "description": "New (added) rule",
3583
+ "isDeprecated": false,
3584
+ "name": "ADDED"
3585
+ },
3586
+ {
3587
+ "deprecationReason": null,
3588
+ "description": "Updated (modified) existing rule",
3589
+ "isDeprecated": false,
3590
+ "name": "UPDATED"
3591
+ },
3592
+ {
3593
+ "deprecationReason": null,
3594
+ "description": "Removed (deleted) rule",
3595
+ "isDeprecated": false,
3596
+ "name": "REMOVED"
3597
+ },
3598
+ {
3599
+ "deprecationReason": null,
3600
+ "description": "A rule moved to a different position",
3601
+ "isDeprecated": false,
3602
+ "name": "MOVED"
3603
+ },
3604
+ {
3605
+ "deprecationReason": null,
3606
+ "description": "A rule locked for changes by other admins",
3607
+ "isDeprecated": false,
3608
+ "name": "LOCKED"
3609
+ },
3610
+ {
3611
+ "deprecationReason": null,
3612
+ "description": "An object can not be moved, or referenced when moving other objects.\nHowever its properties and content can be modified.",
3613
+ "isDeprecated": false,
3614
+ "name": "ANCHORED"
3615
+ },
3616
+ {
3617
+ "deprecationReason": null,
3618
+ "description": "A pre-defined (system) rule that cannot be modified or removed",
3619
+ "isDeprecated": false,
3620
+ "name": "SYSTEM"
3621
+ }
3622
+ ],
3623
+ "fields": null,
3624
+ "inputFields": null,
3625
+ "interfaces": null,
3626
+ "kind": "ENUM",
3627
+ "name": "PolicyElementPropertiesEnum",
3628
+ "possibleTypes": null
3629
+ },
3630
+ "indexType": "enum",
3631
+ "kind": [
3632
+ "NON_NULL",
3633
+ "LIST",
3634
+ "NON_NULL",
3635
+ "ENUM"
3636
+ ],
3637
+ "name": "PolicyElementPropertiesEnum",
3638
+ "non_null": false
3639
+ },
3640
+ "varName": "properties"
3641
+ },
3642
+ "section": {
3643
+ "alias": "policySectionInfoSection: section",
3644
+ "args": {},
3645
+ "deprecationReason": null,
3646
+ "description": null,
3647
+ "id_str": "socketLan___discardPolicyRevision___policy___sections___section",
3648
+ "isDeprecated": false,
3649
+ "name": "section",
3650
+ "path": "socketLan.discardPolicyRevision.policy.sections.section",
3651
+ "requestStr": "$policySectionInfo:PolicySectionInfo! ",
3652
+ "required": true,
3653
+ "responseStr": "section:$policySectionInfo ",
3654
+ "type": {
3655
+ "definition": {
3656
+ "description": "Define settings for a policy section",
3657
+ "enumValues": null,
3658
+ "fields": {
3659
+ "id": {
3660
+ "args": {},
3661
+ "deprecationReason": null,
3662
+ "description": null,
3663
+ "id_str": "socketLan___discardPolicyRevision___policy___sections___section___id",
3664
+ "isDeprecated": false,
3665
+ "name": "id",
3666
+ "path": "socketLan.discardPolicyRevision.policy.sections.section.id",
3667
+ "requestStr": "$id:ID! ",
3668
+ "required": true,
3669
+ "responseStr": "id:$id ",
3670
+ "type": {
3671
+ "kind": [
3672
+ "NON_NULL",
3673
+ "SCALAR"
3674
+ ],
3675
+ "name": "ID",
3676
+ "non_null": false
3677
+ },
3678
+ "varName": "id"
3679
+ },
3680
+ "name": {
3681
+ "args": {},
3682
+ "deprecationReason": null,
3683
+ "description": null,
3684
+ "id_str": "socketLan___discardPolicyRevision___policy___sections___section___name",
3685
+ "isDeprecated": false,
3686
+ "name": "name",
3687
+ "path": "socketLan.discardPolicyRevision.policy.sections.section.name",
3688
+ "requestStr": "$name:String! ",
3689
+ "required": true,
3690
+ "responseStr": "name:$name ",
3691
+ "type": {
3692
+ "kind": [
3693
+ "NON_NULL",
3694
+ "SCALAR"
3695
+ ],
3696
+ "name": "String",
3697
+ "non_null": false
3698
+ },
3699
+ "varName": "name"
3700
+ }
3701
+ },
3702
+ "inputFields": null,
3703
+ "interfaces": {},
3704
+ "kind": "OBJECT",
3705
+ "name": "PolicySectionInfo",
3706
+ "possibleTypes": null
3707
+ },
3708
+ "indexType": "object",
3709
+ "kind": [
3710
+ "NON_NULL",
3711
+ "OBJECT"
3712
+ ],
3713
+ "name": "PolicySectionInfo",
3714
+ "non_null": false
3715
+ },
3716
+ "varName": "policySectionInfo"
3717
+ }
3718
+ },
3719
+ "inputFields": null,
3720
+ "interfaces": {},
3721
+ "kind": "OBJECT",
3722
+ "name": "PolicySectionPayload",
3723
+ "possibleTypes": null
3724
+ },
3725
+ "indexType": "object",
3726
+ "kind": [
3727
+ "NON_NULL",
3728
+ "LIST",
3729
+ "NON_NULL",
3730
+ "OBJECT"
3731
+ ],
3732
+ "name": "PolicySectionPayload",
3733
+ "non_null": false
3734
+ },
3735
+ "varName": "policySectionPayload"
3736
+ }
3737
+ },
3738
+ "inputFields": null,
3739
+ "interfaces": {},
3740
+ "kind": "OBJECT",
3741
+ "name": "SocketLanPolicy",
3742
+ "possibleTypes": null
3743
+ },
3744
+ "indexType": "object",
3745
+ "kind": [
3746
+ "OBJECT"
3747
+ ],
3748
+ "name": "SocketLanPolicy",
3749
+ "non_null": false
3750
+ },
3751
+ "varName": "socketLanPolicy"
3752
+ },
3753
+ "status": {
3754
+ "alias": "policyMutationStatusStatus: status",
3755
+ "args": {},
3756
+ "deprecationReason": null,
3757
+ "description": null,
3758
+ "id_str": "socketLan___discardPolicyRevision___status",
3759
+ "isDeprecated": false,
3760
+ "name": "status",
3761
+ "path": "socketLan.discardPolicyRevision.status",
3762
+ "requestStr": "$status:PolicyMutationStatus! ",
3763
+ "required": true,
3764
+ "responseStr": "status:$status ",
3765
+ "type": {
3766
+ "definition": {
3767
+ "description": "Enum for the status of a policy mutation",
3768
+ "enumValues": [
3769
+ {
3770
+ "deprecationReason": null,
3771
+ "description": null,
3772
+ "isDeprecated": false,
3773
+ "name": "SUCCESS"
3774
+ },
3775
+ {
3776
+ "deprecationReason": null,
3777
+ "description": null,
3778
+ "isDeprecated": false,
3779
+ "name": "FAILURE"
3780
+ }
3781
+ ],
3782
+ "fields": null,
3783
+ "inputFields": null,
3784
+ "interfaces": null,
3785
+ "kind": "ENUM",
3786
+ "name": "PolicyMutationStatus",
3787
+ "possibleTypes": null
3788
+ },
3789
+ "indexType": "enum",
3790
+ "kind": [
3791
+ "NON_NULL",
3792
+ "ENUM"
3793
+ ],
3794
+ "name": "PolicyMutationStatus",
3795
+ "non_null": false
3796
+ },
3797
+ "varName": "status"
3798
+ }
3799
+ },
3800
+ "inputFields": null,
3801
+ "interfaces": {},
3802
+ "kind": "OBJECT",
3803
+ "name": "SocketLanPolicyMutationPayload",
3804
+ "possibleTypes": null
3805
+ },
3806
+ "indexType": "object",
3807
+ "kind": [
3808
+ "NON_NULL",
3809
+ "OBJECT"
3810
+ ],
3811
+ "name": "SocketLanPolicyMutationPayload",
3812
+ "non_null": false
3813
+ },
3814
+ "varName": "socketLanPolicyMutationPayload"
3815
+ }
3816
+ },
3817
+ "inputFields": null,
3818
+ "interfaces": {},
3819
+ "kind": "OBJECT",
3820
+ "name": "SocketLanPolicyMutations",
3821
+ "possibleTypes": null
3822
+ },
3823
+ "indexType": "object",
3824
+ "kind": [
3825
+ "OBJECT"
3826
+ ],
3827
+ "name": "SocketLanPolicyMutations",
3828
+ "non_null": false
3829
+ },
3830
+ "varName": "socketLanPolicyMutations"
3831
+ }
3832
+ },
3833
+ "inputFields": null,
3834
+ "interfaces": [],
3835
+ "kind": "OBJECT",
3836
+ "name": "PolicyMutations",
3837
+ "possibleTypes": null
3838
+ },
3839
+ "indexType": "object",
3840
+ "kind": [
3841
+ "OBJECT"
3842
+ ],
3843
+ "name": "PolicyMutations",
3844
+ "non_null": false
3845
+ },
3846
+ "variablesPayload": {
3847
+ "policyDiscardRevisionInput": {
3848
+ "id": {
3849
+ "id": "ID"
3850
+ }
3851
+ },
3852
+ "socketLanPolicyMutationInput": {
3853
+ "policyMutationRevisionInput": {
3854
+ "id": {
3855
+ "id": "ID"
3856
+ }
3857
+ }
3858
+ }
3859
+ }
3860
+ }