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