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