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