@lansweeper/scanningconfig-grpc 0.3.0 → 0.3.1
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/.ignorecompat +0 -0
- package/CHANGELOG.md +13 -0
- package/Lansweeper.ScanningConfig.GRPC.csproj +4 -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_grpc_pb.d.ts +1 -0
- package/gen-proto/scanningconfig_grpc_pb.js +1 -0
- package/gen-proto/scanningconfig_pb.d.ts +103 -93
- package/gen-proto/scanningconfig_pb.js +545 -396
- package/generated-go/scanningconfig.pb.go +540 -511
- 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/dfe805b7589f203f_scanningconfig.protodep +2 -1
- package/obj/Debug/net6.0/proto/Scanningconfig.cs +1030 -1165
- 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 +33 -31
package/.ignorecompat
ADDED
|
File without changes
|
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,19 @@
|
|
|
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.1](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.3.0...@lansweeper/scanningconfig-grpc@0.3.1) (2024-12-23)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* adding ignorecompat as the fields are not yet used ([6acf23a](https://github.com/Lansweeper/lansweeperapis/commit/6acf23a7d7c1a6a9928bf7c5424414c2ed83f400))
|
|
12
|
+
* making the fields optional ([b4e4f0c](https://github.com/Lansweeper/lansweeperapis/commit/b4e4f0c9c14415beeae95a022ff5f8277d9d3d2a))
|
|
13
|
+
* making the project nullable ([b1d8080](https://github.com/Lansweeper/lansweeperapis/commit/b1d8080092846e2991ebcbd1a94c896eed7e6ed7))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
6
19
|
# [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
20
|
|
|
8
21
|
|
|
@@ -7,10 +7,11 @@
|
|
|
7
7
|
<Company>Lansweeper</Company>
|
|
8
8
|
<Product>Lansweeper ScanningConfig model/proto</Product>
|
|
9
9
|
<Copyright>Lansweeper</Copyright>
|
|
10
|
-
<PackageVersion>0.
|
|
11
|
-
<Version>0.
|
|
12
|
-
<FileVersion>0.
|
|
10
|
+
<PackageVersion>0.3.0</PackageVersion>
|
|
11
|
+
<Version>0.3.0</Version>
|
|
12
|
+
<FileVersion>0.3.0</FileVersion>
|
|
13
13
|
<RepositoryUrl>https://github.com/Lansweeper/lansweeperapis</RepositoryUrl>
|
|
14
|
+
<Nullable>enable</Nullable>
|
|
14
15
|
</PropertyGroup>
|
|
15
16
|
<ItemGroup>
|
|
16
17
|
<None Remove="proto\scanningconfig.proto"/>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"compilationOptions": {},
|
|
7
7
|
"targets": {
|
|
8
8
|
".NETCoreApp,Version=v6.0": {
|
|
9
|
-
"Lansweeper.ScanningConfig.GRPC/0.
|
|
9
|
+
"Lansweeper.ScanningConfig.GRPC/0.3.0": {
|
|
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.
|
|
82
|
+
"Lansweeper.ScanningConfig.GRPC/0.3.0": {
|
|
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","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}}]}
|
|
1
|
+
{"file":[{"name":"google/protobuf/wrappers.proto","package":"google.protobuf","messageType":[{"name":"DoubleValue","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_DOUBLE","jsonName":"value"}]},{"name":"FloatValue","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_FLOAT","jsonName":"value"}]},{"name":"Int64Value","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT64","jsonName":"value"}]},{"name":"UInt64Value","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_UINT64","jsonName":"value"}]},{"name":"Int32Value","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"value"}]},{"name":"UInt32Value","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_UINT32","jsonName":"value"}]},{"name":"BoolValue","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"value"}]},{"name":"StringValue","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"value"}]},{"name":"BytesValue","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BYTES","jsonName":"value"}]}],"options":{"javaPackage":"com.google.protobuf","javaOuterClassname":"WrappersProto","javaMultipleFiles":true,"goPackage":"google.golang.org/protobuf/types/known/wrapperspb","ccEnableArenas":true,"objcClassPrefix":"GPB","csharpNamespace":"Google.Protobuf.WellKnownTypes"},"sourceCodeInfo":{"location":[{"span":[40,0,122,1]},{"path":[12],"span":[40,0,18],"leadingDetachedComments":[" Protocol Buffers - Google's data interchange format\n Copyright 2008 Google Inc. All rights reserved.\n https://developers.google.com/protocol-buffers/\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following disclaimer\n in the documentation and/or other materials provided with the\n distribution.\n * Neither the name of Google Inc. nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"," Wrappers for primitive (non-message) types. These types are useful\n for embedding primitives in the `google.protobuf.Any` type and for places\n where we need to distinguish between the absence of a primitive\n typed field and its default value.\n\n These wrappers have no meaningful use within repeated fields as they lack\n the ability to detect presence on individual elements.\n These wrappers have no meaningful use within a map or a oneof since\n individual entries of a map or fields of a oneof can already detect presence.\n"]},{"path":[2],"span":[42,0,24]},{"path":[8],"span":[44,0,59]},{"path":[8,37],"span":[44,0,59]},{"path":[8],"span":[45,0,31]},{"path":[8,31],"span":[45,0,31]},{"path":[8],"span":[46,0,72]},{"path":[8,11],"span":[46,0,72]},{"path":[8],"span":[47,0,44]},{"path":[8,1],"span":[47,0,44]},{"path":[8],"span":[48,0,46]},{"path":[8,8],"span":[48,0,46]},{"path":[8],"span":[49,0,34]},{"path":[8,10],"span":[49,0,34]},{"path":[8],"span":[50,0,33]},{"path":[8,36],"span":[50,0,33]},{"path":[4,0],"span":[55,0,58,1],"leadingComments":" Wrapper message for `double`.\n\n The JSON representation for `DoubleValue` is JSON number.\n"},{"path":[4,0,1],"span":[55,8,19]},{"path":[4,0,2,0],"span":[57,2,19],"leadingComments":" The double value.\n"},{"path":[4,0,2,0,5],"span":[57,2,8]},{"path":[4,0,2,0,1],"span":[57,9,14]},{"path":[4,0,2,0,3],"span":[57,17,18]},{"path":[4,1],"span":[63,0,66,1],"leadingComments":" Wrapper message for `float`.\n\n The JSON representation for `FloatValue` is JSON number.\n"},{"path":[4,1,1],"span":[63,8,18]},{"path":[4,1,2,0],"span":[65,2,18],"leadingComments":" The float value.\n"},{"path":[4,1,2,0,5],"span":[65,2,7]},{"path":[4,1,2,0,1],"span":[65,8,13]},{"path":[4,1,2,0,3],"span":[65,16,17]},{"path":[4,2],"span":[71,0,74,1],"leadingComments":" Wrapper message for `int64`.\n\n The JSON representation for `Int64Value` is JSON string.\n"},{"path":[4,2,1],"span":[71,8,18]},{"path":[4,2,2,0],"span":[73,2,18],"leadingComments":" The int64 value.\n"},{"path":[4,2,2,0,5],"span":[73,2,7]},{"path":[4,2,2,0,1],"span":[73,8,13]},{"path":[4,2,2,0,3],"span":[73,16,17]},{"path":[4,3],"span":[79,0,82,1],"leadingComments":" Wrapper message for `uint64`.\n\n The JSON representation for `UInt64Value` is JSON string.\n"},{"path":[4,3,1],"span":[79,8,19]},{"path":[4,3,2,0],"span":[81,2,19],"leadingComments":" The uint64 value.\n"},{"path":[4,3,2,0,5],"span":[81,2,8]},{"path":[4,3,2,0,1],"span":[81,9,14]},{"path":[4,3,2,0,3],"span":[81,17,18]},{"path":[4,4],"span":[87,0,90,1],"leadingComments":" Wrapper message for `int32`.\n\n The JSON representation for `Int32Value` is JSON number.\n"},{"path":[4,4,1],"span":[87,8,18]},{"path":[4,4,2,0],"span":[89,2,18],"leadingComments":" The int32 value.\n"},{"path":[4,4,2,0,5],"span":[89,2,7]},{"path":[4,4,2,0,1],"span":[89,8,13]},{"path":[4,4,2,0,3],"span":[89,16,17]},{"path":[4,5],"span":[95,0,98,1],"leadingComments":" Wrapper message for `uint32`.\n\n The JSON representation for `UInt32Value` is JSON number.\n"},{"path":[4,5,1],"span":[95,8,19]},{"path":[4,5,2,0],"span":[97,2,19],"leadingComments":" The uint32 value.\n"},{"path":[4,5,2,0,5],"span":[97,2,8]},{"path":[4,5,2,0,1],"span":[97,9,14]},{"path":[4,5,2,0,3],"span":[97,17,18]},{"path":[4,6],"span":[103,0,106,1],"leadingComments":" Wrapper message for `bool`.\n\n The JSON representation for `BoolValue` is JSON `true` and `false`.\n"},{"path":[4,6,1],"span":[103,8,17]},{"path":[4,6,2,0],"span":[105,2,17],"leadingComments":" The bool value.\n"},{"path":[4,6,2,0,5],"span":[105,2,6]},{"path":[4,6,2,0,1],"span":[105,7,12]},{"path":[4,6,2,0,3],"span":[105,15,16]},{"path":[4,7],"span":[111,0,114,1],"leadingComments":" Wrapper message for `string`.\n\n The JSON representation for `StringValue` is JSON string.\n"},{"path":[4,7,1],"span":[111,8,19]},{"path":[4,7,2,0],"span":[113,2,19],"leadingComments":" The string value.\n"},{"path":[4,7,2,0,5],"span":[113,2,8]},{"path":[4,7,2,0,1],"span":[113,9,14]},{"path":[4,7,2,0,3],"span":[113,17,18]},{"path":[4,8],"span":[119,0,122,1],"leadingComments":" Wrapper message for `bytes`.\n\n The JSON representation for `BytesValue` is JSON string.\n"},{"path":[4,8,1],"span":[119,8,18]},{"path":[4,8,2,0],"span":[121,2,18],"leadingComments":" The bytes value.\n"},{"path":[4,8,2,0,5],"span":[121,2,7]},{"path":[4,8,2,0,1],"span":[121,8,13]},{"path":[4,8,2,0,3],"span":[121,16,17]}]},"syntax":"proto3","bufExtension":{"isImport":true,"isSyntaxUnspecified":false}},{"name":"proto/scanningconfig.proto","package":"lansweeper.scanningconfig.v1","dependency":["google/protobuf/wrappers.proto"],"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_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"maintenanceWindow"},{"name":"retention_policy","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.RetentionPolicySettings","oneofIndex":0,"jsonName":"retentionPolicy","proto3Optional":true}],"oneofDecl":[{"name":"_retention_policy"}]},{"name":"RetentionPolicySettings","field":[{"name":"synced_data_retention_days","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"syncedDataRetentionDays"},{"name":"unsynced_data_retention_days","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"unsyncedDataRetentionDays"}]},{"name":"NotificationSettings","field":[{"name":"smart_polling_enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"smartPollingEnabled"},{"name":"default_polling_interval_seconds","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"defaultPollingIntervalSeconds"},{"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}}]},{"name":"FeatureFlagSettings","field":[{"name":"polling_interval_minutes","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"pollingIntervalMinutes"}]},{"name":"ScanConfigurationSettings","field":[{"name":"polling_interval_minutes","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"pollingIntervalMinutes"}]},{"name":"ImportSettings","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"enabled"},{"name":"polling_interval_seconds","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"pollingIntervalSeconds"},{"name":"folder","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"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_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"maxParallelism"}]},{"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_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"enabled"},{"name":"active_cdr_enabled","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"activeCdrEnabled"}]},{"name":"PingBehaviorSettings"},{"name":"ProtocolConfigurationSettings","field":[{"name":"all_enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"allEnabled"},{"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}}]},{"name":"ProtocolDetailSettings","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"enabled"},{"name":"port","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"port"},{"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}}]},{"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_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"enabled"},{"name":"path","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"path"}]},{"name":"UpdateSettings","field":[{"name":"update_on_availability","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"updateOnAvailability"},{"name":"update_window","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.UpdateWindowSettings","oneofIndex":0,"jsonName":"updateWindow","proto3Optional":true},{"name":"download","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.DownloadSettings","oneofIndex":1,"jsonName":"download","proto3Optional":true},{"name":"backup","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.BackupSettings","oneofIndex":2,"jsonName":"backup","proto3Optional":true},{"name":"prerequisites","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.PrerequisiteSettings","oneofIndex":3,"jsonName":"prerequisites","proto3Optional":true}],"oneofDecl":[{"name":"_update_window"},{"name":"_download"},{"name":"_backup"},{"name":"_prerequisites"}]},{"name":"UpdateWindowSettings","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"enabled"},{"name":"update_window","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"updateWindow"}]},{"name":"BackupSettings","field":[{"name":"backup_folder","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"backupFolder"}]},{"name":"DownloadSettings","field":[{"name":"download_on_availability","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"downloadOnAvailability"},{"name":"download_window","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"downloadWindow"},{"name":"download_folder","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"downloadFolder"},{"name":"download_timeout_seconds","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"downloadTimeoutSeconds"},{"name":"throttle_rate_kb_per_second","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"throttleRateKbPerSecond"}]},{"name":"PrerequisiteSettings","field":[{"name":"required_free_disk_space_bytes","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int64Value","jsonName":"requiredFreeDiskSpaceBytes"},{"name":"required_free_disk_space_percentage","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"requiredFreeDiskSpacePercentage"}]},{"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_MESSAGE","typeName":".google.protobuf.Int64Value","jsonName":"fileSizeLimitBytes"},{"name":"retained_file_count_limit","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"retainedFileCountLimit"},{"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"}]}],"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,320,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":[3,0],"span":[5,0,40]},{"path":[6,0],"span":[7,0,9,1]},{"path":[6,0,1],"span":[7,8,29]},{"path":[6,0,2,0],"span":[8,2,112]},{"path":[6,0,2,0,1],"span":[8,6,31]},{"path":[6,0,2,0,2],"span":[8,32,64]},{"path":[6,0,2,0,3],"span":[8,75,108]},{"path":[4,0],"span":[11,0,14,1]},{"path":[4,0,1],"span":[11,8,40]},{"path":[4,0,2,0],"span":[12,2,23]},{"path":[4,0,2,0,5],"span":[12,2,8]},{"path":[4,0,2,0,1],"span":[12,9,18]},{"path":[4,0,2,0,3],"span":[12,21,22]},{"path":[4,0,2,1],"span":[13,2,21]},{"path":[4,0,2,1,5],"span":[13,2,8]},{"path":[4,0,2,1,1],"span":[13,9,16]},{"path":[4,0,2,1,3],"span":[13,19,20]},{"path":[4,1],"span":[16,0,18,1]},{"path":[4,1,1],"span":[16,8,41]},{"path":[4,1,2,0],"span":[17,2,33]},{"path":[4,1,2,0,4],"span":[17,2,10]},{"path":[4,1,2,0,6],"span":[17,11,20]},{"path":[4,1,2,0,1],"span":[17,21,28]},{"path":[4,1,2,0,3],"span":[17,31,32]},{"path":[4,2],"span":[20,0,35,1]},{"path":[4,2,1],"span":[20,8,17]},{"path":[4,2,4,0],"span":[21,2,27,3]},{"path":[4,2,4,0,1],"span":[21,7,20]},{"path":[4,2,4,0,2,0],"span":[22,4,20]},{"path":[4,2,4,0,2,0,1],"span":[22,4,15]},{"path":[4,2,4,0,2,0,2],"span":[22,18,19]},{"path":[4,2,4,0,2,1],"span":[23,4,14]},{"path":[4,2,4,0,2,1,1],"span":[23,4,9]},{"path":[4,2,4,0,2,1,2],"span":[23,12,13]},{"path":[4,2,4,0,2,2],"span":[24,4,18]},{"path":[4,2,4,0,2,2,1],"span":[24,4,13]},{"path":[4,2,4,0,2,2,2],"span":[24,16,17]},{"path":[4,2,4,0,2,3],"span":[25,4,15]},{"path":[4,2,4,0,2,3,1],"span":[25,4,10]},{"path":[4,2,4,0,2,3,2],"span":[25,13,14]},{"path":[4,2,4,0,2,4],"span":[26,4,18]},{"path":[4,2,4,0,2,4,1],"span":[26,4,13]},{"path":[4,2,4,0,2,4,2],"span":[26,16,17]},{"path":[4,2,2,0],"span":[29,2,16]},{"path":[4,2,2,0,5],"span":[29,2,8]},{"path":[4,2,2,0,1],"span":[29,9,11]},{"path":[4,2,2,0,3],"span":[29,14,15]},{"path":[4,2,2,1],"span":[30,2,25]},{"path":[4,2,2,1,6],"span":[30,2,15]},{"path":[4,2,2,1,1],"span":[30,16,20]},{"path":[4,2,2,1,3],"span":[30,23,24]},{"path":[4,2,2,2],"span":[31,2,30]},{"path":[4,2,2,2,4],"span":[31,2,10]},{"path":[4,2,2,2,6],"span":[31,11,17]},{"path":[4,2,2,2,1],"span":[31,18,25]},{"path":[4,2,2,2,3],"span":[31,28,29]},{"path":[4,2,2,3],"span":[32,2,63]},{"path":[4,2,2,3,4],"span":[32,2,10]},{"path":[4,2,2,3,6],"span":[32,11,28]},{"path":[4,2,2,3,1],"span":[32,29,38]},{"path":[4,2,2,3,3],"span":[32,41,42]},{"path":[4,2,2,3,8],"span":[32,43,62]},{"path":[4,2,2,3,8,3],"span":[32,44,61]},{"path":[4,2,2,4],"span":[33,2,19]},{"path":[4,2,2,4,5],"span":[33,2,6]},{"path":[4,2,2,4,1],"span":[33,7,14]},{"path":[4,2,2,4,3],"span":[33,17,18]},{"path":[4,2,2,5],"span":[34,2,44]},{"path":[4,2,2,5,4],"span":[34,2,10]},{"path":[4,2,2,5,6],"span":[34,11,28]},{"path":[4,2,2,5,1],"span":[34,29,39]},{"path":[4,2,2,5,3],"span":[34,42,43]},{"path":[4,3],"span":[37,0,41,1]},{"path":[4,3,1],"span":[37,8,18]},{"path":[4,3,7],"span":[38,2,27]},{"path":[4,3,7,3],"span":[38,2,27]},{"path":[4,3,2,0],"span":[39,2,19]},{"path":[4,3,2,0,5],"span":[39,2,6]},{"path":[4,3,2,0,1],"span":[39,7,14]},{"path":[4,3,2,0,3],"span":[39,17,18]},{"path":[4,3,2,1],"span":[40,2,42]},{"path":[4,3,2,1,4],"span":[40,2,10]},{"path":[4,3,2,1,5],"span":[40,11,17]},{"path":[4,3,2,1,1],"span":[40,18,37]},{"path":[4,3,2,1,3],"span":[40,40,41]},{"path":[4,4],"span":[43,0,47,1]},{"path":[4,4,1],"span":[43,8,25]},{"path":[4,4,7],"span":[44,2,27]},{"path":[4,4,7,3],"span":[44,2,27]},{"path":[4,4,2,0],"span":[45,2,19]},{"path":[4,4,2,0,5],"span":[45,2,6]},{"path":[4,4,2,0,1],"span":[45,7,14]},{"path":[4,4,2,0,3],"span":[45,17,18]},{"path":[4,4,2,1],"span":[46,2,42]},{"path":[4,4,2,1,4],"span":[46,2,10]},{"path":[4,4,2,1,5],"span":[46,11,17]},{"path":[4,4,2,1,1],"span":[46,18,37]},{"path":[4,4,2,1,3],"span":[46,40,41]},{"path":[4,5],"span":[49,0,53,1]},{"path":[4,5,1],"span":[49,8,18]},{"path":[4,5,7],"span":[50,2,27]},{"path":[4,5,7,3],"span":[50,2,27]},{"path":[4,5,2,0],"span":[51,2,19]},{"path":[4,5,2,0,5],"span":[51,2,6]},{"path":[4,5,2,0,1],"span":[51,7,14]},{"path":[4,5,2,0,3],"span":[51,17,18]},{"path":[4,5,2,1],"span":[52,2,22]},{"path":[4,5,2,1,5],"span":[52,2,8]},{"path":[4,5,2,1,1],"span":[52,9,17]},{"path":[4,5,2,1,3],"span":[52,20,21]},{"path":[4,6],"span":[55,0,59,1]},{"path":[4,6,1],"span":[55,8,25]},{"path":[4,6,2,0],"span":[56,2,65]},{"path":[4,6,2,0,4],"span":[56,2,10]},{"path":[4,6,2,0,6],"span":[56,11,21]},{"path":[4,6,2,0,1],"span":[56,22,40]},{"path":[4,6,2,0,3],"span":[56,43,44]},{"path":[4,6,2,0,8],"span":[56,45,64]},{"path":[4,6,2,0,8,3],"span":[56,46,63]},{"path":[4,6,2,1],"span":[57,2,45]},{"path":[4,6,2,1,4],"span":[57,2,10]},{"path":[4,6,2,1,6],"span":[57,11,21]},{"path":[4,6,2,1,1],"span":[57,22,40]},{"path":[4,6,2,1,3],"span":[57,43,44]},{"path":[4,6,2,2],"span":[58,2,59]},{"path":[4,6,2,2,4],"span":[58,2,10]},{"path":[4,6,2,2,6],"span":[58,11,28]},{"path":[4,6,2,2,1],"span":[58,29,54]},{"path":[4,6,2,2,3],"span":[58,57,58]},{"path":[4,7],"span":[61,0,64,1]},{"path":[4,7,1],"span":[61,8,15]},{"path":[4,7,2,0],"span":[62,2,22]},{"path":[4,7,2,0,5],"span":[62,2,8]},{"path":[4,7,2,0,1],"span":[62,9,18]},{"path":[4,7,2,0,3],"span":[62,20,21]},{"path":[4,7,2,1],"span":[63,2,18]},{"path":[4,7,2,1,5],"span":[63,2,8]},{"path":[4,7,2,1,1],"span":[63,9,13]},{"path":[4,7,2,1,3],"span":[63,16,17]},{"path":[4,8],"span":[66,0,83,1]},{"path":[4,8,1],"span":[66,8,14]},{"path":[4,8,4,0],"span":[67,2,71,3]},{"path":[4,8,4,0,1],"span":[67,7,17]},{"path":[4,8,4,0,2,0],"span":[68,4,20]},{"path":[4,8,4,0,2,0,1],"span":[68,4,15]},{"path":[4,8,4,0,2,0,2],"span":[68,18,19]},{"path":[4,8,4,0,2,1],"span":[69,4,14]},{"path":[4,8,4,0,2,1,1],"span":[69,4,9]},{"path":[4,8,4,0,2,1,2],"span":[69,12,13]},{"path":[4,8,4,0,2,2],"span":[70,4,18]},{"path":[4,8,4,0,2,2,1],"span":[70,4,13]},{"path":[4,8,4,0,2,2,2],"span":[70,16,17]},{"path":[4,8,2,0],"span":[73,2,32]},{"path":[4,8,2,0,4],"span":[73,2,10]},{"path":[4,8,2,0,6],"span":[73,11,18]},{"path":[4,8,2,0,1],"span":[73,19,27]},{"path":[4,8,2,0,3],"span":[73,30,31]},{"path":[4,8,2,1],"span":[74,2,29]},{"path":[4,8,2,1,6],"span":[74,2,12]},{"path":[4,8,2,1,1],"span":[74,13,24]},{"path":[4,8,2,1,3],"span":[74,27,28]},{"path":[4,8,2,2],"span":[75,2,38]},{"path":[4,8,2,2,4],"span":[75,2,10]},{"path":[4,8,2,2,6],"span":[75,11,21]},{"path":[4,8,2,2,1],"span":[75,22,33]},{"path":[4,8,2,2,3],"span":[75,36,37]},{"path":[4,8,8,0],"span":[76,2,79,3]},{"path":[4,8,8,0,1],"span":[76,8,18]},{"path":[4,8,2,3],"span":[77,4,40]},{"path":[4,8,2,3,6],"span":[77,4,9]},{"path":[4,8,2,3,1],"span":[77,10,15]},{"path":[4,8,2,3,3],"span":[77,18,19]},{"path":[4,8,2,3,8],"span":[77,20,39]},{"path":[4,8,2,3,8,3],"span":[77,21,38]},{"path":[4,8,2,4],"span":[78,4,48]},{"path":[4,8,2,4,6],"span":[78,4,13]},{"path":[4,8,2,4,1],"span":[78,14,23]},{"path":[4,8,2,4,3],"span":[78,26,27]},{"path":[4,8,2,4,8],"span":[78,28,47]},{"path":[4,8,2,4,8,3],"span":[78,29,46]},{"path":[4,8,2,5],"span":[80,2,41]},{"path":[4,8,2,5,6],"span":[80,2,18]},{"path":[4,8,2,5,1],"span":[80,19,36]},{"path":[4,8,2,5,3],"span":[80,39,40]},{"path":[4,8,2,6],"span":[81,2,16]},{"path":[4,8,2,6,5],"span":[81,2,8]},{"path":[4,8,2,6,1],"span":[81,9,11]},{"path":[4,8,2,6,3],"span":[81,14,15]},{"path":[4,8,2,7],"span":[82,2,18]},{"path":[4,8,2,7,5],"span":[82,2,8]},{"path":[4,8,2,7,1],"span":[82,9,13]},{"path":[4,8,2,7,3],"span":[82,16,17]},{"path":[4,9],"span":[85,0,87,1]},{"path":[4,9,1],"span":[85,8,17]},{"path":[4,9,2,0],"span":[86,2,30]},{"path":[4,9,2,0,4],"span":[86,2,10]},{"path":[4,9,2,0,5],"span":[86,11,17]},{"path":[4,9,2,0,1],"span":[86,18,25]},{"path":[4,9,2,0,3],"span":[86,28,29]},{"path":[4,10],"span":[89,0,101,1]},{"path":[4,10,1],"span":[89,8,24]},{"path":[4,10,4,0],"span":[91,2,95,3]},{"path":[4,10,4,0,1],"span":[91,7,16]},{"path":[4,10,4,0,2,0],"span":[92,4,12]},{"path":[4,10,4,0,2,0,1],"span":[92,4,7]},{"path":[4,10,4,0,2,0,2],"span":[92,10,11]},{"path":[4,10,4,0,2,1],"span":[93,4,14]},{"path":[4,10,4,0,2,1,1],"span":[93,4,9]},{"path":[4,10,4,0,2,1,2],"span":[93,12,13]},{"path":[4,10,4,0,2,2],"span":[94,4,18]},{"path":[4,10,4,0,2,2,1],"span":[94,4,13]},{"path":[4,10,4,0,2,2,2],"span":[94,16,17]},{"path":[4,10,2,0],"span":[97,2,36]},{"path":[4,10,2,0,4],"span":[97,2,10]},{"path":[4,10,2,0,6],"span":[97,11,20]},{"path":[4,10,2,0,1],"span":[97,21,31]},{"path":[4,10,2,0,3],"span":[97,34,35]},{"path":[4,10,2,1],"span":[98,2,48]},{"path":[4,10,2,1,4],"span":[98,2,10]},{"path":[4,10,2,1,5],"span":[98,11,17]},{"path":[4,10,2,1,1],"span":[98,18,25]},{"path":[4,10,2,1,3],"span":[98,28,29]},{"path":[4,10,2,1,8],"span":[98,30,47]},{"path":[4,10,2,1,8,3],"span":[98,31,46]},{"path":[4,10,2,2],"span":[99,2,33]},{"path":[4,10,2,2,4],"span":[99,2,10]},{"path":[4,10,2,2,5],"span":[99,11,17]},{"path":[4,10,2,2,1],"span":[99,18,28]},{"path":[4,10,2,2,3],"span":[99,31,32]},{"path":[4,10,2,3],"span":[100,2,39]},{"path":[4,10,2,3,4],"span":[100,2,10]},{"path":[4,10,2,3,6],"span":[100,11,21]},{"path":[4,10,2,3,1],"span":[100,22,34]},{"path":[4,10,2,3,3],"span":[100,37,38]},{"path":[5,0],"span":[103,0,107,1]},{"path":[5,0,1],"span":[103,5,15]},{"path":[5,0,2,0],"span":[104,2,27]},{"path":[5,0,2,0,1],"span":[104,2,22]},{"path":[5,0,2,0,2],"span":[104,25,26]},{"path":[5,0,2,1],"span":[105,2,12]},{"path":[5,0,2,1,1],"span":[105,2,7]},{"path":[5,0,2,1,2],"span":[105,10,11]},{"path":[5,0,2,2],"span":[106,2,11]},{"path":[5,0,2,2,1],"span":[106,2,6]},{"path":[5,0,2,2,2],"span":[106,9,10]},{"path":[4,11],"span":[109,0,123,1]},{"path":[4,11,1],"span":[109,8,18]},{"path":[4,11,4,0],"span":[110,2,115,3]},{"path":[4,11,4,0,1],"span":[110,7,17]},{"path":[4,11,4,0,2,0],"span":[111,4,28]},{"path":[4,11,4,0,2,0,1],"span":[111,4,23]},{"path":[4,11,4,0,2,0,2],"span":[111,26,27]},{"path":[4,11,4,0,2,1],"span":[112,4,16]},{"path":[4,11,4,0,2,1,1],"span":[112,4,11]},{"path":[4,11,4,0,2,1,2],"span":[112,14,15]},{"path":[4,11,4,0,2,2],"span":[113,4,13]},{"path":[4,11,4,0,2,2,1],"span":[113,4,8]},{"path":[4,11,4,0,2,2,2],"span":[113,11,12]},{"path":[4,11,4,0,2,3],"span":[114,4,11]},{"path":[4,11,4,0,2,3,1],"span":[114,4,6]},{"path":[4,11,4,0,2,3,2],"span":[114,9,10]},{"path":[4,11,2,0],"span":[116,2,22]},{"path":[4,11,2,0,6],"span":[116,2,12]},{"path":[4,11,2,0,1],"span":[116,13,17]},{"path":[4,11,2,0,3],"span":[116,20,21]},{"path":[4,11,8,0],"span":[117,2,122,3]},{"path":[4,11,8,0,1],"span":[117,8,12]},{"path":[4,11,2,1],"span":[118,4,32]},{"path":[4,11,2,1,6],"span":[118,4,14]},{"path":[4,11,2,1,1],"span":[118,15,27]},{"path":[4,11,2,1,3],"span":[118,30,31]},{"path":[4,11,2,2],"span":[119,4,23]},{"path":[4,11,2,2,6],"span":[119,4,10]},{"path":[4,11,2,2,1],"span":[119,11,18]},{"path":[4,11,2,2,3],"span":[119,21,22]},{"path":[4,11,2,3],"span":[120,4,40]},{"path":[4,11,2,3,5],"span":[120,4,10]},{"path":[4,11,2,3,1],"span":[120,11,17]},{"path":[4,11,2,3,3],"span":[120,20,21]},{"path":[4,11,2,3,8],"span":[120,22,39]},{"path":[4,11,2,3,8,3],"span":[120,23,38]},{"path":[4,11,2,4],"span":[121,4,27]},{"path":[4,11,2,4,6],"span":[121,4,12]},{"path":[4,11,2,4,1],"span":[121,13,22]},{"path":[4,11,2,4,3],"span":[121,25,26]},{"path":[4,12],"span":[125,0,127,1]},{"path":[4,12,1],"span":[125,8,16]},{"path":[4,12,2,0],"span":[126,2,20]},{"path":[4,12,2,0,5],"span":[126,2,8]},{"path":[4,12,2,0,1],"span":[126,9,15]},{"path":[4,12,2,0,3],"span":[126,18,19]},{"path":[4,13],"span":[129,0,133,1]},{"path":[4,13,1],"span":[129,8,18]},{"path":[4,13,2,0],"span":[130,2,22]},{"path":[4,13,2,0,6],"span":[130,2,12]},{"path":[4,13,2,0,1],"span":[130,13,17]},{"path":[4,13,2,0,3],"span":[130,20,21]},{"path":[4,13,2,1],"span":[131,2,20]},{"path":[4,13,2,1,5],"span":[131,2,8]},{"path":[4,13,2,1,1],"span":[131,9,15]},{"path":[4,13,2,1,3],"span":[131,18,19]},{"path":[4,13,2,2],"span":[132,2,31]},{"path":[4,13,2,2,4],"span":[132,2,10]},{"path":[4,13,2,2,6],"span":[132,11,21]},{"path":[4,13,2,2,1],"span":[132,22,26]},{"path":[4,13,2,2,3],"span":[132,29,30]},{"path":[4,14],"span":[135,0,139,1]},{"path":[4,14,1],"span":[135,8,18]},{"path":[4,14,2,0],"span":[136,2,20]},{"path":[4,14,2,0,5],"span":[136,2,6]},{"path":[4,14,2,0,1],"span":[136,7,15]},{"path":[4,14,2,0,3],"span":[136,18,19]},{"path":[4,14,2,1],"span":[137,2,25]},{"path":[4,14,2,1,5],"span":[137,2,7]},{"path":[4,14,2,1,1],"span":[137,8,20]},{"path":[4,14,2,1,3],"span":[137,23,24]},{"path":[4,14,2,2],"span":[138,2,31]},{"path":[4,14,2,2,5],"span":[138,2,6]},{"path":[4,14,2,2,1],"span":[138,7,26]},{"path":[4,14,2,2,3],"span":[138,29,30]},{"path":[4,15],"span":[141,0,155,1]},{"path":[4,15,1],"span":[141,8,14]},{"path":[4,15,4,0],"span":[142,2,146,3]},{"path":[4,15,4,0,1],"span":[142,7,15]},{"path":[4,15,4,0,2,0],"span":[143,4,26]},{"path":[4,15,4,0,2,0,1],"span":[143,4,21]},{"path":[4,15,4,0,2,0,2],"span":[143,24,25]},{"path":[4,15,4,0,2,1],"span":[144,4,13]},{"path":[4,15,4,0,2,1,1],"span":[144,4,8]},{"path":[4,15,4,0,2,1,2],"span":[144,11,12]},{"path":[4,15,4,0,2,2],"span":[145,4,14]},{"path":[4,15,4,0,2,2,1],"span":[145,4,9]},{"path":[4,15,4,0,2,2,2],"span":[145,12,13]},{"path":[4,15,2,0],"span":[147,2,18]},{"path":[4,15,2,0,5],"span":[147,2,8]},{"path":[4,15,2,0,1],"span":[147,9,13]},{"path":[4,15,2,0,3],"span":[147,16,17]},{"path":[4,15,2,1],"span":[148,2,25]},{"path":[4,15,2,1,5],"span":[148,2,8]},{"path":[4,15,2,1,1],"span":[148,9,20]},{"path":[4,15,2,1,3],"span":[148,23,24]},{"path":[4,15,2,2],"span":[149,2,20]},{"path":[4,15,2,2,5],"span":[149,2,8]},{"path":[4,15,2,2,1],"span":[149,9,15]},{"path":[4,15,2,2,3],"span":[149,18,19]},{"path":[4,15,2,3],"span":[150,2,25]},{"path":[4,15,2,3,5],"span":[150,2,6]},{"path":[4,15,2,3,1],"span":[150,7,20]},{"path":[4,15,2,3,3],"span":[150,23,24]},{"path":[4,15,2,4],"span":[151,2,27]},{"path":[4,15,2,4,5],"span":[151,2,6]},{"path":[4,15,2,4,1],"span":[151,7,22]},{"path":[4,15,2,4,3],"span":[151,25,26]},{"path":[4,15,2,5],"span":[152,2,25]},{"path":[4,15,2,5,6],"span":[152,2,10]},{"path":[4,15,2,5,1],"span":[152,11,20]},{"path":[4,15,2,5,3],"span":[152,23,24]},{"path":[4,15,2,6],"span":[153,2,17]},{"path":[4,15,2,6,5],"span":[153,2,7]},{"path":[4,15,2,6,1],"span":[153,8,12]},{"path":[4,15,2,6,3],"span":[153,15,16]},{"path":[4,15,2,7],"span":[154,2,23]},{"path":[4,15,2,7,5],"span":[154,2,8]},{"path":[4,15,2,7,1],"span":[154,9,18]},{"path":[4,15,2,7,3],"span":[154,21,22]},{"path":[4,16],"span":[157,0,165,1]},{"path":[4,16,1],"span":[157,8,13]},{"path":[4,16,4,0],"span":[158,2,162,3]},{"path":[4,16,4,0,1],"span":[158,7,16]},{"path":[4,16,4,0,2,0],"span":[159,4,12]},{"path":[4,16,4,0,2,0,1],"span":[159,4,7]},{"path":[4,16,4,0,2,0,2],"span":[159,10,11]},{"path":[4,16,4,0,2,1],"span":[160,4,14]},{"path":[4,16,4,0,2,1,1],"span":[160,4,9]},{"path":[4,16,4,0,2,1,2],"span":[160,12,13]},{"path":[4,16,4,0,2,2],"span":[161,4,18]},{"path":[4,16,4,0,2,2,1],"span":[161,4,13]},{"path":[4,16,4,0,2,2,2],"span":[161,16,17]},{"path":[4,16,2,0],"span":[164,2,27]},{"path":[4,16,2,0,6],"span":[164,2,11]},{"path":[4,16,2,0,1],"span":[164,12,22]},{"path":[4,16,2,0,3],"span":[164,25,26]},{"path":[4,17],"span":[167,0,176,1]},{"path":[4,17,1],"span":[167,8,18]},{"path":[4,17,4,0],"span":[168,2,171,3]},{"path":[4,17,4,0,1],"span":[168,7,21]},{"path":[4,17,4,0,2,0],"span":[170,4,20]},{"path":[4,17,4,0,2,0,1],"span":[170,4,15]},{"path":[4,17,4,0,2,0,2],"span":[170,18,19]},{"path":[4,17,2,0],"span":[173,2,44]},{"path":[4,17,2,0,6],"span":[173,2,16]},{"path":[4,17,2,0,1],"span":[173,17,21]},{"path":[4,17,2,0,3],"span":[173,24,25]},{"path":[4,17,2,0,8],"span":[173,26,43]},{"path":[4,17,2,0,8,3],"span":[173,27,42]},{"path":[4,17,2,1],"span":[174,2,16]},{"path":[4,17,2,1,5],"span":[174,2,8]},{"path":[4,17,2,1,1],"span":[174,9,11]},{"path":[4,17,2,1,3],"span":[174,14,15]},{"path":[4,17,2,2],"span":[175,2,18]},{"path":[4,17,2,2,5],"span":[175,2,7]},{"path":[4,17,2,2,1],"span":[175,8,13]},{"path":[4,17,2,2,3],"span":[175,16,17]},{"path":[4,18],"span":[178,0,184,1]},{"path":[4,18,1],"span":[178,8,25]},{"path":[4,18,2,0],"span":[179,2,35]},{"path":[4,18,2,0,4],"span":[179,2,10]},{"path":[4,18,2,0,6],"span":[179,11,22]},{"path":[4,18,2,0,1],"span":[179,23,30]},{"path":[4,18,2,0,3],"span":[179,33,34]},{"path":[4,18,2,1],"span":[180,2,31]},{"path":[4,18,2,1,4],"span":[180,2,10]},{"path":[4,18,2,1,6],"span":[180,11,22]},{"path":[4,18,2,1,1],"span":[180,23,26]},{"path":[4,18,2,1,3],"span":[180,29,30]},{"path":[4,18,2,2],"span":[181,2,37]},{"path":[4,18,2,2,4],"span":[181,2,10]},{"path":[4,18,2,2,6],"span":[181,11,25]},{"path":[4,18,2,2,1],"span":[181,26,32]},{"path":[4,18,2,2,3],"span":[181,35,36]},{"path":[4,18,2,3],"span":[182,2,42]},{"path":[4,18,2,3,4],"span":[182,2,10]},{"path":[4,18,2,3,6],"span":[182,11,27]},{"path":[4,18,2,3,1],"span":[182,28,37]},{"path":[4,18,2,3,3],"span":[182,40,41]},{"path":[4,18,2,4],"span":[183,2,42]},{"path":[4,18,2,4,4],"span":[183,2,10]},{"path":[4,18,2,4,6],"span":[183,11,27]},{"path":[4,18,2,4,1],"span":[183,28,37]},{"path":[4,18,2,4,3],"span":[183,40,41]},{"path":[4,19],"span":[186,0,193,1]},{"path":[4,19,1],"span":[186,8,19]},{"path":[4,19,2,0],"span":[187,2,66]},{"path":[4,19,2,0,4],"span":[187,2,10]},{"path":[4,19,2,0,6],"span":[187,11,39]},{"path":[4,19,2,0,1],"span":[187,40,61]},{"path":[4,19,2,0,3],"span":[187,64,65]},{"path":[4,19,2,1],"span":[188,2,47]},{"path":[4,19,2,1,4],"span":[188,2,10]},{"path":[4,19,2,1,6],"span":[188,11,30]},{"path":[4,19,2,1,1],"span":[188,31,42]},{"path":[4,19,2,1,3],"span":[188,45,46]},{"path":[4,19,2,2],"span":[189,2,50]},{"path":[4,19,2,2,4],"span":[189,2,10]},{"path":[4,19,2,2,6],"span":[189,11,31]},{"path":[4,19,2,2,1],"span":[189,32,45]},{"path":[4,19,2,2,3],"span":[189,48,49]},{"path":[4,19,2,3],"span":[190,2,49]},{"path":[4,19,2,3,4],"span":[190,2,10]},{"path":[4,19,2,3,6],"span":[190,11,30]},{"path":[4,19,2,3,1],"span":[190,31,44]},{"path":[4,19,2,3,3],"span":[190,47,48]},{"path":[4,19,2,4],"span":[191,2,60]},{"path":[4,19,2,4,4],"span":[191,2,10]},{"path":[4,19,2,4,6],"span":[191,11,36]},{"path":[4,19,2,4,1],"span":[191,37,55]},{"path":[4,19,2,4,3],"span":[191,58,59]},{"path":[4,19,2,5],"span":[192,2,37]},{"path":[4,19,2,5,4],"span":[192,2,10]},{"path":[4,19,2,5,6],"span":[192,11,25]},{"path":[4,19,2,5,1],"span":[192,26,32]},{"path":[4,19,2,5,3],"span":[192,35,36]},{"path":[4,20],"span":[195,0,198,1]},{"path":[4,20,1],"span":[195,8,27]},{"path":[4,20,2,0],"span":[196,2,53],"trailingComments":" cron expression\n"},{"path":[4,20,2,0,6],"span":[196,2,29]},{"path":[4,20,2,0,1],"span":[196,30,48]},{"path":[4,20,2,0,3],"span":[196,51,52]},{"path":[4,20,2,1],"span":[197,2,56]},{"path":[4,20,2,1,4],"span":[197,2,10]},{"path":[4,20,2,1,6],"span":[197,11,34]},{"path":[4,20,2,1,1],"span":[197,35,51]},{"path":[4,20,2,1,3],"span":[197,54,55]},{"path":[4,21],"span":[200,0,203,1]},{"path":[4,21,1],"span":[200,8,31]},{"path":[4,21,2,0],"span":[201,2,60],"trailingComments":" default 30 days\n"},{"path":[4,21,2,0,6],"span":[201,2,28]},{"path":[4,21,2,0,1],"span":[201,29,55]},{"path":[4,21,2,0,3],"span":[201,58,59]},{"path":[4,21,2,1],"span":[202,2,62],"trailingComments":" default 365 days\n"},{"path":[4,21,2,1,6],"span":[202,2,28]},{"path":[4,21,2,1,1],"span":[202,29,57]},{"path":[4,21,2,1,3],"span":[202,60,61]},{"path":[4,22],"span":[205,0,210,1]},{"path":[4,22,1],"span":[205,8,28]},{"path":[4,22,2,0],"span":[206,2,54]},{"path":[4,22,2,0,6],"span":[206,2,27]},{"path":[4,22,2,0,1],"span":[206,28,49]},{"path":[4,22,2,0,3],"span":[206,52,53]},{"path":[4,22,2,1],"span":[207,2,66],"trailingComments":" will only be used if smart polling is disabled, default 60 seconds.\n"},{"path":[4,22,2,1,6],"span":[207,2,28]},{"path":[4,22,2,1,1],"span":[207,29,61]},{"path":[4,22,2,1,3],"span":[207,64,65]},{"path":[4,22,2,2],"span":[209,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":[209,2,19]},{"path":[4,22,2,2,1],"span":[209,20,43]},{"path":[4,22,2,2,3],"span":[209,46,47]},{"path":[4,23],"span":[212,0,214,1]},{"path":[4,23,1],"span":[212,8,27]},{"path":[4,23,2,0],"span":[213,2,58],"trailingComments":" default 15 minutes\n"},{"path":[4,23,2,0,6],"span":[213,2,28]},{"path":[4,23,2,0,1],"span":[213,29,53]},{"path":[4,23,2,0,3],"span":[213,56,57]},{"path":[4,24],"span":[216,0,218,1]},{"path":[4,24,1],"span":[216,8,33]},{"path":[4,24,2,0],"span":[217,2,58],"trailingComments":" default 240 minutes (4 hours)\n"},{"path":[4,24,2,0,6],"span":[217,2,28]},{"path":[4,24,2,0,1],"span":[217,29,53]},{"path":[4,24,2,0,3],"span":[217,56,57]},{"path":[4,25],"span":[220,0,224,1]},{"path":[4,25,1],"span":[220,8,22]},{"path":[4,25,2,0],"span":[221,2,40]},{"path":[4,25,2,0,6],"span":[221,2,27]},{"path":[4,25,2,0,1],"span":[221,28,35]},{"path":[4,25,2,0,3],"span":[221,38,39]},{"path":[4,25,2,1],"span":[222,2,58]},{"path":[4,25,2,1,6],"span":[222,2,28]},{"path":[4,25,2,1,1],"span":[222,29,53]},{"path":[4,25,2,1,3],"span":[222,56,57]},{"path":[4,25,2,2],"span":[223,2,41]},{"path":[4,25,2,2,6],"span":[223,2,29]},{"path":[4,25,2,2,1],"span":[223,30,36]},{"path":[4,25,2,2,3],"span":[223,39,40]},{"path":[4,26],"span":[226,0,232,1]},{"path":[4,26,1],"span":[226,8,36]},{"path":[4,26,2,0],"span":[227,2,47]},{"path":[4,26,2,0,4],"span":[227,2,10]},{"path":[4,26,2,0,6],"span":[227,11,30]},{"path":[4,26,2,0,1],"span":[227,31,42]},{"path":[4,26,2,0,3],"span":[227,45,46]},{"path":[4,26,2,1],"span":[228,2,60]},{"path":[4,26,2,1,4],"span":[228,2,10]},{"path":[4,26,2,1,6],"span":[228,11,36]},{"path":[4,26,2,1,1],"span":[228,37,55]},{"path":[4,26,2,1,3],"span":[228,58,59]},{"path":[4,26,2,2],"span":[229,2,50]},{"path":[4,26,2,2,4],"span":[229,2,10]},{"path":[4,26,2,2,6],"span":[229,11,31]},{"path":[4,26,2,2,1],"span":[229,32,45]},{"path":[4,26,2,2,3],"span":[229,48,49]},{"path":[4,26,2,3],"span":[230,2,68]},{"path":[4,26,2,3,4],"span":[230,2,10]},{"path":[4,26,2,3,6],"span":[230,11,40]},{"path":[4,26,2,3,1],"span":[230,41,63]},{"path":[4,26,2,3,3],"span":[230,66,67]},{"path":[4,26,2,4],"span":[231,2,44]},{"path":[4,26,2,4,4],"span":[231,2,10]},{"path":[4,26,2,4,6],"span":[231,11,28]},{"path":[4,26,2,4,1],"span":[231,29,39]},{"path":[4,26,2,4,3],"span":[231,42,43]},{"path":[4,27],"span":[234,0,236,1]},{"path":[4,27,1],"span":[234,8,27]},{"path":[4,27,2,0],"span":[235,2,49],"trailingComments":" default 100\n"},{"path":[4,27,2,0,6],"span":[235,2,28]},{"path":[4,27,2,0,1],"span":[235,29,44]},{"path":[4,27,2,0,3],"span":[235,47,48]},{"path":[4,28],"span":[238,0,241,1]},{"path":[4,28,1],"span":[238,8,25]},{"path":[4,28,2,0],"span":[239,2,39],"trailingComments":" Ip addresses (including ranges and CIDR notations) or hostnames.\n"},{"path":[4,28,2,0,4],"span":[239,2,10]},{"path":[4,28,2,0,5],"span":[239,11,17]},{"path":[4,28,2,0,1],"span":[239,18,34]},{"path":[4,28,2,0,3],"span":[239,37,38]},{"path":[4,28,2,1],"span":[240,2,42],"trailingComments":" Network interface names.\n"},{"path":[4,28,2,1,4],"span":[240,2,10]},{"path":[4,28,2,1,5],"span":[240,11,17]},{"path":[4,28,2,1,1],"span":[240,18,37]},{"path":[4,28,2,1,3],"span":[240,40,41]},{"path":[4,29],"span":[243,0,246,1]},{"path":[4,29,1],"span":[243,8,33]},{"path":[4,29,2,0],"span":[244,2,40]},{"path":[4,29,2,0,6],"span":[244,2,27]},{"path":[4,29,2,0,1],"span":[244,28,35]},{"path":[4,29,2,0,3],"span":[244,38,39]},{"path":[4,29,2,1],"span":[245,2,51]},{"path":[4,29,2,1,6],"span":[245,2,27]},{"path":[4,29,2,1,1],"span":[245,28,46]},{"path":[4,29,2,1,3],"span":[245,49,50]},{"path":[4,30],"span":[248,0,250,1]},{"path":[4,30,1],"span":[248,8,28]},{"path":[4,31],"span":[252,0,255,1]},{"path":[4,31,1],"span":[252,8,37]},{"path":[4,31,2,0],"span":[253,2,44]},{"path":[4,31,2,0,6],"span":[253,2,27]},{"path":[4,31,2,0,1],"span":[253,28,39]},{"path":[4,31,2,0,3],"span":[253,42,43]},{"path":[4,31,2,1],"span":[254,2,52]},{"path":[4,31,2,1,6],"span":[254,2,37]},{"path":[4,31,2,1,1],"span":[254,38,47]},{"path":[4,31,2,1,3],"span":[254,50,51]},{"path":[4,32],"span":[257,0,261,1]},{"path":[4,32,1],"span":[257,8,30]},{"path":[4,32,2,0],"span":[258,2,40]},{"path":[4,32,2,0,6],"span":[258,2,27]},{"path":[4,32,2,0,1],"span":[258,28,35]},{"path":[4,32,2,0,3],"span":[258,38,39]},{"path":[4,32,2,1],"span":[259,2,38]},{"path":[4,32,2,1,6],"span":[259,2,28]},{"path":[4,32,2,1,1],"span":[259,29,33]},{"path":[4,32,2,1,3],"span":[259,36,37]},{"path":[4,32,2,2],"span":[260,2,42],"trailingComments":" additional data for a specific for the protocol\n"},{"path":[4,32,2,2,6],"span":[260,2,21]},{"path":[4,32,2,2,1],"span":[260,22,37]},{"path":[4,32,2,2,3],"span":[260,40,41]},{"path":[4,33],"span":[263,0,265,1]},{"path":[4,33,1],"span":[263,8,24]},{"path":[4,33,2,0],"span":[264,2,66]},{"path":[4,33,2,0,4],"span":[264,2,10]},{"path":[4,33,2,0,6],"span":[264,11,39]},{"path":[4,33,2,0,1],"span":[264,40,61]},{"path":[4,33,2,0,3],"span":[264,64,65]},{"path":[4,34],"span":[267,0,270,1]},{"path":[4,34,1],"span":[267,8,24]},{"path":[4,34,2,0],"span":[268,2,66]},{"path":[4,34,2,0,4],"span":[268,2,10]},{"path":[4,34,2,0,6],"span":[268,11,39]},{"path":[4,34,2,0,1],"span":[268,40,61]},{"path":[4,34,2,0,3],"span":[268,64,65]},{"path":[4,34,2,1],"span":[269,2,50],"trailingComments":" used to enable raw traffic packets logging for the OT sensor.\n"},{"path":[4,34,2,1,4],"span":[269,2,10]},{"path":[4,34,2,1,6],"span":[269,11,29]},{"path":[4,34,2,1,1],"span":[269,30,45]},{"path":[4,34,2,1,3],"span":[269,48,49]},{"path":[4,35],"span":[272,0,275,1]},{"path":[4,35,1],"span":[272,8,26]},{"path":[4,35,2,0],"span":[273,2,40]},{"path":[4,35,2,0,6],"span":[273,2,27]},{"path":[4,35,2,0,1],"span":[273,28,35]},{"path":[4,35,2,0,3],"span":[273,38,39]},{"path":[4,35,2,1],"span":[274,2,39]},{"path":[4,35,2,1,6],"span":[274,2,29]},{"path":[4,35,2,1,1],"span":[274,30,34]},{"path":[4,35,2,1,3],"span":[274,37,38]},{"path":[4,36],"span":[277,0,283,1]},{"path":[4,36,1],"span":[277,8,22]},{"path":[4,36,2,0],"span":[278,2,55],"trailingComments":" default false\n"},{"path":[4,36,2,0,6],"span":[278,2,27]},{"path":[4,36,2,0,1],"span":[278,28,50]},{"path":[4,36,2,0,3],"span":[278,53,54]},{"path":[4,36,2,1],"span":[279,2,50]},{"path":[4,36,2,1,4],"span":[279,2,10]},{"path":[4,36,2,1,6],"span":[279,11,31]},{"path":[4,36,2,1,1],"span":[279,32,45]},{"path":[4,36,2,1,3],"span":[279,48,49]},{"path":[4,36,2,2],"span":[280,2,41]},{"path":[4,36,2,2,4],"span":[280,2,10]},{"path":[4,36,2,2,6],"span":[280,11,27]},{"path":[4,36,2,2,1],"span":[280,28,36]},{"path":[4,36,2,2,3],"span":[280,39,40]},{"path":[4,36,2,3],"span":[281,2,37]},{"path":[4,36,2,3,4],"span":[281,2,10]},{"path":[4,36,2,3,6],"span":[281,11,25]},{"path":[4,36,2,3,1],"span":[281,26,32]},{"path":[4,36,2,3,3],"span":[281,35,36]},{"path":[4,36,2,4],"span":[282,2,50]},{"path":[4,36,2,4,4],"span":[282,2,10]},{"path":[4,36,2,4,6],"span":[282,11,31]},{"path":[4,36,2,4,1],"span":[282,32,45]},{"path":[4,36,2,4,3],"span":[282,48,49]},{"path":[4,37],"span":[285,0,288,1]},{"path":[4,37,1],"span":[285,8,28]},{"path":[4,37,2,0],"span":[286,2,40]},{"path":[4,37,2,0,6],"span":[286,2,27]},{"path":[4,37,2,0,1],"span":[286,28,35]},{"path":[4,37,2,0,3],"span":[286,38,39]},{"path":[4,37,2,1],"span":[287,2,48],"trailingComments":" cron expression \n"},{"path":[4,37,2,1,6],"span":[287,2,29]},{"path":[4,37,2,1,1],"span":[287,30,43]},{"path":[4,37,2,1,3],"span":[287,46,47]},{"path":[4,38],"span":[290,0,292,1]},{"path":[4,38,1],"span":[290,8,22]},{"path":[4,38,2,0],"span":[291,2,48]},{"path":[4,38,2,0,6],"span":[291,2,29]},{"path":[4,38,2,0,1],"span":[291,30,43]},{"path":[4,38,2,0,3],"span":[291,46,47]},{"path":[4,39],"span":[294,0,300,1]},{"path":[4,39,1],"span":[294,8,24]},{"path":[4,39,2,0],"span":[295,2,57],"trailingComments":" default true\n"},{"path":[4,39,2,0,6],"span":[295,2,27]},{"path":[4,39,2,0,1],"span":[295,28,52]},{"path":[4,39,2,0,3],"span":[295,55,56]},{"path":[4,39,2,1],"span":[296,2,50],"trailingComments":" cron expression\n"},{"path":[4,39,2,1,6],"span":[296,2,29]},{"path":[4,39,2,1,1],"span":[296,30,45]},{"path":[4,39,2,1,3],"span":[296,48,49]},{"path":[4,39,2,2],"span":[297,2,50]},{"path":[4,39,2,2,6],"span":[297,2,29]},{"path":[4,39,2,2,1],"span":[297,30,45]},{"path":[4,39,2,2,3],"span":[297,48,49]},{"path":[4,39,2,3],"span":[298,2,58]},{"path":[4,39,2,3,6],"span":[298,2,28]},{"path":[4,39,2,3,1],"span":[298,29,53]},{"path":[4,39,2,3,3],"span":[298,56,57]},{"path":[4,39,2,4],"span":[299,2,61]},{"path":[4,39,2,4,6],"span":[299,2,28]},{"path":[4,39,2,4,1],"span":[299,29,56]},{"path":[4,39,2,4,3],"span":[299,59,60]},{"path":[4,40],"span":[302,0,305,1]},{"path":[4,40,1],"span":[302,8,28]},{"path":[4,40,2,0],"span":[303,2,64]},{"path":[4,40,2,0,6],"span":[303,2,28]},{"path":[4,40,2,0,1],"span":[303,29,59]},{"path":[4,40,2,0,3],"span":[303,62,63]},{"path":[4,40,2,1],"span":[304,2,69]},{"path":[4,40,2,1,6],"span":[304,2,28]},{"path":[4,40,2,1,1],"span":[304,29,64]},{"path":[4,40,2,1,3],"span":[304,67,68]},{"path":[4,41],"span":[307,0,320,1]},{"path":[4,41,1],"span":[307,8,19]},{"path":[4,41,4,0],"span":[308,2,315,3]},{"path":[4,41,4,0,1],"span":[308,7,15]},{"path":[4,41,4,0,2,0],"span":[309,4,16]},{"path":[4,41,4,0,2,0,1],"span":[309,4,11]},{"path":[4,41,4,0,2,0,2],"span":[309,14,15]},{"path":[4,41,4,0,2,1],"span":[310,4,14]},{"path":[4,41,4,0,2,1,1],"span":[310,4,9]},{"path":[4,41,4,0,2,1,2],"span":[310,12,13]},{"path":[4,41,4,0,2,2],"span":[311,4,20]},{"path":[4,41,4,0,2,2,1],"span":[311,4,15]},{"path":[4,41,4,0,2,2,2],"span":[311,18,19]},{"path":[4,41,4,0,2,3],"span":[312,4,16]},{"path":[4,41,4,0,2,3,1],"span":[312,4,11]},{"path":[4,41,4,0,2,3,2],"span":[312,14,15]},{"path":[4,41,4,0,2,4],"span":[313,4,14]},{"path":[4,41,4,0,2,4,1],"span":[313,4,9]},{"path":[4,41,4,0,2,4,2],"span":[313,12,13]},{"path":[4,41,4,0,2,5],"span":[314,4,14]},{"path":[4,41,4,0,2,5,1],"span":[314,4,9]},{"path":[4,41,4,0,2,5,2],"span":[314,12,13]},{"path":[4,41,2,0],"span":[316,2,30],"trailingComments":" default INFORMATION\n"},{"path":[4,41,2,0,4],"span":[316,2,10]},{"path":[4,41,2,0,6],"span":[316,11,19]},{"path":[4,41,2,0,1],"span":[316,20,25]},{"path":[4,41,2,0,3],"span":[316,28,29]},{"path":[4,41,2,1],"span":[317,2,55],"trailingComments":" default 52428800 bytes (50MB)\n"},{"path":[4,41,2,1,6],"span":[317,2,28]},{"path":[4,41,2,1,1],"span":[317,29,50]},{"path":[4,41,2,1,3],"span":[317,53,54]},{"path":[4,41,2,2],"span":[318,2,59],"trailingComments":" default 5\n"},{"path":[4,41,2,2,6],"span":[318,2,28]},{"path":[4,41,2,2,1],"span":[318,29,54]},{"path":[4,41,2,2,3],"span":[318,57,58]},{"path":[4,41,2,3],"span":[319,2,35]},{"path":[4,41,2,3,6],"span":[319,2,20]},{"path":[4,41,2,3,1],"span":[319,21,30]},{"path":[4,41,2,3,3],"span":[319,33,34]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
import * as grpc from "@grpc/grpc-js";
|
|
8
8
|
import * as scanningconfig_pb from "./scanningconfig_pb";
|
|
9
|
+
import * as google_protobuf_wrappers_pb from "google-protobuf/google/protobuf/wrappers_pb";
|
|
9
10
|
|
|
10
11
|
interface IScanningConfigServiceService extends grpc.ServiceDefinition<grpc.UntypedServiceImplementation> {
|
|
11
12
|
getConfigurationsBySource: IScanningConfigServiceService_IGetConfigurationsBySource;
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
'use strict';
|
|
4
4
|
var grpc = require('@grpc/grpc-js');
|
|
5
5
|
var scanningconfig_pb = require('./scanningconfig_pb.js');
|
|
6
|
+
var google_protobuf_wrappers_pb = require('google-protobuf/google/protobuf/wrappers_pb.js');
|
|
6
7
|
|
|
7
8
|
function serialize_lansweeper_scanningconfig_v1_GetConfigurationsBySourceRequest(arg) {
|
|
8
9
|
if (!(arg instanceof scanningconfig_pb.GetConfigurationsBySourceRequest)) {
|