@lansweeper/scanningconfig-grpc 0.2.7 → 0.3.0
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.
- package/CHANGELOG.md +36 -0
- package/Lansweeper.ScanningConfig.GRPC.csproj +3 -3
- package/bin/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.deps.json +2 -2
- package/bin/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.dll +0 -0
- package/bin/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.pdb +0 -0
- package/bin/Debug/net6.0/ref/Lansweeper.ScanningConfig.GRPC.dll +0 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/scanningconfig_pb.d.ts +784 -0
- package/gen-proto/scanningconfig_pb.js +7527 -1561
- package/generated-go/scanningconfig.pb.go +2650 -356
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.AssemblyInfo.cs +3 -3
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.AssemblyInfoInputs.cache +1 -1
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.dll +0 -0
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.pdb +0 -0
- package/obj/Debug/net6.0/proto/Scanningconfig.cs +6876 -71
- package/obj/Debug/net6.0/ref/Lansweeper.ScanningConfig.GRPC.dll +0 -0
- package/obj/Lansweeper.ScanningConfig.GRPC.csproj.nuget.dgspec.json +1 -1
- package/obj/project.assets.json +1 -1
- package/obj/project.nuget.cache +1 -1
- package/package.json +2 -2
- package/proto/scanningconfig.proto +151 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,42 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [0.3.0](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.2.8...@lansweeper/scanningconfig-grpc@0.3.0) (2024-12-12)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* added extra (auto) update settings ([062ec9a](https://github.com/Lansweeper/lansweeperapis/commit/062ec9a362bde42323b1bd3db7750ebcdecc143e))
|
|
12
|
+
* added extra (auto) update settings ([21fafc0](https://github.com/Lansweeper/lansweeperapis/commit/21fafc09bbd932be783c5ae2186b587350dd681e))
|
|
13
|
+
* adding all the application settings, first draft ([cc076dd](https://github.com/Lansweeper/lansweeperapis/commit/cc076ddfc682f407f4cbe1e25bfad404d6086982))
|
|
14
|
+
* adding network settings ([41360cc](https://github.com/Lansweeper/lansweeperapis/commit/41360ccbc7bd8b579c73ae0fa91bcd4ba58b4f27))
|
|
15
|
+
* cleanup ([80205af](https://github.com/Lansweeper/lansweeperapis/commit/80205af87d63b1b39ddd05f555650f357089a64f))
|
|
16
|
+
* cleanup ([0cf716c](https://github.com/Lansweeper/lansweeperapis/commit/0cf716cc3f8d60271067359699b4e361c9f5ea08))
|
|
17
|
+
* cleanup ([1373c32](https://github.com/Lansweeper/lansweeperapis/commit/1373c32b3a27968ac4bb3a9ec5774c3f503f6e61))
|
|
18
|
+
* reworked network visibility objects ([bb5b184](https://github.com/Lansweeper/lansweeperapis/commit/bb5b184824a3627ea809cef6711ed4f9ede98f90))
|
|
19
|
+
* some cleanup ([57be198](https://github.com/Lansweeper/lansweeperapis/commit/57be1982b412001e0c435b6c2452dabca6100297))
|
|
20
|
+
* some cleanup ([f2ad350](https://github.com/Lansweeper/lansweeperapis/commit/f2ad350ddfc9ea54bfa176e1895947e7872cee55))
|
|
21
|
+
* some cleanup ([dc40a1b](https://github.com/Lansweeper/lansweeperapis/commit/dc40a1b2824c00392cf5c28794ee4ee726633630))
|
|
22
|
+
* some cleanup ([5756060](https://github.com/Lansweeper/lansweeperapis/commit/5756060b670c2c3d7122f86578370e9fe3026483))
|
|
23
|
+
* some cleanup ([3722c89](https://github.com/Lansweeper/lansweeperapis/commit/3722c89b99a75e4d40b358d58836931e4727ebb9))
|
|
24
|
+
* some cleanup ([68582e6](https://github.com/Lansweeper/lansweeperapis/commit/68582e69e908a881b7c595727ebaba2fd56f9879))
|
|
25
|
+
* some cleanup ([2916cd6](https://github.com/Lansweeper/lansweeperapis/commit/2916cd69b615107039deb39fc42881eb6fc23a84))
|
|
26
|
+
* some cleanup ([3becf8c](https://github.com/Lansweeper/lansweeperapis/commit/3becf8c07df8142d115932d1263ade001ae102d7))
|
|
27
|
+
* some cleanup ([b66a762](https://github.com/Lansweeper/lansweeperapis/commit/b66a7626775aa2dcc375e320f92625c3c12d6f7b))
|
|
28
|
+
* updating smart polling in the notifications ([6116f72](https://github.com/Lansweeper/lansweeperapis/commit/6116f727b95a6d342872121bd29c8465a66eb99f))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
## [0.2.8](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.2.7...@lansweeper/scanningconfig-grpc@0.2.8) (2024-11-19)
|
|
35
|
+
|
|
36
|
+
**Note:** Version bump only for package @lansweeper/scanningconfig-grpc
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
6
42
|
## [0.2.7](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.2.6...@lansweeper/scanningconfig-grpc@0.2.7) (2024-11-11)
|
|
7
43
|
|
|
8
44
|
**Note:** Version bump only for package @lansweeper/scanningconfig-grpc
|
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
<Company>Lansweeper</Company>
|
|
8
8
|
<Product>Lansweeper ScanningConfig model/proto</Product>
|
|
9
9
|
<Copyright>Lansweeper</Copyright>
|
|
10
|
-
<PackageVersion>0.2.
|
|
11
|
-
<Version>0.2.
|
|
12
|
-
<FileVersion>0.2.
|
|
10
|
+
<PackageVersion>0.2.8</PackageVersion>
|
|
11
|
+
<Version>0.2.8</Version>
|
|
12
|
+
<FileVersion>0.2.8</FileVersion>
|
|
13
13
|
<RepositoryUrl>https://github.com/Lansweeper/lansweeperapis</RepositoryUrl>
|
|
14
14
|
</PropertyGroup>
|
|
15
15
|
<ItemGroup>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"compilationOptions": {},
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v6.0": {
|
|
9
|
-
"Lansweeper.ScanningConfig.GRPC/0.2.
|
|
9
|
+
"Lansweeper.ScanningConfig.GRPC/0.2.8": {
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"Google.Protobuf": "3.22.0",
|
|
12
12
|
"Grpc.Core": "2.46.6",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
81
|
"libraries": {
|
|
82
|
-
"Lansweeper.ScanningConfig.GRPC/0.2.
|
|
82
|
+
"Lansweeper.ScanningConfig.GRPC/0.2.8": {
|
|
83
83
|
"type": "project",
|
|
84
84
|
"serviceable": false,
|
|
85
85
|
"sha512": ""
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/gen-proto/image.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":[{"name":"proto/scanningconfig.proto","package":"lansweeper.scanningconfig.v1","messageType":[{"name":"GetConfigurationsBySourceRequest","field":[{"name":"source_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sourceId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"GetConfigurationsBySourceResponse","field":[{"name":"configs","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Component","jsonName":"configs"}]},{"name":"Component","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.Component.ComponentType","jsonName":"type"},{"name":"actions","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Action","jsonName":"actions"},{"name":"op_config","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.OperationalConfig","oneofIndex":0,"jsonName":"opConfig","proto3Optional":true},{"name":"enabled","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"}],"enumType":[{"name":"ComponentType","value":[{"name":"UNSPECIFIED","number":0},{"name":"AGENT","number":1},{"name":"IT_SENSOR","number":2},{"name":"IT_HUB","number":3},{"name":"OT_SENSOR","number":4}]}],"oneofDecl":[{"name":"_op_config"}]},{"name":"AssetRadar","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"},{"name":"excluded_interfaces","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"excludedInterfaces"}],"options":{"deprecated":true}},{"name":"NetworkVisibility","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"},{"name":"excluded_interfaces","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"excludedInterfaces"}]},{"name":"AutoUpdate","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"},{"name":"schedule","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"schedule"}]},{"name":"OperationalConfig","field":[{"name":"asset_radar_config","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.AssetRadar","oneofIndex":0,"jsonName":"assetRadarConfig","options":{"deprecated":true},"proto3Optional":true},{"name":"auto_update_config","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.AutoUpdate","oneofIndex":1,"jsonName":"autoUpdateConfig","proto3Optional":true},{"name":"network_visibility_config","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.NetworkVisibility","oneofIndex":2,"jsonName":"networkVisibilityConfig","proto3Optional":true}],"oneofDecl":[{"name":"_asset_radar_config"},{"name":"_auto_update_config"},{"name":"_network_visibility_config"}]},{"name":"Trigger","field":[{"name":"cron_expr","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"cronExpr"},{"name":"name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"}]},{"name":"Action","field":[{"name":"triggers","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Trigger","jsonName":"triggers"},{"name":"action_type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.Action.ActionType","jsonName":"actionType"},{"name":"credentials","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Credential","jsonName":"credentials"},{"name":"agent","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Agent","oneofIndex":0,"jsonName":"agent","options":{"deprecated":true}},{"name":"agentless","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Agentless","oneofIndex":0,"jsonName":"agentless","options":{"deprecated":true}},{"name":"action_definition","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ActionDefinition","jsonName":"actionDefinition"},{"name":"id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}],"enumType":[{"name":"ActionType","value":[{"name":"UNSPECIFIED","number":0},{"name":"AGENT","number":1},{"name":"AGENTLESS","number":2}]}],"oneofDecl":[{"name":"definition"}]},{"name":"Agentless","field":[{"name":"targets","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"targets"}]},{"name":"ActionDefinition","field":[{"name":"scan_focus","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.ActionDefinition.ScanFocus","oneofIndex":0,"jsonName":"scanFocus","proto3Optional":true},{"name":"targets","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"targets","options":{"deprecated":true}},{"name":"exclusions","number":3,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"exclusions"},{"name":"targets_data","number":4,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.TargetData","jsonName":"targetsData"}],"enumType":[{"name":"ScanFocus","value":[{"name":"ALL","number":0},{"name":"USERS","number":1},{"name":"INVENTORY","number":2}]}],"oneofDecl":[{"name":"_scan_focus"}]},{"name":"TargetData","field":[{"name":"type","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.TargetData.TargetType","jsonName":"type"},{"name":"ip_scan_data","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.IPScanData","oneofIndex":0,"jsonName":"ipScanData"},{"name":"ad_data","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ADData","oneofIndex":0,"jsonName":"adData"},{"name":"target","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","oneofIndex":0,"jsonName":"target","options":{"deprecated":true}},{"name":"sccm_data","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.SCCMData","oneofIndex":0,"jsonName":"sccmData"}],"enumType":[{"name":"TargetType","value":[{"name":"UNKNOWN_TARGET_TYPE","number":0},{"name":"IP_SCAN","number":1},{"name":"SCCM","number":2},{"name":"AD","number":3}]}],"oneofDecl":[{"name":"info"}]},{"name":"SCCMData","field":[{"name":"target","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"target"}]},{"name":"IPScanData","field":[{"name":"type","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.IPScanType","jsonName":"type"},{"name":"target","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"target"},{"name":"ping","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.IPScanPing","oneofIndex":0,"jsonName":"ping","proto3Optional":true}],"oneofDecl":[{"name":"_ping"}]},{"name":"IPScanPing","field":[{"name":"use_ping","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"usePing"},{"name":"ping_timeout","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"pingTimeout"},{"name":"keep_no_answer_scan","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"keepNoAnswerScan"}]},{"name":"ADData","field":[{"name":"name","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"adsi_filter","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"adsiFilter"},{"name":"domain","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"domain"},{"name":"computer_scan","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"computerScan"},{"name":"user_group_scan","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"userGroupScan"},{"name":"ldap_type","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.ADData.LDAPType","jsonName":"ldapType"},{"name":"port","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"port"},{"name":"adsi_path","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"adsiPath"}],"enumType":[{"name":"LDAPType","value":[{"name":"UNKNOWN_LDAP_TYPE","number":0},{"name":"LDAP","number":1},{"name":"LDAPS","number":2}]}]},{"name":"Agent","field":[{"name":"scan_focus","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.Agent.ScanFocus","jsonName":"scanFocus"}],"enumType":[{"name":"ScanFocus","value":[{"name":"ALL","number":0},{"name":"USERS","number":1},{"name":"INVENTORY","number":2}]}]},{"name":"Credential","field":[{"name":"type","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.Credential.CredentialType","jsonName":"type","options":{"deprecated":true}},{"name":"id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"order","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"order"}],"enumType":[{"name":"CredentialType","value":[{"name":"UNSPECIFIED","number":0}]}]}],"enumType":[{"name":"IPScanType","value":[{"name":"UNKNOWN_IP_SCAN_TYPE","number":0},{"name":"RANGE","number":1},{"name":"HOST","number":2}]}],"service":[{"name":"ScanningConfigService","method":[{"name":"GetConfigurationsBySource","inputType":".lansweeper.scanningconfig.v1.GetConfigurationsBySourceRequest","outputType":".lansweeper.scanningconfig.v1.GetConfigurationsBySourceResponse","options":{}}]}],"options":{"goPackage":"./generated-go"},"sourceCodeInfo":{"location":[{"span":[0,0,171,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,37]},{"path":[8],"span":[3,0,37]},{"path":[8,11],"span":[3,0,37]},{"path":[6,0],"span":[5,0,7,1]},{"path":[6,0,1],"span":[5,8,29]},{"path":[6,0,2,0],"span":[6,2,112]},{"path":[6,0,2,0,1],"span":[6,6,31]},{"path":[6,0,2,0,2],"span":[6,32,64]},{"path":[6,0,2,0,3],"span":[6,75,108]},{"path":[4,0],"span":[9,0,12,1]},{"path":[4,0,1],"span":[9,8,40]},{"path":[4,0,2,0],"span":[10,2,23]},{"path":[4,0,2,0,5],"span":[10,2,8]},{"path":[4,0,2,0,1],"span":[10,9,18]},{"path":[4,0,2,0,3],"span":[10,21,22]},{"path":[4,0,2,1],"span":[11,2,21]},{"path":[4,0,2,1,5],"span":[11,2,8]},{"path":[4,0,2,1,1],"span":[11,9,16]},{"path":[4,0,2,1,3],"span":[11,19,20]},{"path":[4,1],"span":[14,0,16,1]},{"path":[4,1,1],"span":[14,8,41]},{"path":[4,1,2,0],"span":[15,2,33]},{"path":[4,1,2,0,4],"span":[15,2,10]},{"path":[4,1,2,0,6],"span":[15,11,20]},{"path":[4,1,2,0,1],"span":[15,21,28]},{"path":[4,1,2,0,3],"span":[15,31,32]},{"path":[4,2],"span":[18,0,32,1]},{"path":[4,2,1],"span":[18,8,17]},{"path":[4,2,4,0],"span":[19,2,25,3]},{"path":[4,2,4,0,1],"span":[19,7,20]},{"path":[4,2,4,0,2,0],"span":[20,4,20]},{"path":[4,2,4,0,2,0,1],"span":[20,4,15]},{"path":[4,2,4,0,2,0,2],"span":[20,18,19]},{"path":[4,2,4,0,2,1],"span":[21,4,14]},{"path":[4,2,4,0,2,1,1],"span":[21,4,9]},{"path":[4,2,4,0,2,1,2],"span":[21,12,13]},{"path":[4,2,4,0,2,2],"span":[22,4,18]},{"path":[4,2,4,0,2,2,1],"span":[22,4,13]},{"path":[4,2,4,0,2,2,2],"span":[22,16,17]},{"path":[4,2,4,0,2,3],"span":[23,4,15]},{"path":[4,2,4,0,2,3,1],"span":[23,4,10]},{"path":[4,2,4,0,2,3,2],"span":[23,13,14]},{"path":[4,2,4,0,2,4],"span":[24,4,18]},{"path":[4,2,4,0,2,4,1],"span":[24,4,13]},{"path":[4,2,4,0,2,4,2],"span":[24,16,17]},{"path":[4,2,2,0],"span":[27,2,16]},{"path":[4,2,2,0,5],"span":[27,2,8]},{"path":[4,2,2,0,1],"span":[27,9,11]},{"path":[4,2,2,0,3],"span":[27,14,15]},{"path":[4,2,2,1],"span":[28,2,25]},{"path":[4,2,2,1,6],"span":[28,2,15]},{"path":[4,2,2,1,1],"span":[28,16,20]},{"path":[4,2,2,1,3],"span":[28,23,24]},{"path":[4,2,2,2],"span":[29,2,30]},{"path":[4,2,2,2,4],"span":[29,2,10]},{"path":[4,2,2,2,6],"span":[29,11,17]},{"path":[4,2,2,2,1],"span":[29,18,25]},{"path":[4,2,2,2,3],"span":[29,28,29]},{"path":[4,2,2,3],"span":[30,2,43]},{"path":[4,2,2,3,4],"span":[30,2,10]},{"path":[4,2,2,3,6],"span":[30,11,28]},{"path":[4,2,2,3,1],"span":[30,29,38]},{"path":[4,2,2,3,3],"span":[30,41,42]},{"path":[4,2,2,4],"span":[31,2,19]},{"path":[4,2,2,4,5],"span":[31,2,6]},{"path":[4,2,2,4,1],"span":[31,7,14]},{"path":[4,2,2,4,3],"span":[31,17,18]},{"path":[4,3],"span":[36,0,40,1]},{"path":[4,3,1],"span":[36,8,18]},{"path":[4,3,7],"span":[37,2,27]},{"path":[4,3,7,3],"span":[37,2,27]},{"path":[4,3,2,0],"span":[38,2,19]},{"path":[4,3,2,0,5],"span":[38,2,6]},{"path":[4,3,2,0,1],"span":[38,7,14]},{"path":[4,3,2,0,3],"span":[38,17,18]},{"path":[4,3,2,1],"span":[39,2,42]},{"path":[4,3,2,1,4],"span":[39,2,10]},{"path":[4,3,2,1,5],"span":[39,11,17]},{"path":[4,3,2,1,1],"span":[39,18,37]},{"path":[4,3,2,1,3],"span":[39,40,41]},{"path":[4,4],"span":[42,0,45,1]},{"path":[4,4,1],"span":[42,8,25]},{"path":[4,4,2,0],"span":[43,2,19]},{"path":[4,4,2,0,5],"span":[43,2,6]},{"path":[4,4,2,0,1],"span":[43,7,14]},{"path":[4,4,2,0,3],"span":[43,17,18]},{"path":[4,4,2,1],"span":[44,2,42]},{"path":[4,4,2,1,4],"span":[44,2,10]},{"path":[4,4,2,1,5],"span":[44,11,17]},{"path":[4,4,2,1,1],"span":[44,18,37]},{"path":[4,4,2,1,3],"span":[44,40,41]},{"path":[4,5],"span":[46,0,49,1]},{"path":[4,5,1],"span":[46,8,18]},{"path":[4,5,2,0],"span":[47,2,19]},{"path":[4,5,2,0,5],"span":[47,2,6]},{"path":[4,5,2,0,1],"span":[47,7,14]},{"path":[4,5,2,0,3],"span":[47,17,18]},{"path":[4,5,2,1],"span":[48,2,22]},{"path":[4,5,2,1,5],"span":[48,2,8]},{"path":[4,5,2,1,1],"span":[48,9,17]},{"path":[4,5,2,1,3],"span":[48,20,21]},{"path":[4,6],"span":[51,0,55,1]},{"path":[4,6,1],"span":[51,8,25]},{"path":[4,6,2,0],"span":[52,2,65]},{"path":[4,6,2,0,4],"span":[52,2,10]},{"path":[4,6,2,0,6],"span":[52,11,21]},{"path":[4,6,2,0,1],"span":[52,22,40]},{"path":[4,6,2,0,3],"span":[52,43,44]},{"path":[4,6,2,0,8],"span":[52,45,64]},{"path":[4,6,2,0,8,3],"span":[52,46,63]},{"path":[4,6,2,1],"span":[53,2,45]},{"path":[4,6,2,1,4],"span":[53,2,10]},{"path":[4,6,2,1,6],"span":[53,11,21]},{"path":[4,6,2,1,1],"span":[53,22,40]},{"path":[4,6,2,1,3],"span":[53,43,44]},{"path":[4,6,2,2],"span":[54,2,59]},{"path":[4,6,2,2,4],"span":[54,2,10]},{"path":[4,6,2,2,6],"span":[54,11,28]},{"path":[4,6,2,2,1],"span":[54,29,54]},{"path":[4,6,2,2,3],"span":[54,57,58]},{"path":[4,7],"span":[57,0,60,1]},{"path":[4,7,1],"span":[57,8,15]},{"path":[4,7,2,0],"span":[58,2,22]},{"path":[4,7,2,0,5],"span":[58,2,8]},{"path":[4,7,2,0,1],"span":[58,9,18]},{"path":[4,7,2,0,3],"span":[58,20,21]},{"path":[4,7,2,1],"span":[59,2,18]},{"path":[4,7,2,1,5],"span":[59,2,8]},{"path":[4,7,2,1,1],"span":[59,9,13]},{"path":[4,7,2,1,3],"span":[59,16,17]},{"path":[4,8],"span":[62,0,78,1]},{"path":[4,8,1],"span":[62,8,14]},{"path":[4,8,4,0],"span":[63,2,67,3]},{"path":[4,8,4,0,1],"span":[63,7,17]},{"path":[4,8,4,0,2,0],"span":[64,4,20]},{"path":[4,8,4,0,2,0,1],"span":[64,4,15]},{"path":[4,8,4,0,2,0,2],"span":[64,18,19]},{"path":[4,8,4,0,2,1],"span":[65,4,14]},{"path":[4,8,4,0,2,1,1],"span":[65,4,9]},{"path":[4,8,4,0,2,1,2],"span":[65,12,13]},{"path":[4,8,4,0,2,2],"span":[66,4,18]},{"path":[4,8,4,0,2,2,1],"span":[66,4,13]},{"path":[4,8,4,0,2,2,2],"span":[66,16,17]},{"path":[4,8,2,0],"span":[69,2,32]},{"path":[4,8,2,0,4],"span":[69,2,10]},{"path":[4,8,2,0,6],"span":[69,11,18]},{"path":[4,8,2,0,1],"span":[69,19,27]},{"path":[4,8,2,0,3],"span":[69,30,31]},{"path":[4,8,2,1],"span":[70,2,29]},{"path":[4,8,2,1,6],"span":[70,2,12]},{"path":[4,8,2,1,1],"span":[70,13,24]},{"path":[4,8,2,1,3],"span":[70,27,28]},{"path":[4,8,2,2],"span":[71,2,38]},{"path":[4,8,2,2,4],"span":[71,2,10]},{"path":[4,8,2,2,6],"span":[71,11,21]},{"path":[4,8,2,2,1],"span":[71,22,33]},{"path":[4,8,2,2,3],"span":[71,36,37]},{"path":[4,8,8,0],"span":[72,2,75,3]},{"path":[4,8,8,0,1],"span":[72,8,18]},{"path":[4,8,2,3],"span":[73,4,40]},{"path":[4,8,2,3,6],"span":[73,4,9]},{"path":[4,8,2,3,1],"span":[73,10,15]},{"path":[4,8,2,3,3],"span":[73,18,19]},{"path":[4,8,2,3,8],"span":[73,20,39]},{"path":[4,8,2,3,8,3],"span":[73,21,38]},{"path":[4,8,2,4],"span":[74,4,48]},{"path":[4,8,2,4,6],"span":[74,4,13]},{"path":[4,8,2,4,1],"span":[74,14,23]},{"path":[4,8,2,4,3],"span":[74,26,27]},{"path":[4,8,2,4,8],"span":[74,28,47]},{"path":[4,8,2,4,8,3],"span":[74,29,46]},{"path":[4,8,2,5],"span":[76,2,41]},{"path":[4,8,2,5,6],"span":[76,2,18]},{"path":[4,8,2,5,1],"span":[76,19,36]},{"path":[4,8,2,5,3],"span":[76,39,40]},{"path":[4,8,2,6],"span":[77,2,16]},{"path":[4,8,2,6,5],"span":[77,2,8]},{"path":[4,8,2,6,1],"span":[77,9,11]},{"path":[4,8,2,6,3],"span":[77,14,15]},{"path":[4,9],"span":[80,0,82,1]},{"path":[4,9,1],"span":[80,8,17]},{"path":[4,9,2,0],"span":[81,2,30]},{"path":[4,9,2,0,4],"span":[81,2,10]},{"path":[4,9,2,0,5],"span":[81,11,17]},{"path":[4,9,2,0,1],"span":[81,18,25]},{"path":[4,9,2,0,3],"span":[81,28,29]},{"path":[4,10],"span":[84,0,96,1]},{"path":[4,10,1],"span":[84,8,24]},{"path":[4,10,4,0],"span":[86,2,90,3]},{"path":[4,10,4,0,1],"span":[86,7,16]},{"path":[4,10,4,0,2,0],"span":[87,4,12]},{"path":[4,10,4,0,2,0,1],"span":[87,4,7]},{"path":[4,10,4,0,2,0,2],"span":[87,10,11]},{"path":[4,10,4,0,2,1],"span":[88,4,14]},{"path":[4,10,4,0,2,1,1],"span":[88,4,9]},{"path":[4,10,4,0,2,1,2],"span":[88,12,13]},{"path":[4,10,4,0,2,2],"span":[89,4,18]},{"path":[4,10,4,0,2,2,1],"span":[89,4,13]},{"path":[4,10,4,0,2,2,2],"span":[89,16,17]},{"path":[4,10,2,0],"span":[92,2,36]},{"path":[4,10,2,0,4],"span":[92,2,10]},{"path":[4,10,2,0,6],"span":[92,11,20]},{"path":[4,10,2,0,1],"span":[92,21,31]},{"path":[4,10,2,0,3],"span":[92,34,35]},{"path":[4,10,2,1],"span":[93,2,48]},{"path":[4,10,2,1,4],"span":[93,2,10]},{"path":[4,10,2,1,5],"span":[93,11,17]},{"path":[4,10,2,1,1],"span":[93,18,25]},{"path":[4,10,2,1,3],"span":[93,28,29]},{"path":[4,10,2,1,8],"span":[93,30,47]},{"path":[4,10,2,1,8,3],"span":[93,31,46]},{"path":[4,10,2,2],"span":[94,2,33]},{"path":[4,10,2,2,4],"span":[94,2,10]},{"path":[4,10,2,2,5],"span":[94,11,17]},{"path":[4,10,2,2,1],"span":[94,18,28]},{"path":[4,10,2,2,3],"span":[94,31,32]},{"path":[4,10,2,3],"span":[95,2,39]},{"path":[4,10,2,3,4],"span":[95,2,10]},{"path":[4,10,2,3,6],"span":[95,11,21]},{"path":[4,10,2,3,1],"span":[95,22,34]},{"path":[4,10,2,3,3],"span":[95,37,38]},{"path":[5,0],"span":[98,0,102,1]},{"path":[5,0,1],"span":[98,5,15]},{"path":[5,0,2,0],"span":[99,2,27]},{"path":[5,0,2,0,1],"span":[99,2,22]},{"path":[5,0,2,0,2],"span":[99,25,26]},{"path":[5,0,2,1],"span":[100,2,12]},{"path":[5,0,2,1,1],"span":[100,2,7]},{"path":[5,0,2,1,2],"span":[100,10,11]},{"path":[5,0,2,2],"span":[101,2,11]},{"path":[5,0,2,2,1],"span":[101,2,6]},{"path":[5,0,2,2,2],"span":[101,9,10]},{"path":[4,11],"span":[104,0,118,1]},{"path":[4,11,1],"span":[104,8,18]},{"path":[4,11,4,0],"span":[105,2,110,3]},{"path":[4,11,4,0,1],"span":[105,7,17]},{"path":[4,11,4,0,2,0],"span":[106,4,28]},{"path":[4,11,4,0,2,0,1],"span":[106,4,23]},{"path":[4,11,4,0,2,0,2],"span":[106,26,27]},{"path":[4,11,4,0,2,1],"span":[107,4,16]},{"path":[4,11,4,0,2,1,1],"span":[107,4,11]},{"path":[4,11,4,0,2,1,2],"span":[107,14,15]},{"path":[4,11,4,0,2,2],"span":[108,4,13]},{"path":[4,11,4,0,2,2,1],"span":[108,4,8]},{"path":[4,11,4,0,2,2,2],"span":[108,11,12]},{"path":[4,11,4,0,2,3],"span":[109,4,11]},{"path":[4,11,4,0,2,3,1],"span":[109,4,6]},{"path":[4,11,4,0,2,3,2],"span":[109,9,10]},{"path":[4,11,2,0],"span":[111,2,22]},{"path":[4,11,2,0,6],"span":[111,2,12]},{"path":[4,11,2,0,1],"span":[111,13,17]},{"path":[4,11,2,0,3],"span":[111,20,21]},{"path":[4,11,8,0],"span":[112,2,117,3]},{"path":[4,11,8,0,1],"span":[112,8,12]},{"path":[4,11,2,1],"span":[113,4,32]},{"path":[4,11,2,1,6],"span":[113,4,14]},{"path":[4,11,2,1,1],"span":[113,15,27]},{"path":[4,11,2,1,3],"span":[113,30,31]},{"path":[4,11,2,2],"span":[114,4,23]},{"path":[4,11,2,2,6],"span":[114,4,10]},{"path":[4,11,2,2,1],"span":[114,11,18]},{"path":[4,11,2,2,3],"span":[114,21,22]},{"path":[4,11,2,3],"span":[115,4,40]},{"path":[4,11,2,3,5],"span":[115,4,10]},{"path":[4,11,2,3,1],"span":[115,11,17]},{"path":[4,11,2,3,3],"span":[115,20,21]},{"path":[4,11,2,3,8],"span":[115,22,39]},{"path":[4,11,2,3,8,3],"span":[115,23,38]},{"path":[4,11,2,4],"span":[116,4,27]},{"path":[4,11,2,4,6],"span":[116,4,12]},{"path":[4,11,2,4,1],"span":[116,13,22]},{"path":[4,11,2,4,3],"span":[116,25,26]},{"path":[4,12],"span":[120,0,122,1]},{"path":[4,12,1],"span":[120,8,16]},{"path":[4,12,2,0],"span":[121,2,20]},{"path":[4,12,2,0,5],"span":[121,2,8]},{"path":[4,12,2,0,1],"span":[121,9,15]},{"path":[4,12,2,0,3],"span":[121,18,19]},{"path":[4,13],"span":[124,0,128,1]},{"path":[4,13,1],"span":[124,8,18]},{"path":[4,13,2,0],"span":[125,2,22]},{"path":[4,13,2,0,6],"span":[125,2,12]},{"path":[4,13,2,0,1],"span":[125,13,17]},{"path":[4,13,2,0,3],"span":[125,20,21]},{"path":[4,13,2,1],"span":[126,2,20]},{"path":[4,13,2,1,5],"span":[126,2,8]},{"path":[4,13,2,1,1],"span":[126,9,15]},{"path":[4,13,2,1,3],"span":[126,18,19]},{"path":[4,13,2,2],"span":[127,2,31]},{"path":[4,13,2,2,4],"span":[127,2,10]},{"path":[4,13,2,2,6],"span":[127,11,21]},{"path":[4,13,2,2,1],"span":[127,22,26]},{"path":[4,13,2,2,3],"span":[127,29,30]},{"path":[4,14],"span":[130,0,134,1]},{"path":[4,14,1],"span":[130,8,18]},{"path":[4,14,2,0],"span":[131,2,20]},{"path":[4,14,2,0,5],"span":[131,2,6]},{"path":[4,14,2,0,1],"span":[131,7,15]},{"path":[4,14,2,0,3],"span":[131,18,19]},{"path":[4,14,2,1],"span":[132,2,25]},{"path":[4,14,2,1,5],"span":[132,2,7]},{"path":[4,14,2,1,1],"span":[132,8,20]},{"path":[4,14,2,1,3],"span":[132,23,24]},{"path":[4,14,2,2],"span":[133,2,31]},{"path":[4,14,2,2,5],"span":[133,2,6]},{"path":[4,14,2,2,1],"span":[133,7,26]},{"path":[4,14,2,2,3],"span":[133,29,30]},{"path":[4,15],"span":[136,0,150,1]},{"path":[4,15,1],"span":[136,8,14]},{"path":[4,15,4,0],"span":[137,2,141,3]},{"path":[4,15,4,0,1],"span":[137,7,15]},{"path":[4,15,4,0,2,0],"span":[138,4,26]},{"path":[4,15,4,0,2,0,1],"span":[138,4,21]},{"path":[4,15,4,0,2,0,2],"span":[138,24,25]},{"path":[4,15,4,0,2,1],"span":[139,4,13]},{"path":[4,15,4,0,2,1,1],"span":[139,4,8]},{"path":[4,15,4,0,2,1,2],"span":[139,11,12]},{"path":[4,15,4,0,2,2],"span":[140,4,14]},{"path":[4,15,4,0,2,2,1],"span":[140,4,9]},{"path":[4,15,4,0,2,2,2],"span":[140,12,13]},{"path":[4,15,2,0],"span":[142,2,18]},{"path":[4,15,2,0,5],"span":[142,2,8]},{"path":[4,15,2,0,1],"span":[142,9,13]},{"path":[4,15,2,0,3],"span":[142,16,17]},{"path":[4,15,2,1],"span":[143,2,25]},{"path":[4,15,2,1,5],"span":[143,2,8]},{"path":[4,15,2,1,1],"span":[143,9,20]},{"path":[4,15,2,1,3],"span":[143,23,24]},{"path":[4,15,2,2],"span":[144,2,20]},{"path":[4,15,2,2,5],"span":[144,2,8]},{"path":[4,15,2,2,1],"span":[144,9,15]},{"path":[4,15,2,2,3],"span":[144,18,19]},{"path":[4,15,2,3],"span":[145,2,25]},{"path":[4,15,2,3,5],"span":[145,2,6]},{"path":[4,15,2,3,1],"span":[145,7,20]},{"path":[4,15,2,3,3],"span":[145,23,24]},{"path":[4,15,2,4],"span":[146,2,27]},{"path":[4,15,2,4,5],"span":[146,2,6]},{"path":[4,15,2,4,1],"span":[146,7,22]},{"path":[4,15,2,4,3],"span":[146,25,26]},{"path":[4,15,2,5],"span":[147,2,25]},{"path":[4,15,2,5,6],"span":[147,2,10]},{"path":[4,15,2,5,1],"span":[147,11,20]},{"path":[4,15,2,5,3],"span":[147,23,24]},{"path":[4,15,2,6],"span":[148,2,17]},{"path":[4,15,2,6,5],"span":[148,2,7]},{"path":[4,15,2,6,1],"span":[148,8,12]},{"path":[4,15,2,6,3],"span":[148,15,16]},{"path":[4,15,2,7],"span":[149,2,23]},{"path":[4,15,2,7,5],"span":[149,2,8]},{"path":[4,15,2,7,1],"span":[149,9,18]},{"path":[4,15,2,7,3],"span":[149,21,22]},{"path":[4,16],"span":[152,0,160,1]},{"path":[4,16,1],"span":[152,8,13]},{"path":[4,16,4,0],"span":[153,2,157,3]},{"path":[4,16,4,0,1],"span":[153,7,16]},{"path":[4,16,4,0,2,0],"span":[154,4,12]},{"path":[4,16,4,0,2,0,1],"span":[154,4,7]},{"path":[4,16,4,0,2,0,2],"span":[154,10,11]},{"path":[4,16,4,0,2,1],"span":[155,4,14]},{"path":[4,16,4,0,2,1,1],"span":[155,4,9]},{"path":[4,16,4,0,2,1,2],"span":[155,12,13]},{"path":[4,16,4,0,2,2],"span":[156,4,18]},{"path":[4,16,4,0,2,2,1],"span":[156,4,13]},{"path":[4,16,4,0,2,2,2],"span":[156,16,17]},{"path":[4,16,2,0],"span":[159,2,27]},{"path":[4,16,2,0,6],"span":[159,2,11]},{"path":[4,16,2,0,1],"span":[159,12,22]},{"path":[4,16,2,0,3],"span":[159,25,26]},{"path":[4,17],"span":[162,0,171,1]},{"path":[4,17,1],"span":[162,8,18]},{"path":[4,17,4,0],"span":[163,2,166,3]},{"path":[4,17,4,0,1],"span":[163,7,21]},{"path":[4,17,4,0,2,0],"span":[165,4,20]},{"path":[4,17,4,0,2,0,1],"span":[165,4,15]},{"path":[4,17,4,0,2,0,2],"span":[165,18,19]},{"path":[4,17,2,0],"span":[168,2,44]},{"path":[4,17,2,0,6],"span":[168,2,16]},{"path":[4,17,2,0,1],"span":[168,17,21]},{"path":[4,17,2,0,3],"span":[168,24,25]},{"path":[4,17,2,0,8],"span":[168,26,43]},{"path":[4,17,2,0,8,3],"span":[168,27,42]},{"path":[4,17,2,1],"span":[169,2,16]},{"path":[4,17,2,1,5],"span":[169,2,8]},{"path":[4,17,2,1,1],"span":[169,9,11]},{"path":[4,17,2,1,3],"span":[169,14,15]},{"path":[4,17,2,2],"span":[170,2,18]},{"path":[4,17,2,2,5],"span":[170,2,7]},{"path":[4,17,2,2,1],"span":[170,8,13]},{"path":[4,17,2,2,3],"span":[170,16,17]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
|
|
1
|
+
{"file":[{"name":"proto/scanningconfig.proto","package":"lansweeper.scanningconfig.v1","messageType":[{"name":"GetConfigurationsBySourceRequest","field":[{"name":"source_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sourceId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"GetConfigurationsBySourceResponse","field":[{"name":"configs","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Component","jsonName":"configs"}]},{"name":"Component","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.Component.ComponentType","jsonName":"type"},{"name":"actions","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Action","jsonName":"actions"},{"name":"op_config","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.OperationalConfig","oneofIndex":0,"jsonName":"opConfig","options":{"deprecated":true},"proto3Optional":true},{"name":"enabled","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"},{"name":"app_config","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ApplicationConfig","oneofIndex":1,"jsonName":"appConfig","proto3Optional":true}],"enumType":[{"name":"ComponentType","value":[{"name":"UNSPECIFIED","number":0},{"name":"AGENT","number":1},{"name":"IT_SENSOR","number":2},{"name":"IT_HUB","number":3},{"name":"OT_SENSOR","number":4}]}],"oneofDecl":[{"name":"_op_config"},{"name":"_app_config"}]},{"name":"AssetRadar","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"},{"name":"excluded_interfaces","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"excludedInterfaces"}],"options":{"deprecated":true}},{"name":"NetworkVisibility","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"},{"name":"excluded_interfaces","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"excludedInterfaces"}],"options":{"deprecated":true}},{"name":"AutoUpdate","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"},{"name":"schedule","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"schedule"}],"options":{"deprecated":true}},{"name":"OperationalConfig","field":[{"name":"asset_radar_config","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.AssetRadar","oneofIndex":0,"jsonName":"assetRadarConfig","options":{"deprecated":true},"proto3Optional":true},{"name":"auto_update_config","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.AutoUpdate","oneofIndex":1,"jsonName":"autoUpdateConfig","proto3Optional":true},{"name":"network_visibility_config","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.NetworkVisibility","oneofIndex":2,"jsonName":"networkVisibilityConfig","proto3Optional":true}],"oneofDecl":[{"name":"_asset_radar_config"},{"name":"_auto_update_config"},{"name":"_network_visibility_config"}]},{"name":"Trigger","field":[{"name":"cron_expr","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"cronExpr"},{"name":"name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"}]},{"name":"Action","field":[{"name":"triggers","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Trigger","jsonName":"triggers"},{"name":"action_type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.Action.ActionType","jsonName":"actionType"},{"name":"credentials","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Credential","jsonName":"credentials"},{"name":"agent","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Agent","oneofIndex":0,"jsonName":"agent","options":{"deprecated":true}},{"name":"agentless","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Agentless","oneofIndex":0,"jsonName":"agentless","options":{"deprecated":true}},{"name":"action_definition","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ActionDefinition","jsonName":"actionDefinition"},{"name":"id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"name","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"}],"enumType":[{"name":"ActionType","value":[{"name":"UNSPECIFIED","number":0},{"name":"AGENT","number":1},{"name":"AGENTLESS","number":2}]}],"oneofDecl":[{"name":"definition"}]},{"name":"Agentless","field":[{"name":"targets","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"targets"}]},{"name":"ActionDefinition","field":[{"name":"scan_focus","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.ActionDefinition.ScanFocus","oneofIndex":0,"jsonName":"scanFocus","proto3Optional":true},{"name":"targets","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"targets","options":{"deprecated":true}},{"name":"exclusions","number":3,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"exclusions"},{"name":"targets_data","number":4,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.TargetData","jsonName":"targetsData"}],"enumType":[{"name":"ScanFocus","value":[{"name":"ALL","number":0},{"name":"USERS","number":1},{"name":"INVENTORY","number":2}]}],"oneofDecl":[{"name":"_scan_focus"}]},{"name":"TargetData","field":[{"name":"type","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.TargetData.TargetType","jsonName":"type"},{"name":"ip_scan_data","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.IPScanData","oneofIndex":0,"jsonName":"ipScanData"},{"name":"ad_data","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ADData","oneofIndex":0,"jsonName":"adData"},{"name":"target","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","oneofIndex":0,"jsonName":"target","options":{"deprecated":true}},{"name":"sccm_data","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.SCCMData","oneofIndex":0,"jsonName":"sccmData"}],"enumType":[{"name":"TargetType","value":[{"name":"UNKNOWN_TARGET_TYPE","number":0},{"name":"IP_SCAN","number":1},{"name":"SCCM","number":2},{"name":"AD","number":3}]}],"oneofDecl":[{"name":"info"}]},{"name":"SCCMData","field":[{"name":"target","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"target"}]},{"name":"IPScanData","field":[{"name":"type","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.IPScanType","jsonName":"type"},{"name":"target","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"target"},{"name":"ping","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.IPScanPing","oneofIndex":0,"jsonName":"ping","proto3Optional":true}],"oneofDecl":[{"name":"_ping"}]},{"name":"IPScanPing","field":[{"name":"use_ping","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"usePing"},{"name":"ping_timeout","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"pingTimeout"},{"name":"keep_no_answer_scan","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"keepNoAnswerScan"}]},{"name":"ADData","field":[{"name":"name","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"adsi_filter","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"adsiFilter"},{"name":"domain","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"domain"},{"name":"computer_scan","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"computerScan"},{"name":"user_group_scan","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"userGroupScan"},{"name":"ldap_type","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.ADData.LDAPType","jsonName":"ldapType"},{"name":"port","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"port"},{"name":"adsi_path","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"adsiPath"}],"enumType":[{"name":"LDAPType","value":[{"name":"UNKNOWN_LDAP_TYPE","number":0},{"name":"LDAP","number":1},{"name":"LDAPS","number":2}]}]},{"name":"Agent","field":[{"name":"scan_focus","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.Agent.ScanFocus","jsonName":"scanFocus"}],"enumType":[{"name":"ScanFocus","value":[{"name":"ALL","number":0},{"name":"USERS","number":1},{"name":"INVENTORY","number":2}]}]},{"name":"Credential","field":[{"name":"type","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.Credential.CredentialType","jsonName":"type","options":{"deprecated":true}},{"name":"id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"order","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"order"}],"enumType":[{"name":"CredentialType","value":[{"name":"UNSPECIFIED","number":0}]}]},{"name":"ApplicationConfig","field":[{"name":"logging","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.LogSettings","oneofIndex":0,"jsonName":"logging","proto3Optional":true},{"name":"hub","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.HubSettings","oneofIndex":1,"jsonName":"hub","proto3Optional":true},{"name":"update","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.UpdateSettings","oneofIndex":2,"jsonName":"update","proto3Optional":true},{"name":"it_sensor","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ItSensorSettings","oneofIndex":3,"jsonName":"itSensor","proto3Optional":true},{"name":"ot_sensor","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.OtSensorSettings","oneofIndex":4,"jsonName":"otSensor","proto3Optional":true}],"oneofDecl":[{"name":"_logging"},{"name":"_hub"},{"name":"_update"},{"name":"_it_sensor"},{"name":"_ot_sensor"}]},{"name":"HubSettings","field":[{"name":"network_configuration","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.NetworkConfigurationSettings","oneofIndex":0,"jsonName":"networkConfiguration","proto3Optional":true},{"name":"maintenance","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.MaintenanceSettings","oneofIndex":1,"jsonName":"maintenance","proto3Optional":true},{"name":"notifications","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.NotificationSettings","oneofIndex":2,"jsonName":"notifications","proto3Optional":true},{"name":"feature_flags","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.FeatureFlagSettings","oneofIndex":3,"jsonName":"featureFlags","proto3Optional":true},{"name":"scan_configuration","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ScanConfigurationSettings","oneofIndex":4,"jsonName":"scanConfiguration","proto3Optional":true},{"name":"import","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ImportSettings","oneofIndex":5,"jsonName":"import","proto3Optional":true}],"oneofDecl":[{"name":"_network_configuration"},{"name":"_maintenance"},{"name":"_notifications"},{"name":"_feature_flags"},{"name":"_scan_configuration"},{"name":"_import"}]},{"name":"MaintenanceSettings","field":[{"name":"maintenance_window","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","oneofIndex":0,"jsonName":"maintenanceWindow","proto3Optional":true},{"name":"retention_policy","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.RetentionPolicySettings","oneofIndex":1,"jsonName":"retentionPolicy","proto3Optional":true}],"oneofDecl":[{"name":"_maintenance_window"},{"name":"_retention_policy"}]},{"name":"RetentionPolicySettings","field":[{"name":"synced_data_retention_days","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","oneofIndex":0,"jsonName":"syncedDataRetentionDays","proto3Optional":true},{"name":"unsynced_data_retention_days","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","oneofIndex":1,"jsonName":"unsyncedDataRetentionDays","proto3Optional":true}],"oneofDecl":[{"name":"_synced_data_retention_days"},{"name":"_unsynced_data_retention_days"}]},{"name":"NotificationSettings","field":[{"name":"smart_polling_enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","oneofIndex":0,"jsonName":"smartPollingEnabled","proto3Optional":true},{"name":"default_polling_interval_seconds","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","oneofIndex":1,"jsonName":"defaultPollingIntervalSeconds","proto3Optional":true},{"name":"smart_polling_intervals","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.NotificationSettings.SmartPollingIntervalsEntry","jsonName":"smartPollingIntervals"}],"nestedType":[{"name":"SmartPollingIntervalsEntry","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"key"},{"name":"value","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"value"}],"options":{"mapEntry":true}}],"oneofDecl":[{"name":"_smart_polling_enabled"},{"name":"_default_polling_interval_seconds"}]},{"name":"FeatureFlagSettings","field":[{"name":"polling_interval_minutes","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","oneofIndex":0,"jsonName":"pollingIntervalMinutes","proto3Optional":true}],"oneofDecl":[{"name":"_polling_interval_minutes"}]},{"name":"ScanConfigurationSettings","field":[{"name":"polling_interval_minutes","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","oneofIndex":0,"jsonName":"pollingIntervalMinutes","proto3Optional":true}],"oneofDecl":[{"name":"_polling_interval_minutes"}]},{"name":"ImportSettings","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"},{"name":"polling_interval_seconds","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","oneofIndex":0,"jsonName":"pollingIntervalSeconds","proto3Optional":true},{"name":"folder","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","oneofIndex":1,"jsonName":"folder","proto3Optional":true}],"oneofDecl":[{"name":"_polling_interval_seconds"},{"name":"_folder"}]},{"name":"NetworkConfigurationSettings","field":[{"name":"parallelism","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ParallelismSettings","oneofIndex":0,"jsonName":"parallelism","proto3Optional":true},{"name":"network_visibility","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.NetworkVisibilitySettings","oneofIndex":1,"jsonName":"networkVisibility","proto3Optional":true},{"name":"ping_behavior","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.PingBehaviorSettings","oneofIndex":2,"jsonName":"pingBehavior","proto3Optional":true},{"name":"protocol_configuration","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ProtocolConfigurationSettings","oneofIndex":3,"jsonName":"protocolConfiguration","proto3Optional":true},{"name":"exclusions","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ExclusionSettings","oneofIndex":4,"jsonName":"exclusions","proto3Optional":true}],"oneofDecl":[{"name":"_parallelism"},{"name":"_network_visibility"},{"name":"_ping_behavior"},{"name":"_protocol_configuration"},{"name":"_exclusions"}]},{"name":"ParallelismSettings","field":[{"name":"max_parallelism","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","oneofIndex":0,"jsonName":"maxParallelism","proto3Optional":true}],"oneofDecl":[{"name":"_max_parallelism"}]},{"name":"ExclusionSettings","field":[{"name":"excluded_targets","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"excludedTargets"},{"name":"excluded_interfaces","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"excludedInterfaces"}]},{"name":"NetworkVisibilitySettings","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"},{"name":"active_cdr_enabled","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","oneofIndex":0,"jsonName":"activeCdrEnabled","proto3Optional":true}],"oneofDecl":[{"name":"_active_cdr_enabled"}]},{"name":"PingBehaviorSettings"},{"name":"ProtocolConfigurationSettings","field":[{"name":"all_enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","oneofIndex":0,"jsonName":"allEnabled","proto3Optional":true},{"name":"protocols","number":2,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ProtocolConfigurationSettings.ProtocolsEntry","jsonName":"protocols"}],"nestedType":[{"name":"ProtocolsEntry","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"value","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ProtocolDetailSettings","jsonName":"value"}],"options":{"mapEntry":true}}],"oneofDecl":[{"name":"_all_enabled"}]},{"name":"ProtocolDetailSettings","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"},{"name":"port","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_UINT32","oneofIndex":0,"jsonName":"port","proto3Optional":true},{"name":"additional_data","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ProtocolDetailSettings.AdditionalDataEntry","jsonName":"additionalData"}],"nestedType":[{"name":"AdditionalDataEntry","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"value","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"value"}],"options":{"mapEntry":true}}],"oneofDecl":[{"name":"_port"}]},{"name":"ItSensorSettings","field":[{"name":"network_configuration","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.NetworkConfigurationSettings","oneofIndex":0,"jsonName":"networkConfiguration","proto3Optional":true}],"oneofDecl":[{"name":"_network_configuration"}]},{"name":"OtSensorSettings","field":[{"name":"network_configuration","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.NetworkConfigurationSettings","oneofIndex":0,"jsonName":"networkConfiguration","proto3Optional":true},{"name":"traffic_logging","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.TrafficLogSettings","oneofIndex":1,"jsonName":"trafficLogging","proto3Optional":true}],"oneofDecl":[{"name":"_network_configuration"},{"name":"_traffic_logging"}]},{"name":"TrafficLogSettings","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","oneofIndex":0,"jsonName":"enabled","proto3Optional":true},{"name":"path","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","oneofIndex":1,"jsonName":"path","proto3Optional":true}],"oneofDecl":[{"name":"_enabled"},{"name":"_path"}]},{"name":"UpdateSettings","field":[{"name":"update_on_availability","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","oneofIndex":0,"jsonName":"updateOnAvailability","proto3Optional":true},{"name":"update_window","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.UpdateWindowSettings","oneofIndex":1,"jsonName":"updateWindow","proto3Optional":true},{"name":"download","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.DownloadSettings","oneofIndex":2,"jsonName":"download","proto3Optional":true},{"name":"backup","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.BackupSettings","oneofIndex":3,"jsonName":"backup","proto3Optional":true},{"name":"prerequisites","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.PrerequisiteSettings","oneofIndex":4,"jsonName":"prerequisites","proto3Optional":true}],"oneofDecl":[{"name":"_update_on_availability"},{"name":"_update_window"},{"name":"_download"},{"name":"_backup"},{"name":"_prerequisites"}]},{"name":"UpdateWindowSettings","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","oneofIndex":0,"jsonName":"enabled","proto3Optional":true},{"name":"update_window","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","oneofIndex":1,"jsonName":"updateWindow","proto3Optional":true}],"oneofDecl":[{"name":"_enabled"},{"name":"_update_window"}]},{"name":"BackupSettings","field":[{"name":"backup_folder","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","oneofIndex":0,"jsonName":"backupFolder","proto3Optional":true}],"oneofDecl":[{"name":"_backup_folder"}]},{"name":"DownloadSettings","field":[{"name":"download_on_availability","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","oneofIndex":0,"jsonName":"downloadOnAvailability","proto3Optional":true},{"name":"download_window","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","oneofIndex":1,"jsonName":"downloadWindow","proto3Optional":true},{"name":"download_folder","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","oneofIndex":2,"jsonName":"downloadFolder","proto3Optional":true},{"name":"download_timeout_seconds","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","oneofIndex":3,"jsonName":"downloadTimeoutSeconds","proto3Optional":true},{"name":"throttle_rate_kb_per_second","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","oneofIndex":4,"jsonName":"throttleRateKbPerSecond","proto3Optional":true}],"oneofDecl":[{"name":"_download_on_availability"},{"name":"_download_window"},{"name":"_download_folder"},{"name":"_download_timeout_seconds"},{"name":"_throttle_rate_kb_per_second"}]},{"name":"PrerequisiteSettings","field":[{"name":"required_free_disk_space_bytes","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT64","oneofIndex":0,"jsonName":"requiredFreeDiskSpaceBytes","proto3Optional":true},{"name":"required_free_disk_space_percentage","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","oneofIndex":1,"jsonName":"requiredFreeDiskSpacePercentage","proto3Optional":true}],"oneofDecl":[{"name":"_required_free_disk_space_bytes"},{"name":"_required_free_disk_space_percentage"}]},{"name":"LogSettings","field":[{"name":"level","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.LogSettings.LogLevel","oneofIndex":0,"jsonName":"level","proto3Optional":true},{"name":"file_size_limit_bytes","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT64","oneofIndex":1,"jsonName":"fileSizeLimitBytes","proto3Optional":true},{"name":"retained_file_count_limit","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","oneofIndex":2,"jsonName":"retainedFileCountLimit","proto3Optional":true},{"name":"overrides","number":4,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.LogSettings.OverridesEntry","jsonName":"overrides"}],"nestedType":[{"name":"OverridesEntry","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"value","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"value"}],"options":{"mapEntry":true}}],"enumType":[{"name":"LogLevel","value":[{"name":"VERBOSE","number":0},{"name":"DEBUG","number":1},{"name":"INFORMATION","number":2},{"name":"WARNING","number":3},{"name":"ERROR","number":4},{"name":"FATAL","number":5}]}],"oneofDecl":[{"name":"_level"},{"name":"_file_size_limit_bytes"},{"name":"_retained_file_count_limit"}]}],"enumType":[{"name":"IPScanType","value":[{"name":"UNKNOWN_IP_SCAN_TYPE","number":0},{"name":"RANGE","number":1},{"name":"HOST","number":2}]}],"service":[{"name":"ScanningConfigService","method":[{"name":"GetConfigurationsBySource","inputType":".lansweeper.scanningconfig.v1.GetConfigurationsBySourceRequest","outputType":".lansweeper.scanningconfig.v1.GetConfigurationsBySourceResponse","options":{}}]}],"options":{"goPackage":"./generated-go"},"sourceCodeInfo":{"location":[{"span":[0,0,318,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,37]},{"path":[8],"span":[3,0,37]},{"path":[8,11],"span":[3,0,37]},{"path":[6,0],"span":[5,0,7,1]},{"path":[6,0,1],"span":[5,8,29]},{"path":[6,0,2,0],"span":[6,2,112]},{"path":[6,0,2,0,1],"span":[6,6,31]},{"path":[6,0,2,0,2],"span":[6,32,64]},{"path":[6,0,2,0,3],"span":[6,75,108]},{"path":[4,0],"span":[9,0,12,1]},{"path":[4,0,1],"span":[9,8,40]},{"path":[4,0,2,0],"span":[10,2,23]},{"path":[4,0,2,0,5],"span":[10,2,8]},{"path":[4,0,2,0,1],"span":[10,9,18]},{"path":[4,0,2,0,3],"span":[10,21,22]},{"path":[4,0,2,1],"span":[11,2,21]},{"path":[4,0,2,1,5],"span":[11,2,8]},{"path":[4,0,2,1,1],"span":[11,9,16]},{"path":[4,0,2,1,3],"span":[11,19,20]},{"path":[4,1],"span":[14,0,16,1]},{"path":[4,1,1],"span":[14,8,41]},{"path":[4,1,2,0],"span":[15,2,33]},{"path":[4,1,2,0,4],"span":[15,2,10]},{"path":[4,1,2,0,6],"span":[15,11,20]},{"path":[4,1,2,0,1],"span":[15,21,28]},{"path":[4,1,2,0,3],"span":[15,31,32]},{"path":[4,2],"span":[18,0,33,1]},{"path":[4,2,1],"span":[18,8,17]},{"path":[4,2,4,0],"span":[19,2,25,3]},{"path":[4,2,4,0,1],"span":[19,7,20]},{"path":[4,2,4,0,2,0],"span":[20,4,20]},{"path":[4,2,4,0,2,0,1],"span":[20,4,15]},{"path":[4,2,4,0,2,0,2],"span":[20,18,19]},{"path":[4,2,4,0,2,1],"span":[21,4,14]},{"path":[4,2,4,0,2,1,1],"span":[21,4,9]},{"path":[4,2,4,0,2,1,2],"span":[21,12,13]},{"path":[4,2,4,0,2,2],"span":[22,4,18]},{"path":[4,2,4,0,2,2,1],"span":[22,4,13]},{"path":[4,2,4,0,2,2,2],"span":[22,16,17]},{"path":[4,2,4,0,2,3],"span":[23,4,15]},{"path":[4,2,4,0,2,3,1],"span":[23,4,10]},{"path":[4,2,4,0,2,3,2],"span":[23,13,14]},{"path":[4,2,4,0,2,4],"span":[24,4,18]},{"path":[4,2,4,0,2,4,1],"span":[24,4,13]},{"path":[4,2,4,0,2,4,2],"span":[24,16,17]},{"path":[4,2,2,0],"span":[27,2,16]},{"path":[4,2,2,0,5],"span":[27,2,8]},{"path":[4,2,2,0,1],"span":[27,9,11]},{"path":[4,2,2,0,3],"span":[27,14,15]},{"path":[4,2,2,1],"span":[28,2,25]},{"path":[4,2,2,1,6],"span":[28,2,15]},{"path":[4,2,2,1,1],"span":[28,16,20]},{"path":[4,2,2,1,3],"span":[28,23,24]},{"path":[4,2,2,2],"span":[29,2,30]},{"path":[4,2,2,2,4],"span":[29,2,10]},{"path":[4,2,2,2,6],"span":[29,11,17]},{"path":[4,2,2,2,1],"span":[29,18,25]},{"path":[4,2,2,2,3],"span":[29,28,29]},{"path":[4,2,2,3],"span":[30,2,63]},{"path":[4,2,2,3,4],"span":[30,2,10]},{"path":[4,2,2,3,6],"span":[30,11,28]},{"path":[4,2,2,3,1],"span":[30,29,38]},{"path":[4,2,2,3,3],"span":[30,41,42]},{"path":[4,2,2,3,8],"span":[30,43,62]},{"path":[4,2,2,3,8,3],"span":[30,44,61]},{"path":[4,2,2,4],"span":[31,2,19]},{"path":[4,2,2,4,5],"span":[31,2,6]},{"path":[4,2,2,4,1],"span":[31,7,14]},{"path":[4,2,2,4,3],"span":[31,17,18]},{"path":[4,2,2,5],"span":[32,2,44]},{"path":[4,2,2,5,4],"span":[32,2,10]},{"path":[4,2,2,5,6],"span":[32,11,28]},{"path":[4,2,2,5,1],"span":[32,29,39]},{"path":[4,2,2,5,3],"span":[32,42,43]},{"path":[4,3],"span":[35,0,39,1]},{"path":[4,3,1],"span":[35,8,18]},{"path":[4,3,7],"span":[36,2,27]},{"path":[4,3,7,3],"span":[36,2,27]},{"path":[4,3,2,0],"span":[37,2,19]},{"path":[4,3,2,0,5],"span":[37,2,6]},{"path":[4,3,2,0,1],"span":[37,7,14]},{"path":[4,3,2,0,3],"span":[37,17,18]},{"path":[4,3,2,1],"span":[38,2,42]},{"path":[4,3,2,1,4],"span":[38,2,10]},{"path":[4,3,2,1,5],"span":[38,11,17]},{"path":[4,3,2,1,1],"span":[38,18,37]},{"path":[4,3,2,1,3],"span":[38,40,41]},{"path":[4,4],"span":[41,0,45,1]},{"path":[4,4,1],"span":[41,8,25]},{"path":[4,4,7],"span":[42,2,27]},{"path":[4,4,7,3],"span":[42,2,27]},{"path":[4,4,2,0],"span":[43,2,19]},{"path":[4,4,2,0,5],"span":[43,2,6]},{"path":[4,4,2,0,1],"span":[43,7,14]},{"path":[4,4,2,0,3],"span":[43,17,18]},{"path":[4,4,2,1],"span":[44,2,42]},{"path":[4,4,2,1,4],"span":[44,2,10]},{"path":[4,4,2,1,5],"span":[44,11,17]},{"path":[4,4,2,1,1],"span":[44,18,37]},{"path":[4,4,2,1,3],"span":[44,40,41]},{"path":[4,5],"span":[47,0,51,1]},{"path":[4,5,1],"span":[47,8,18]},{"path":[4,5,7],"span":[48,2,27]},{"path":[4,5,7,3],"span":[48,2,27]},{"path":[4,5,2,0],"span":[49,2,19]},{"path":[4,5,2,0,5],"span":[49,2,6]},{"path":[4,5,2,0,1],"span":[49,7,14]},{"path":[4,5,2,0,3],"span":[49,17,18]},{"path":[4,5,2,1],"span":[50,2,22]},{"path":[4,5,2,1,5],"span":[50,2,8]},{"path":[4,5,2,1,1],"span":[50,9,17]},{"path":[4,5,2,1,3],"span":[50,20,21]},{"path":[4,6],"span":[53,0,57,1]},{"path":[4,6,1],"span":[53,8,25]},{"path":[4,6,2,0],"span":[54,2,65]},{"path":[4,6,2,0,4],"span":[54,2,10]},{"path":[4,6,2,0,6],"span":[54,11,21]},{"path":[4,6,2,0,1],"span":[54,22,40]},{"path":[4,6,2,0,3],"span":[54,43,44]},{"path":[4,6,2,0,8],"span":[54,45,64]},{"path":[4,6,2,0,8,3],"span":[54,46,63]},{"path":[4,6,2,1],"span":[55,2,45]},{"path":[4,6,2,1,4],"span":[55,2,10]},{"path":[4,6,2,1,6],"span":[55,11,21]},{"path":[4,6,2,1,1],"span":[55,22,40]},{"path":[4,6,2,1,3],"span":[55,43,44]},{"path":[4,6,2,2],"span":[56,2,59]},{"path":[4,6,2,2,4],"span":[56,2,10]},{"path":[4,6,2,2,6],"span":[56,11,28]},{"path":[4,6,2,2,1],"span":[56,29,54]},{"path":[4,6,2,2,3],"span":[56,57,58]},{"path":[4,7],"span":[59,0,62,1]},{"path":[4,7,1],"span":[59,8,15]},{"path":[4,7,2,0],"span":[60,2,22]},{"path":[4,7,2,0,5],"span":[60,2,8]},{"path":[4,7,2,0,1],"span":[60,9,18]},{"path":[4,7,2,0,3],"span":[60,20,21]},{"path":[4,7,2,1],"span":[61,2,18]},{"path":[4,7,2,1,5],"span":[61,2,8]},{"path":[4,7,2,1,1],"span":[61,9,13]},{"path":[4,7,2,1,3],"span":[61,16,17]},{"path":[4,8],"span":[64,0,81,1]},{"path":[4,8,1],"span":[64,8,14]},{"path":[4,8,4,0],"span":[65,2,69,3]},{"path":[4,8,4,0,1],"span":[65,7,17]},{"path":[4,8,4,0,2,0],"span":[66,4,20]},{"path":[4,8,4,0,2,0,1],"span":[66,4,15]},{"path":[4,8,4,0,2,0,2],"span":[66,18,19]},{"path":[4,8,4,0,2,1],"span":[67,4,14]},{"path":[4,8,4,0,2,1,1],"span":[67,4,9]},{"path":[4,8,4,0,2,1,2],"span":[67,12,13]},{"path":[4,8,4,0,2,2],"span":[68,4,18]},{"path":[4,8,4,0,2,2,1],"span":[68,4,13]},{"path":[4,8,4,0,2,2,2],"span":[68,16,17]},{"path":[4,8,2,0],"span":[71,2,32]},{"path":[4,8,2,0,4],"span":[71,2,10]},{"path":[4,8,2,0,6],"span":[71,11,18]},{"path":[4,8,2,0,1],"span":[71,19,27]},{"path":[4,8,2,0,3],"span":[71,30,31]},{"path":[4,8,2,1],"span":[72,2,29]},{"path":[4,8,2,1,6],"span":[72,2,12]},{"path":[4,8,2,1,1],"span":[72,13,24]},{"path":[4,8,2,1,3],"span":[72,27,28]},{"path":[4,8,2,2],"span":[73,2,38]},{"path":[4,8,2,2,4],"span":[73,2,10]},{"path":[4,8,2,2,6],"span":[73,11,21]},{"path":[4,8,2,2,1],"span":[73,22,33]},{"path":[4,8,2,2,3],"span":[73,36,37]},{"path":[4,8,8,0],"span":[74,2,77,3]},{"path":[4,8,8,0,1],"span":[74,8,18]},{"path":[4,8,2,3],"span":[75,4,40]},{"path":[4,8,2,3,6],"span":[75,4,9]},{"path":[4,8,2,3,1],"span":[75,10,15]},{"path":[4,8,2,3,3],"span":[75,18,19]},{"path":[4,8,2,3,8],"span":[75,20,39]},{"path":[4,8,2,3,8,3],"span":[75,21,38]},{"path":[4,8,2,4],"span":[76,4,48]},{"path":[4,8,2,4,6],"span":[76,4,13]},{"path":[4,8,2,4,1],"span":[76,14,23]},{"path":[4,8,2,4,3],"span":[76,26,27]},{"path":[4,8,2,4,8],"span":[76,28,47]},{"path":[4,8,2,4,8,3],"span":[76,29,46]},{"path":[4,8,2,5],"span":[78,2,41]},{"path":[4,8,2,5,6],"span":[78,2,18]},{"path":[4,8,2,5,1],"span":[78,19,36]},{"path":[4,8,2,5,3],"span":[78,39,40]},{"path":[4,8,2,6],"span":[79,2,16]},{"path":[4,8,2,6,5],"span":[79,2,8]},{"path":[4,8,2,6,1],"span":[79,9,11]},{"path":[4,8,2,6,3],"span":[79,14,15]},{"path":[4,8,2,7],"span":[80,2,18]},{"path":[4,8,2,7,5],"span":[80,2,8]},{"path":[4,8,2,7,1],"span":[80,9,13]},{"path":[4,8,2,7,3],"span":[80,16,17]},{"path":[4,9],"span":[83,0,85,1]},{"path":[4,9,1],"span":[83,8,17]},{"path":[4,9,2,0],"span":[84,2,30]},{"path":[4,9,2,0,4],"span":[84,2,10]},{"path":[4,9,2,0,5],"span":[84,11,17]},{"path":[4,9,2,0,1],"span":[84,18,25]},{"path":[4,9,2,0,3],"span":[84,28,29]},{"path":[4,10],"span":[87,0,99,1]},{"path":[4,10,1],"span":[87,8,24]},{"path":[4,10,4,0],"span":[89,2,93,3]},{"path":[4,10,4,0,1],"span":[89,7,16]},{"path":[4,10,4,0,2,0],"span":[90,4,12]},{"path":[4,10,4,0,2,0,1],"span":[90,4,7]},{"path":[4,10,4,0,2,0,2],"span":[90,10,11]},{"path":[4,10,4,0,2,1],"span":[91,4,14]},{"path":[4,10,4,0,2,1,1],"span":[91,4,9]},{"path":[4,10,4,0,2,1,2],"span":[91,12,13]},{"path":[4,10,4,0,2,2],"span":[92,4,18]},{"path":[4,10,4,0,2,2,1],"span":[92,4,13]},{"path":[4,10,4,0,2,2,2],"span":[92,16,17]},{"path":[4,10,2,0],"span":[95,2,36]},{"path":[4,10,2,0,4],"span":[95,2,10]},{"path":[4,10,2,0,6],"span":[95,11,20]},{"path":[4,10,2,0,1],"span":[95,21,31]},{"path":[4,10,2,0,3],"span":[95,34,35]},{"path":[4,10,2,1],"span":[96,2,48]},{"path":[4,10,2,1,4],"span":[96,2,10]},{"path":[4,10,2,1,5],"span":[96,11,17]},{"path":[4,10,2,1,1],"span":[96,18,25]},{"path":[4,10,2,1,3],"span":[96,28,29]},{"path":[4,10,2,1,8],"span":[96,30,47]},{"path":[4,10,2,1,8,3],"span":[96,31,46]},{"path":[4,10,2,2],"span":[97,2,33]},{"path":[4,10,2,2,4],"span":[97,2,10]},{"path":[4,10,2,2,5],"span":[97,11,17]},{"path":[4,10,2,2,1],"span":[97,18,28]},{"path":[4,10,2,2,3],"span":[97,31,32]},{"path":[4,10,2,3],"span":[98,2,39]},{"path":[4,10,2,3,4],"span":[98,2,10]},{"path":[4,10,2,3,6],"span":[98,11,21]},{"path":[4,10,2,3,1],"span":[98,22,34]},{"path":[4,10,2,3,3],"span":[98,37,38]},{"path":[5,0],"span":[101,0,105,1]},{"path":[5,0,1],"span":[101,5,15]},{"path":[5,0,2,0],"span":[102,2,27]},{"path":[5,0,2,0,1],"span":[102,2,22]},{"path":[5,0,2,0,2],"span":[102,25,26]},{"path":[5,0,2,1],"span":[103,2,12]},{"path":[5,0,2,1,1],"span":[103,2,7]},{"path":[5,0,2,1,2],"span":[103,10,11]},{"path":[5,0,2,2],"span":[104,2,11]},{"path":[5,0,2,2,1],"span":[104,2,6]},{"path":[5,0,2,2,2],"span":[104,9,10]},{"path":[4,11],"span":[107,0,121,1]},{"path":[4,11,1],"span":[107,8,18]},{"path":[4,11,4,0],"span":[108,2,113,3]},{"path":[4,11,4,0,1],"span":[108,7,17]},{"path":[4,11,4,0,2,0],"span":[109,4,28]},{"path":[4,11,4,0,2,0,1],"span":[109,4,23]},{"path":[4,11,4,0,2,0,2],"span":[109,26,27]},{"path":[4,11,4,0,2,1],"span":[110,4,16]},{"path":[4,11,4,0,2,1,1],"span":[110,4,11]},{"path":[4,11,4,0,2,1,2],"span":[110,14,15]},{"path":[4,11,4,0,2,2],"span":[111,4,13]},{"path":[4,11,4,0,2,2,1],"span":[111,4,8]},{"path":[4,11,4,0,2,2,2],"span":[111,11,12]},{"path":[4,11,4,0,2,3],"span":[112,4,11]},{"path":[4,11,4,0,2,3,1],"span":[112,4,6]},{"path":[4,11,4,0,2,3,2],"span":[112,9,10]},{"path":[4,11,2,0],"span":[114,2,22]},{"path":[4,11,2,0,6],"span":[114,2,12]},{"path":[4,11,2,0,1],"span":[114,13,17]},{"path":[4,11,2,0,3],"span":[114,20,21]},{"path":[4,11,8,0],"span":[115,2,120,3]},{"path":[4,11,8,0,1],"span":[115,8,12]},{"path":[4,11,2,1],"span":[116,4,32]},{"path":[4,11,2,1,6],"span":[116,4,14]},{"path":[4,11,2,1,1],"span":[116,15,27]},{"path":[4,11,2,1,3],"span":[116,30,31]},{"path":[4,11,2,2],"span":[117,4,23]},{"path":[4,11,2,2,6],"span":[117,4,10]},{"path":[4,11,2,2,1],"span":[117,11,18]},{"path":[4,11,2,2,3],"span":[117,21,22]},{"path":[4,11,2,3],"span":[118,4,40]},{"path":[4,11,2,3,5],"span":[118,4,10]},{"path":[4,11,2,3,1],"span":[118,11,17]},{"path":[4,11,2,3,3],"span":[118,20,21]},{"path":[4,11,2,3,8],"span":[118,22,39]},{"path":[4,11,2,3,8,3],"span":[118,23,38]},{"path":[4,11,2,4],"span":[119,4,27]},{"path":[4,11,2,4,6],"span":[119,4,12]},{"path":[4,11,2,4,1],"span":[119,13,22]},{"path":[4,11,2,4,3],"span":[119,25,26]},{"path":[4,12],"span":[123,0,125,1]},{"path":[4,12,1],"span":[123,8,16]},{"path":[4,12,2,0],"span":[124,2,20]},{"path":[4,12,2,0,5],"span":[124,2,8]},{"path":[4,12,2,0,1],"span":[124,9,15]},{"path":[4,12,2,0,3],"span":[124,18,19]},{"path":[4,13],"span":[127,0,131,1]},{"path":[4,13,1],"span":[127,8,18]},{"path":[4,13,2,0],"span":[128,2,22]},{"path":[4,13,2,0,6],"span":[128,2,12]},{"path":[4,13,2,0,1],"span":[128,13,17]},{"path":[4,13,2,0,3],"span":[128,20,21]},{"path":[4,13,2,1],"span":[129,2,20]},{"path":[4,13,2,1,5],"span":[129,2,8]},{"path":[4,13,2,1,1],"span":[129,9,15]},{"path":[4,13,2,1,3],"span":[129,18,19]},{"path":[4,13,2,2],"span":[130,2,31]},{"path":[4,13,2,2,4],"span":[130,2,10]},{"path":[4,13,2,2,6],"span":[130,11,21]},{"path":[4,13,2,2,1],"span":[130,22,26]},{"path":[4,13,2,2,3],"span":[130,29,30]},{"path":[4,14],"span":[133,0,137,1]},{"path":[4,14,1],"span":[133,8,18]},{"path":[4,14,2,0],"span":[134,2,20]},{"path":[4,14,2,0,5],"span":[134,2,6]},{"path":[4,14,2,0,1],"span":[134,7,15]},{"path":[4,14,2,0,3],"span":[134,18,19]},{"path":[4,14,2,1],"span":[135,2,25]},{"path":[4,14,2,1,5],"span":[135,2,7]},{"path":[4,14,2,1,1],"span":[135,8,20]},{"path":[4,14,2,1,3],"span":[135,23,24]},{"path":[4,14,2,2],"span":[136,2,31]},{"path":[4,14,2,2,5],"span":[136,2,6]},{"path":[4,14,2,2,1],"span":[136,7,26]},{"path":[4,14,2,2,3],"span":[136,29,30]},{"path":[4,15],"span":[139,0,153,1]},{"path":[4,15,1],"span":[139,8,14]},{"path":[4,15,4,0],"span":[140,2,144,3]},{"path":[4,15,4,0,1],"span":[140,7,15]},{"path":[4,15,4,0,2,0],"span":[141,4,26]},{"path":[4,15,4,0,2,0,1],"span":[141,4,21]},{"path":[4,15,4,0,2,0,2],"span":[141,24,25]},{"path":[4,15,4,0,2,1],"span":[142,4,13]},{"path":[4,15,4,0,2,1,1],"span":[142,4,8]},{"path":[4,15,4,0,2,1,2],"span":[142,11,12]},{"path":[4,15,4,0,2,2],"span":[143,4,14]},{"path":[4,15,4,0,2,2,1],"span":[143,4,9]},{"path":[4,15,4,0,2,2,2],"span":[143,12,13]},{"path":[4,15,2,0],"span":[145,2,18]},{"path":[4,15,2,0,5],"span":[145,2,8]},{"path":[4,15,2,0,1],"span":[145,9,13]},{"path":[4,15,2,0,3],"span":[145,16,17]},{"path":[4,15,2,1],"span":[146,2,25]},{"path":[4,15,2,1,5],"span":[146,2,8]},{"path":[4,15,2,1,1],"span":[146,9,20]},{"path":[4,15,2,1,3],"span":[146,23,24]},{"path":[4,15,2,2],"span":[147,2,20]},{"path":[4,15,2,2,5],"span":[147,2,8]},{"path":[4,15,2,2,1],"span":[147,9,15]},{"path":[4,15,2,2,3],"span":[147,18,19]},{"path":[4,15,2,3],"span":[148,2,25]},{"path":[4,15,2,3,5],"span":[148,2,6]},{"path":[4,15,2,3,1],"span":[148,7,20]},{"path":[4,15,2,3,3],"span":[148,23,24]},{"path":[4,15,2,4],"span":[149,2,27]},{"path":[4,15,2,4,5],"span":[149,2,6]},{"path":[4,15,2,4,1],"span":[149,7,22]},{"path":[4,15,2,4,3],"span":[149,25,26]},{"path":[4,15,2,5],"span":[150,2,25]},{"path":[4,15,2,5,6],"span":[150,2,10]},{"path":[4,15,2,5,1],"span":[150,11,20]},{"path":[4,15,2,5,3],"span":[150,23,24]},{"path":[4,15,2,6],"span":[151,2,17]},{"path":[4,15,2,6,5],"span":[151,2,7]},{"path":[4,15,2,6,1],"span":[151,8,12]},{"path":[4,15,2,6,3],"span":[151,15,16]},{"path":[4,15,2,7],"span":[152,2,23]},{"path":[4,15,2,7,5],"span":[152,2,8]},{"path":[4,15,2,7,1],"span":[152,9,18]},{"path":[4,15,2,7,3],"span":[152,21,22]},{"path":[4,16],"span":[155,0,163,1]},{"path":[4,16,1],"span":[155,8,13]},{"path":[4,16,4,0],"span":[156,2,160,3]},{"path":[4,16,4,0,1],"span":[156,7,16]},{"path":[4,16,4,0,2,0],"span":[157,4,12]},{"path":[4,16,4,0,2,0,1],"span":[157,4,7]},{"path":[4,16,4,0,2,0,2],"span":[157,10,11]},{"path":[4,16,4,0,2,1],"span":[158,4,14]},{"path":[4,16,4,0,2,1,1],"span":[158,4,9]},{"path":[4,16,4,0,2,1,2],"span":[158,12,13]},{"path":[4,16,4,0,2,2],"span":[159,4,18]},{"path":[4,16,4,0,2,2,1],"span":[159,4,13]},{"path":[4,16,4,0,2,2,2],"span":[159,16,17]},{"path":[4,16,2,0],"span":[162,2,27]},{"path":[4,16,2,0,6],"span":[162,2,11]},{"path":[4,16,2,0,1],"span":[162,12,22]},{"path":[4,16,2,0,3],"span":[162,25,26]},{"path":[4,17],"span":[165,0,174,1]},{"path":[4,17,1],"span":[165,8,18]},{"path":[4,17,4,0],"span":[166,2,169,3]},{"path":[4,17,4,0,1],"span":[166,7,21]},{"path":[4,17,4,0,2,0],"span":[168,4,20]},{"path":[4,17,4,0,2,0,1],"span":[168,4,15]},{"path":[4,17,4,0,2,0,2],"span":[168,18,19]},{"path":[4,17,2,0],"span":[171,2,44]},{"path":[4,17,2,0,6],"span":[171,2,16]},{"path":[4,17,2,0,1],"span":[171,17,21]},{"path":[4,17,2,0,3],"span":[171,24,25]},{"path":[4,17,2,0,8],"span":[171,26,43]},{"path":[4,17,2,0,8,3],"span":[171,27,42]},{"path":[4,17,2,1],"span":[172,2,16]},{"path":[4,17,2,1,5],"span":[172,2,8]},{"path":[4,17,2,1,1],"span":[172,9,11]},{"path":[4,17,2,1,3],"span":[172,14,15]},{"path":[4,17,2,2],"span":[173,2,18]},{"path":[4,17,2,2,5],"span":[173,2,7]},{"path":[4,17,2,2,1],"span":[173,8,13]},{"path":[4,17,2,2,3],"span":[173,16,17]},{"path":[4,18],"span":[176,0,182,1]},{"path":[4,18,1],"span":[176,8,25]},{"path":[4,18,2,0],"span":[177,2,35]},{"path":[4,18,2,0,4],"span":[177,2,10]},{"path":[4,18,2,0,6],"span":[177,11,22]},{"path":[4,18,2,0,1],"span":[177,23,30]},{"path":[4,18,2,0,3],"span":[177,33,34]},{"path":[4,18,2,1],"span":[178,2,31]},{"path":[4,18,2,1,4],"span":[178,2,10]},{"path":[4,18,2,1,6],"span":[178,11,22]},{"path":[4,18,2,1,1],"span":[178,23,26]},{"path":[4,18,2,1,3],"span":[178,29,30]},{"path":[4,18,2,2],"span":[179,2,37]},{"path":[4,18,2,2,4],"span":[179,2,10]},{"path":[4,18,2,2,6],"span":[179,11,25]},{"path":[4,18,2,2,1],"span":[179,26,32]},{"path":[4,18,2,2,3],"span":[179,35,36]},{"path":[4,18,2,3],"span":[180,2,42]},{"path":[4,18,2,3,4],"span":[180,2,10]},{"path":[4,18,2,3,6],"span":[180,11,27]},{"path":[4,18,2,3,1],"span":[180,28,37]},{"path":[4,18,2,3,3],"span":[180,40,41]},{"path":[4,18,2,4],"span":[181,2,42]},{"path":[4,18,2,4,4],"span":[181,2,10]},{"path":[4,18,2,4,6],"span":[181,11,27]},{"path":[4,18,2,4,1],"span":[181,28,37]},{"path":[4,18,2,4,3],"span":[181,40,41]},{"path":[4,19],"span":[184,0,191,1]},{"path":[4,19,1],"span":[184,8,19]},{"path":[4,19,2,0],"span":[185,2,66]},{"path":[4,19,2,0,4],"span":[185,2,10]},{"path":[4,19,2,0,6],"span":[185,11,39]},{"path":[4,19,2,0,1],"span":[185,40,61]},{"path":[4,19,2,0,3],"span":[185,64,65]},{"path":[4,19,2,1],"span":[186,2,47]},{"path":[4,19,2,1,4],"span":[186,2,10]},{"path":[4,19,2,1,6],"span":[186,11,30]},{"path":[4,19,2,1,1],"span":[186,31,42]},{"path":[4,19,2,1,3],"span":[186,45,46]},{"path":[4,19,2,2],"span":[187,2,50]},{"path":[4,19,2,2,4],"span":[187,2,10]},{"path":[4,19,2,2,6],"span":[187,11,31]},{"path":[4,19,2,2,1],"span":[187,32,45]},{"path":[4,19,2,2,3],"span":[187,48,49]},{"path":[4,19,2,3],"span":[188,2,49]},{"path":[4,19,2,3,4],"span":[188,2,10]},{"path":[4,19,2,3,6],"span":[188,11,30]},{"path":[4,19,2,3,1],"span":[188,31,44]},{"path":[4,19,2,3,3],"span":[188,47,48]},{"path":[4,19,2,4],"span":[189,2,60]},{"path":[4,19,2,4,4],"span":[189,2,10]},{"path":[4,19,2,4,6],"span":[189,11,36]},{"path":[4,19,2,4,1],"span":[189,37,55]},{"path":[4,19,2,4,3],"span":[189,58,59]},{"path":[4,19,2,5],"span":[190,2,37]},{"path":[4,19,2,5,4],"span":[190,2,10]},{"path":[4,19,2,5,6],"span":[190,11,25]},{"path":[4,19,2,5,1],"span":[190,26,32]},{"path":[4,19,2,5,3],"span":[190,35,36]},{"path":[4,20],"span":[193,0,196,1]},{"path":[4,20,1],"span":[193,8,27]},{"path":[4,20,2,0],"span":[194,2,41],"trailingComments":" cron expression\n"},{"path":[4,20,2,0,4],"span":[194,2,10]},{"path":[4,20,2,0,5],"span":[194,11,17]},{"path":[4,20,2,0,1],"span":[194,18,36]},{"path":[4,20,2,0,3],"span":[194,39,40]},{"path":[4,20,2,1],"span":[195,2,56]},{"path":[4,20,2,1,4],"span":[195,2,10]},{"path":[4,20,2,1,6],"span":[195,11,34]},{"path":[4,20,2,1,1],"span":[195,35,51]},{"path":[4,20,2,1,3],"span":[195,54,55]},{"path":[4,21],"span":[198,0,201,1]},{"path":[4,21,1],"span":[198,8,31]},{"path":[4,21,2,0],"span":[199,2,48],"trailingComments":" default 30 days\n"},{"path":[4,21,2,0,4],"span":[199,2,10]},{"path":[4,21,2,0,5],"span":[199,11,16]},{"path":[4,21,2,0,1],"span":[199,17,43]},{"path":[4,21,2,0,3],"span":[199,46,47]},{"path":[4,21,2,1],"span":[200,2,50],"trailingComments":" default 365 days\n"},{"path":[4,21,2,1,4],"span":[200,2,10]},{"path":[4,21,2,1,5],"span":[200,11,16]},{"path":[4,21,2,1,1],"span":[200,17,45]},{"path":[4,21,2,1,3],"span":[200,48,49]},{"path":[4,22],"span":[203,0,208,1]},{"path":[4,22,1],"span":[203,8,28]},{"path":[4,22,2,0],"span":[204,2,42]},{"path":[4,22,2,0,4],"span":[204,2,10]},{"path":[4,22,2,0,5],"span":[204,11,15]},{"path":[4,22,2,0,1],"span":[204,16,37]},{"path":[4,22,2,0,3],"span":[204,40,41]},{"path":[4,22,2,1],"span":[205,2,54],"trailingComments":" will only be used if smart polling is disabled, default 60 seconds.\n"},{"path":[4,22,2,1,4],"span":[205,2,10]},{"path":[4,22,2,1,5],"span":[205,11,16]},{"path":[4,22,2,1,1],"span":[205,17,49]},{"path":[4,22,2,1,3],"span":[205,52,53]},{"path":[4,22,2,2],"span":[207,2,48],"trailingComments":" key is the polling zero based frequency, value is the polling interval in seconds. Will only be used if smart polling is enabled. I.e: [(0, 15), (1, 60), (2, 120)] = 15 seconds for the high frequency polling, 60 seconds for the normal frequency polling, 120 seconds for the low frequency polling\n"},{"path":[4,22,2,2,6],"span":[207,2,19]},{"path":[4,22,2,2,1],"span":[207,20,43]},{"path":[4,22,2,2,3],"span":[207,46,47]},{"path":[4,23],"span":[210,0,212,1]},{"path":[4,23,1],"span":[210,8,27]},{"path":[4,23,2,0],"span":[211,2,46],"trailingComments":" default 15 minutes\n"},{"path":[4,23,2,0,4],"span":[211,2,10]},{"path":[4,23,2,0,5],"span":[211,11,16]},{"path":[4,23,2,0,1],"span":[211,17,41]},{"path":[4,23,2,0,3],"span":[211,44,45]},{"path":[4,24],"span":[214,0,216,1]},{"path":[4,24,1],"span":[214,8,33]},{"path":[4,24,2,0],"span":[215,2,46],"trailingComments":" default 240 minutes (4 hours)\n"},{"path":[4,24,2,0,4],"span":[215,2,10]},{"path":[4,24,2,0,5],"span":[215,11,16]},{"path":[4,24,2,0,1],"span":[215,17,41]},{"path":[4,24,2,0,3],"span":[215,44,45]},{"path":[4,25],"span":[218,0,222,1]},{"path":[4,25,1],"span":[218,8,22]},{"path":[4,25,2,0],"span":[219,2,19]},{"path":[4,25,2,0,5],"span":[219,2,6]},{"path":[4,25,2,0,1],"span":[219,7,14]},{"path":[4,25,2,0,3],"span":[219,17,18]},{"path":[4,25,2,1],"span":[220,2,46]},{"path":[4,25,2,1,4],"span":[220,2,10]},{"path":[4,25,2,1,5],"span":[220,11,16]},{"path":[4,25,2,1,1],"span":[220,17,41]},{"path":[4,25,2,1,3],"span":[220,44,45]},{"path":[4,25,2,2],"span":[221,2,29]},{"path":[4,25,2,2,4],"span":[221,2,10]},{"path":[4,25,2,2,5],"span":[221,11,17]},{"path":[4,25,2,2,1],"span":[221,18,24]},{"path":[4,25,2,2,3],"span":[221,27,28]},{"path":[4,26],"span":[224,0,230,1]},{"path":[4,26,1],"span":[224,8,36]},{"path":[4,26,2,0],"span":[225,2,47]},{"path":[4,26,2,0,4],"span":[225,2,10]},{"path":[4,26,2,0,6],"span":[225,11,30]},{"path":[4,26,2,0,1],"span":[225,31,42]},{"path":[4,26,2,0,3],"span":[225,45,46]},{"path":[4,26,2,1],"span":[226,2,60]},{"path":[4,26,2,1,4],"span":[226,2,10]},{"path":[4,26,2,1,6],"span":[226,11,36]},{"path":[4,26,2,1,1],"span":[226,37,55]},{"path":[4,26,2,1,3],"span":[226,58,59]},{"path":[4,26,2,2],"span":[227,2,50]},{"path":[4,26,2,2,4],"span":[227,2,10]},{"path":[4,26,2,2,6],"span":[227,11,31]},{"path":[4,26,2,2,1],"span":[227,32,45]},{"path":[4,26,2,2,3],"span":[227,48,49]},{"path":[4,26,2,3],"span":[228,2,68]},{"path":[4,26,2,3,4],"span":[228,2,10]},{"path":[4,26,2,3,6],"span":[228,11,40]},{"path":[4,26,2,3,1],"span":[228,41,63]},{"path":[4,26,2,3,3],"span":[228,66,67]},{"path":[4,26,2,4],"span":[229,2,44]},{"path":[4,26,2,4,4],"span":[229,2,10]},{"path":[4,26,2,4,6],"span":[229,11,28]},{"path":[4,26,2,4,1],"span":[229,29,39]},{"path":[4,26,2,4,3],"span":[229,42,43]},{"path":[4,27],"span":[232,0,234,1]},{"path":[4,27,1],"span":[232,8,27]},{"path":[4,27,2,0],"span":[233,2,37],"trailingComments":" default 100\n"},{"path":[4,27,2,0,4],"span":[233,2,10]},{"path":[4,27,2,0,5],"span":[233,11,16]},{"path":[4,27,2,0,1],"span":[233,17,32]},{"path":[4,27,2,0,3],"span":[233,35,36]},{"path":[4,28],"span":[236,0,239,1]},{"path":[4,28,1],"span":[236,8,25]},{"path":[4,28,2,0],"span":[237,2,39],"trailingComments":" Ip addresses (including ranges and CIDR notations) or hostnames.\n"},{"path":[4,28,2,0,4],"span":[237,2,10]},{"path":[4,28,2,0,5],"span":[237,11,17]},{"path":[4,28,2,0,1],"span":[237,18,34]},{"path":[4,28,2,0,3],"span":[237,37,38]},{"path":[4,28,2,1],"span":[238,2,42],"trailingComments":" Network interface names.\n"},{"path":[4,28,2,1,4],"span":[238,2,10]},{"path":[4,28,2,1,5],"span":[238,11,17]},{"path":[4,28,2,1,1],"span":[238,18,37]},{"path":[4,28,2,1,3],"span":[238,40,41]},{"path":[4,29],"span":[241,0,244,1]},{"path":[4,29,1],"span":[241,8,33]},{"path":[4,29,2,0],"span":[242,2,19]},{"path":[4,29,2,0,5],"span":[242,2,6]},{"path":[4,29,2,0,1],"span":[242,7,14]},{"path":[4,29,2,0,3],"span":[242,17,18]},{"path":[4,29,2,1],"span":[243,2,39]},{"path":[4,29,2,1,4],"span":[243,2,10]},{"path":[4,29,2,1,5],"span":[243,11,15]},{"path":[4,29,2,1,1],"span":[243,16,34]},{"path":[4,29,2,1,3],"span":[243,37,38]},{"path":[4,30],"span":[246,0,248,1]},{"path":[4,30,1],"span":[246,8,28]},{"path":[4,31],"span":[250,0,253,1]},{"path":[4,31,1],"span":[250,8,37]},{"path":[4,31,2,0],"span":[251,2,32]},{"path":[4,31,2,0,4],"span":[251,2,10]},{"path":[4,31,2,0,5],"span":[251,11,15]},{"path":[4,31,2,0,1],"span":[251,16,27]},{"path":[4,31,2,0,3],"span":[251,30,31]},{"path":[4,31,2,1],"span":[252,2,52]},{"path":[4,31,2,1,6],"span":[252,2,37]},{"path":[4,31,2,1,1],"span":[252,38,47]},{"path":[4,31,2,1,3],"span":[252,50,51]},{"path":[4,32],"span":[255,0,259,1]},{"path":[4,32,1],"span":[255,8,30]},{"path":[4,32,2,0],"span":[256,2,19]},{"path":[4,32,2,0,5],"span":[256,2,6]},{"path":[4,32,2,0,1],"span":[256,7,14]},{"path":[4,32,2,0,3],"span":[256,17,18]},{"path":[4,32,2,1],"span":[257,2,27]},{"path":[4,32,2,1,4],"span":[257,2,10]},{"path":[4,32,2,1,5],"span":[257,11,17]},{"path":[4,32,2,1,1],"span":[257,18,22]},{"path":[4,32,2,1,3],"span":[257,25,26]},{"path":[4,32,2,2],"span":[258,2,42],"trailingComments":" additional data for a specific for the protocol\n"},{"path":[4,32,2,2,6],"span":[258,2,21]},{"path":[4,32,2,2,1],"span":[258,22,37]},{"path":[4,32,2,2,3],"span":[258,40,41]},{"path":[4,33],"span":[261,0,263,1]},{"path":[4,33,1],"span":[261,8,24]},{"path":[4,33,2,0],"span":[262,2,66]},{"path":[4,33,2,0,4],"span":[262,2,10]},{"path":[4,33,2,0,6],"span":[262,11,39]},{"path":[4,33,2,0,1],"span":[262,40,61]},{"path":[4,33,2,0,3],"span":[262,64,65]},{"path":[4,34],"span":[265,0,268,1]},{"path":[4,34,1],"span":[265,8,24]},{"path":[4,34,2,0],"span":[266,2,66]},{"path":[4,34,2,0,4],"span":[266,2,10]},{"path":[4,34,2,0,6],"span":[266,11,39]},{"path":[4,34,2,0,1],"span":[266,40,61]},{"path":[4,34,2,0,3],"span":[266,64,65]},{"path":[4,34,2,1],"span":[267,2,50],"trailingComments":" used to enable raw traffic packets logging for the OT sensor.\n"},{"path":[4,34,2,1,4],"span":[267,2,10]},{"path":[4,34,2,1,6],"span":[267,11,29]},{"path":[4,34,2,1,1],"span":[267,30,45]},{"path":[4,34,2,1,3],"span":[267,48,49]},{"path":[4,35],"span":[270,0,273,1]},{"path":[4,35,1],"span":[270,8,26]},{"path":[4,35,2,0],"span":[271,2,28]},{"path":[4,35,2,0,4],"span":[271,2,10]},{"path":[4,35,2,0,5],"span":[271,11,15]},{"path":[4,35,2,0,1],"span":[271,16,23]},{"path":[4,35,2,0,3],"span":[271,26,27]},{"path":[4,35,2,1],"span":[272,2,27]},{"path":[4,35,2,1,4],"span":[272,2,10]},{"path":[4,35,2,1,5],"span":[272,11,17]},{"path":[4,35,2,1,1],"span":[272,18,22]},{"path":[4,35,2,1,3],"span":[272,25,26]},{"path":[4,36],"span":[275,0,281,1]},{"path":[4,36,1],"span":[275,8,22]},{"path":[4,36,2,0],"span":[276,2,43],"trailingComments":" default false\n"},{"path":[4,36,2,0,4],"span":[276,2,10]},{"path":[4,36,2,0,5],"span":[276,11,15]},{"path":[4,36,2,0,1],"span":[276,16,38]},{"path":[4,36,2,0,3],"span":[276,41,42]},{"path":[4,36,2,1],"span":[277,2,50]},{"path":[4,36,2,1,4],"span":[277,2,10]},{"path":[4,36,2,1,6],"span":[277,11,31]},{"path":[4,36,2,1,1],"span":[277,32,45]},{"path":[4,36,2,1,3],"span":[277,48,49]},{"path":[4,36,2,2],"span":[278,2,41]},{"path":[4,36,2,2,4],"span":[278,2,10]},{"path":[4,36,2,2,6],"span":[278,11,27]},{"path":[4,36,2,2,1],"span":[278,28,36]},{"path":[4,36,2,2,3],"span":[278,39,40]},{"path":[4,36,2,3],"span":[279,2,37]},{"path":[4,36,2,3,4],"span":[279,2,10]},{"path":[4,36,2,3,6],"span":[279,11,25]},{"path":[4,36,2,3,1],"span":[279,26,32]},{"path":[4,36,2,3,3],"span":[279,35,36]},{"path":[4,36,2,4],"span":[280,2,50]},{"path":[4,36,2,4,4],"span":[280,2,10]},{"path":[4,36,2,4,6],"span":[280,11,31]},{"path":[4,36,2,4,1],"span":[280,32,45]},{"path":[4,36,2,4,3],"span":[280,48,49]},{"path":[4,37],"span":[283,0,286,1]},{"path":[4,37,1],"span":[283,8,28]},{"path":[4,37,2,0],"span":[284,2,28]},{"path":[4,37,2,0,4],"span":[284,2,10]},{"path":[4,37,2,0,5],"span":[284,11,15]},{"path":[4,37,2,0,1],"span":[284,16,23]},{"path":[4,37,2,0,3],"span":[284,26,27]},{"path":[4,37,2,1],"span":[285,2,36],"trailingComments":" cron expression \n"},{"path":[4,37,2,1,4],"span":[285,2,10]},{"path":[4,37,2,1,5],"span":[285,11,17]},{"path":[4,37,2,1,1],"span":[285,18,31]},{"path":[4,37,2,1,3],"span":[285,34,35]},{"path":[4,38],"span":[288,0,290,1]},{"path":[4,38,1],"span":[288,8,22]},{"path":[4,38,2,0],"span":[289,2,36]},{"path":[4,38,2,0,4],"span":[289,2,10]},{"path":[4,38,2,0,5],"span":[289,11,17]},{"path":[4,38,2,0,1],"span":[289,18,31]},{"path":[4,38,2,0,3],"span":[289,34,35]},{"path":[4,39],"span":[292,0,298,1]},{"path":[4,39,1],"span":[292,8,24]},{"path":[4,39,2,0],"span":[293,2,45],"trailingComments":" default true\n"},{"path":[4,39,2,0,4],"span":[293,2,10]},{"path":[4,39,2,0,5],"span":[293,11,15]},{"path":[4,39,2,0,1],"span":[293,16,40]},{"path":[4,39,2,0,3],"span":[293,43,44]},{"path":[4,39,2,1],"span":[294,2,38],"trailingComments":" cron expression\n"},{"path":[4,39,2,1,4],"span":[294,2,10]},{"path":[4,39,2,1,5],"span":[294,11,17]},{"path":[4,39,2,1,1],"span":[294,18,33]},{"path":[4,39,2,1,3],"span":[294,36,37]},{"path":[4,39,2,2],"span":[295,2,38]},{"path":[4,39,2,2,4],"span":[295,2,10]},{"path":[4,39,2,2,5],"span":[295,11,17]},{"path":[4,39,2,2,1],"span":[295,18,33]},{"path":[4,39,2,2,3],"span":[295,36,37]},{"path":[4,39,2,3],"span":[296,2,46]},{"path":[4,39,2,3,4],"span":[296,2,10]},{"path":[4,39,2,3,5],"span":[296,11,16]},{"path":[4,39,2,3,1],"span":[296,17,41]},{"path":[4,39,2,3,3],"span":[296,44,45]},{"path":[4,39,2,4],"span":[297,2,49]},{"path":[4,39,2,4,4],"span":[297,2,10]},{"path":[4,39,2,4,5],"span":[297,11,16]},{"path":[4,39,2,4,1],"span":[297,17,44]},{"path":[4,39,2,4,3],"span":[297,47,48]},{"path":[4,40],"span":[300,0,303,1]},{"path":[4,40,1],"span":[300,8,28]},{"path":[4,40,2,0],"span":[301,2,52]},{"path":[4,40,2,0,4],"span":[301,2,10]},{"path":[4,40,2,0,5],"span":[301,11,16]},{"path":[4,40,2,0,1],"span":[301,17,47]},{"path":[4,40,2,0,3],"span":[301,50,51]},{"path":[4,40,2,1],"span":[302,2,57]},{"path":[4,40,2,1,4],"span":[302,2,10]},{"path":[4,40,2,1,5],"span":[302,11,16]},{"path":[4,40,2,1,1],"span":[302,17,52]},{"path":[4,40,2,1,3],"span":[302,55,56]},{"path":[4,41],"span":[305,0,318,1]},{"path":[4,41,1],"span":[305,8,19]},{"path":[4,41,4,0],"span":[306,2,313,3]},{"path":[4,41,4,0,1],"span":[306,7,15]},{"path":[4,41,4,0,2,0],"span":[307,4,16]},{"path":[4,41,4,0,2,0,1],"span":[307,4,11]},{"path":[4,41,4,0,2,0,2],"span":[307,14,15]},{"path":[4,41,4,0,2,1],"span":[308,4,14]},{"path":[4,41,4,0,2,1,1],"span":[308,4,9]},{"path":[4,41,4,0,2,1,2],"span":[308,12,13]},{"path":[4,41,4,0,2,2],"span":[309,4,20]},{"path":[4,41,4,0,2,2,1],"span":[309,4,15]},{"path":[4,41,4,0,2,2,2],"span":[309,18,19]},{"path":[4,41,4,0,2,3],"span":[310,4,16]},{"path":[4,41,4,0,2,3,1],"span":[310,4,11]},{"path":[4,41,4,0,2,3,2],"span":[310,14,15]},{"path":[4,41,4,0,2,4],"span":[311,4,14]},{"path":[4,41,4,0,2,4,1],"span":[311,4,9]},{"path":[4,41,4,0,2,4,2],"span":[311,12,13]},{"path":[4,41,4,0,2,5],"span":[312,4,14]},{"path":[4,41,4,0,2,5,1],"span":[312,4,9]},{"path":[4,41,4,0,2,5,2],"span":[312,12,13]},{"path":[4,41,2,0],"span":[314,2,30],"trailingComments":" default INFORMATION\n"},{"path":[4,41,2,0,4],"span":[314,2,10]},{"path":[4,41,2,0,6],"span":[314,11,19]},{"path":[4,41,2,0,1],"span":[314,20,25]},{"path":[4,41,2,0,3],"span":[314,28,29]},{"path":[4,41,2,1],"span":[315,2,43],"trailingComments":" default 52428800 bytes (50MB)\n"},{"path":[4,41,2,1,4],"span":[315,2,10]},{"path":[4,41,2,1,5],"span":[315,11,16]},{"path":[4,41,2,1,1],"span":[315,17,38]},{"path":[4,41,2,1,3],"span":[315,41,42]},{"path":[4,41,2,2],"span":[316,2,47],"trailingComments":" default 5\n"},{"path":[4,41,2,2,4],"span":[316,2,10]},{"path":[4,41,2,2,5],"span":[316,11,16]},{"path":[4,41,2,2,1],"span":[316,17,42]},{"path":[4,41,2,2,3],"span":[316,45,46]},{"path":[4,41,2,3],"span":[317,2,35]},{"path":[4,41,2,3,6],"span":[317,2,20]},{"path":[4,41,2,3,1],"span":[317,21,30]},{"path":[4,41,2,3,3],"span":[317,33,34]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
|