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