@lansweeper/scanningconfig-grpc 0.2.4 → 0.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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.2.6](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.2.5...@lansweeper/scanningconfig-grpc@0.2.6) (2024-10-28)
7
+
8
+ **Note:** Version bump only for package @lansweeper/scanningconfig-grpc
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.2.5](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.2.4...@lansweeper/scanningconfig-grpc@0.2.5) (2024-10-01)
15
+
16
+ **Note:** Version bump only for package @lansweeper/scanningconfig-grpc
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.2.4](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.2.3...@lansweeper/scanningconfig-grpc@0.2.4) (2024-10-01)
7
23
 
8
24
  **Note:** Version bump only for package @lansweeper/scanningconfig-grpc
@@ -7,9 +7,9 @@
7
7
  <Company>Lansweeper</Company>
8
8
  <Product>Lansweeper ScanningConfig model/proto</Product>
9
9
  <Copyright>Lansweeper</Copyright>
10
- <PackageVersion>0.2.3</PackageVersion>
11
- <Version>0.2.3</Version>
12
- <FileVersion>0.2.3</FileVersion>
10
+ <PackageVersion>0.2.5</PackageVersion>
11
+ <Version>0.2.5</Version>
12
+ <FileVersion>0.2.5</FileVersion>
13
13
  <RepositoryUrl>https://github.com/Lansweeper/lansweeperapis</RepositoryUrl>
14
14
  </PropertyGroup>
15
15
  <ItemGroup>
@@ -6,7 +6,7 @@
6
6
  "compilationOptions": {},
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v6.0": {
9
- "Lansweeper.ScanningConfig.GRPC/0.2.3": {
9
+ "Lansweeper.ScanningConfig.GRPC/0.2.5": {
10
10
  "dependencies": {
11
11
  "Google.Protobuf": "3.22.0",
12
12
  "Grpc.Core": "2.46.6",
@@ -79,7 +79,7 @@
79
79
  }
80
80
  },
81
81
  "libraries": {
82
- "Lansweeper.ScanningConfig.GRPC/0.2.3": {
82
+ "Lansweeper.ScanningConfig.GRPC/0.2.5": {
83
83
  "type": "project",
84
84
  "serviceable": false,
85
85
  "sha512": ""
package/buf.yaml CHANGED
@@ -19,5 +19,4 @@ breaking:
19
19
  use:
20
20
  - FILE
21
21
  except:
22
- - FIELD_SAME_NAME
23
22
  - FILE_SAME_GO_PACKAGE
@@ -1 +1 @@
1
- {"file":[{"name":"proto/scanningconfig.proto","package":"lansweeper.scanningconfig.v1","messageType":[{"name":"GetConfigurationsBySourceRequest","field":[{"name":"source_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sourceId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"GetConfigurationsBySourceResponse","field":[{"name":"configs","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Component","jsonName":"configs"}]},{"name":"Component","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.Component.ComponentType","jsonName":"type"},{"name":"actions","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Action","jsonName":"actions"},{"name":"op_config","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.OperationalConfig","oneofIndex":0,"jsonName":"opConfig","proto3Optional":true},{"name":"enabled","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"}],"enumType":[{"name":"ComponentType","value":[{"name":"UNSPECIFIED","number":0},{"name":"AGENT","number":1},{"name":"IT_SENSOR","number":2},{"name":"IT_HUB","number":3},{"name":"OT_SENSOR","number":4}]}],"oneofDecl":[{"name":"_op_config"}]},{"name":"AssetRadar","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"},{"name":"excluded_interfaces","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"excludedInterfaces"}],"options":{"deprecated":true}},{"name":"NetworkVisibility","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"},{"name":"excluded_interfaces","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"excludedInterfaces"}]},{"name":"AutoUpdate","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"},{"name":"schedule","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"schedule"}]},{"name":"OperationalConfig","field":[{"name":"asset_radar_config","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.AssetRadar","oneofIndex":0,"jsonName":"assetRadarConfig","options":{"deprecated":true},"proto3Optional":true},{"name":"auto_update_config","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.AutoUpdate","oneofIndex":1,"jsonName":"autoUpdateConfig","proto3Optional":true},{"name":"network_visibility_config","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.NetworkVisibility","oneofIndex":2,"jsonName":"networkVisibilityConfig","proto3Optional":true}],"oneofDecl":[{"name":"_asset_radar_config"},{"name":"_auto_update_config"},{"name":"_network_visibility_config"}]},{"name":"Trigger","field":[{"name":"cron_expr","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"cronExpr"},{"name":"name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"}]},{"name":"Action","field":[{"name":"triggers","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Trigger","jsonName":"triggers"},{"name":"action_type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.Action.ActionType","jsonName":"actionType"},{"name":"credentials","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Credential","jsonName":"credentials"},{"name":"agent","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Agent","oneofIndex":0,"jsonName":"agent","options":{"deprecated":true}},{"name":"agentless","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Agentless","oneofIndex":0,"jsonName":"agentless","options":{"deprecated":true}},{"name":"action_definition","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ActionDefinition","jsonName":"actionDefinition"},{"name":"id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}],"enumType":[{"name":"ActionType","value":[{"name":"UNSPECIFIED","number":0},{"name":"AGENT","number":1},{"name":"AGENTLESS","number":2}]}],"oneofDecl":[{"name":"definition"}]},{"name":"Agentless","field":[{"name":"targets","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"targets"}]},{"name":"ActionDefinition","field":[{"name":"scan_focus","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.ActionDefinition.ScanFocus","oneofIndex":0,"jsonName":"scanFocus","proto3Optional":true},{"name":"targets","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"targets","options":{"deprecated":true}},{"name":"exclusions","number":3,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"exclusions"},{"name":"targets_data","number":4,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.TargetData","jsonName":"targetsData"}],"enumType":[{"name":"ScanFocus","value":[{"name":"ALL","number":0},{"name":"USERS","number":1},{"name":"INVENTORY","number":2}]}],"oneofDecl":[{"name":"_scan_focus"}]},{"name":"TargetData","field":[{"name":"type","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.TargetData.TargetType","jsonName":"type"},{"name":"ip_scan_data","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.IPScanData","oneofIndex":0,"jsonName":"ipScanData"},{"name":"ad_data","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ADData","oneofIndex":0,"jsonName":"adData"},{"name":"target","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","oneofIndex":0,"jsonName":"target"}],"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":"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"}],"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"},{"name":"id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}],"enumType":[{"name":"CredentialType","value":[{"name":"UNSPECIFIED","number":0}]}]}],"enumType":[{"name":"IPScanType","value":[{"name":"UNKNOWN_IP_SCAN_TYPE","number":0},{"name":"RANGE","number":1},{"name":"HOST","number":2}]}],"service":[{"name":"ScanningConfigService","method":[{"name":"GetConfigurationsBySource","inputType":".lansweeper.scanningconfig.v1.GetConfigurationsBySourceRequest","outputType":".lansweeper.scanningconfig.v1.GetConfigurationsBySourceResponse","options":{}}]}],"options":{"goPackage":"./generated-go"},"sourceCodeInfo":{"location":[{"span":[0,0,164,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,37]},{"path":[8],"span":[3,0,37]},{"path":[8,11],"span":[3,0,37]},{"path":[6,0],"span":[5,0,7,1]},{"path":[6,0,1],"span":[5,8,29]},{"path":[6,0,2,0],"span":[6,2,112]},{"path":[6,0,2,0,1],"span":[6,6,31]},{"path":[6,0,2,0,2],"span":[6,32,64]},{"path":[6,0,2,0,3],"span":[6,75,108]},{"path":[4,0],"span":[9,0,12,1]},{"path":[4,0,1],"span":[9,8,40]},{"path":[4,0,2,0],"span":[10,2,23]},{"path":[4,0,2,0,5],"span":[10,2,8]},{"path":[4,0,2,0,1],"span":[10,9,18]},{"path":[4,0,2,0,3],"span":[10,21,22]},{"path":[4,0,2,1],"span":[11,2,21]},{"path":[4,0,2,1,5],"span":[11,2,8]},{"path":[4,0,2,1,1],"span":[11,9,16]},{"path":[4,0,2,1,3],"span":[11,19,20]},{"path":[4,1],"span":[14,0,16,1]},{"path":[4,1,1],"span":[14,8,41]},{"path":[4,1,2,0],"span":[15,2,33]},{"path":[4,1,2,0,4],"span":[15,2,10]},{"path":[4,1,2,0,6],"span":[15,11,20]},{"path":[4,1,2,0,1],"span":[15,21,28]},{"path":[4,1,2,0,3],"span":[15,31,32]},{"path":[4,2],"span":[18,0,32,1]},{"path":[4,2,1],"span":[18,8,17]},{"path":[4,2,4,0],"span":[19,2,25,3]},{"path":[4,2,4,0,1],"span":[19,7,20]},{"path":[4,2,4,0,2,0],"span":[20,4,20]},{"path":[4,2,4,0,2,0,1],"span":[20,4,15]},{"path":[4,2,4,0,2,0,2],"span":[20,18,19]},{"path":[4,2,4,0,2,1],"span":[21,4,14]},{"path":[4,2,4,0,2,1,1],"span":[21,4,9]},{"path":[4,2,4,0,2,1,2],"span":[21,12,13]},{"path":[4,2,4,0,2,2],"span":[22,4,18]},{"path":[4,2,4,0,2,2,1],"span":[22,4,13]},{"path":[4,2,4,0,2,2,2],"span":[22,16,17]},{"path":[4,2,4,0,2,3],"span":[23,4,15]},{"path":[4,2,4,0,2,3,1],"span":[23,4,10]},{"path":[4,2,4,0,2,3,2],"span":[23,13,14]},{"path":[4,2,4,0,2,4],"span":[24,4,18]},{"path":[4,2,4,0,2,4,1],"span":[24,4,13]},{"path":[4,2,4,0,2,4,2],"span":[24,16,17]},{"path":[4,2,2,0],"span":[27,2,16]},{"path":[4,2,2,0,5],"span":[27,2,8]},{"path":[4,2,2,0,1],"span":[27,9,11]},{"path":[4,2,2,0,3],"span":[27,14,15]},{"path":[4,2,2,1],"span":[28,2,25]},{"path":[4,2,2,1,6],"span":[28,2,15]},{"path":[4,2,2,1,1],"span":[28,16,20]},{"path":[4,2,2,1,3],"span":[28,23,24]},{"path":[4,2,2,2],"span":[29,2,30]},{"path":[4,2,2,2,4],"span":[29,2,10]},{"path":[4,2,2,2,6],"span":[29,11,17]},{"path":[4,2,2,2,1],"span":[29,18,25]},{"path":[4,2,2,2,3],"span":[29,28,29]},{"path":[4,2,2,3],"span":[30,2,43]},{"path":[4,2,2,3,4],"span":[30,2,10]},{"path":[4,2,2,3,6],"span":[30,11,28]},{"path":[4,2,2,3,1],"span":[30,29,38]},{"path":[4,2,2,3,3],"span":[30,41,42]},{"path":[4,2,2,4],"span":[31,2,19]},{"path":[4,2,2,4,5],"span":[31,2,6]},{"path":[4,2,2,4,1],"span":[31,7,14]},{"path":[4,2,2,4,3],"span":[31,17,18]},{"path":[4,3],"span":[36,0,40,1]},{"path":[4,3,1],"span":[36,8,18]},{"path":[4,3,7],"span":[37,2,27]},{"path":[4,3,7,3],"span":[37,2,27]},{"path":[4,3,2,0],"span":[38,2,19]},{"path":[4,3,2,0,5],"span":[38,2,6]},{"path":[4,3,2,0,1],"span":[38,7,14]},{"path":[4,3,2,0,3],"span":[38,17,18]},{"path":[4,3,2,1],"span":[39,2,42]},{"path":[4,3,2,1,4],"span":[39,2,10]},{"path":[4,3,2,1,5],"span":[39,11,17]},{"path":[4,3,2,1,1],"span":[39,18,37]},{"path":[4,3,2,1,3],"span":[39,40,41]},{"path":[4,4],"span":[42,0,45,1]},{"path":[4,4,1],"span":[42,8,25]},{"path":[4,4,2,0],"span":[43,2,19]},{"path":[4,4,2,0,5],"span":[43,2,6]},{"path":[4,4,2,0,1],"span":[43,7,14]},{"path":[4,4,2,0,3],"span":[43,17,18]},{"path":[4,4,2,1],"span":[44,2,42]},{"path":[4,4,2,1,4],"span":[44,2,10]},{"path":[4,4,2,1,5],"span":[44,11,17]},{"path":[4,4,2,1,1],"span":[44,18,37]},{"path":[4,4,2,1,3],"span":[44,40,41]},{"path":[4,5],"span":[46,0,49,1]},{"path":[4,5,1],"span":[46,8,18]},{"path":[4,5,2,0],"span":[47,2,19]},{"path":[4,5,2,0,5],"span":[47,2,6]},{"path":[4,5,2,0,1],"span":[47,7,14]},{"path":[4,5,2,0,3],"span":[47,17,18]},{"path":[4,5,2,1],"span":[48,2,22]},{"path":[4,5,2,1,5],"span":[48,2,8]},{"path":[4,5,2,1,1],"span":[48,9,17]},{"path":[4,5,2,1,3],"span":[48,20,21]},{"path":[4,6],"span":[51,0,55,1]},{"path":[4,6,1],"span":[51,8,25]},{"path":[4,6,2,0],"span":[52,2,65]},{"path":[4,6,2,0,4],"span":[52,2,10]},{"path":[4,6,2,0,6],"span":[52,11,21]},{"path":[4,6,2,0,1],"span":[52,22,40]},{"path":[4,6,2,0,3],"span":[52,43,44]},{"path":[4,6,2,0,8],"span":[52,45,64]},{"path":[4,6,2,0,8,3],"span":[52,46,63]},{"path":[4,6,2,1],"span":[53,2,45]},{"path":[4,6,2,1,4],"span":[53,2,10]},{"path":[4,6,2,1,6],"span":[53,11,21]},{"path":[4,6,2,1,1],"span":[53,22,40]},{"path":[4,6,2,1,3],"span":[53,43,44]},{"path":[4,6,2,2],"span":[54,2,59]},{"path":[4,6,2,2,4],"span":[54,2,10]},{"path":[4,6,2,2,6],"span":[54,11,28]},{"path":[4,6,2,2,1],"span":[54,29,54]},{"path":[4,6,2,2,3],"span":[54,57,58]},{"path":[4,7],"span":[57,0,60,1]},{"path":[4,7,1],"span":[57,8,15]},{"path":[4,7,2,0],"span":[58,2,22]},{"path":[4,7,2,0,5],"span":[58,2,8]},{"path":[4,7,2,0,1],"span":[58,9,18]},{"path":[4,7,2,0,3],"span":[58,20,21]},{"path":[4,7,2,1],"span":[59,2,18]},{"path":[4,7,2,1,5],"span":[59,2,8]},{"path":[4,7,2,1,1],"span":[59,9,13]},{"path":[4,7,2,1,3],"span":[59,16,17]},{"path":[4,8],"span":[62,0,78,1]},{"path":[4,8,1],"span":[62,8,14]},{"path":[4,8,4,0],"span":[63,2,67,3]},{"path":[4,8,4,0,1],"span":[63,7,17]},{"path":[4,8,4,0,2,0],"span":[64,4,20]},{"path":[4,8,4,0,2,0,1],"span":[64,4,15]},{"path":[4,8,4,0,2,0,2],"span":[64,18,19]},{"path":[4,8,4,0,2,1],"span":[65,4,14]},{"path":[4,8,4,0,2,1,1],"span":[65,4,9]},{"path":[4,8,4,0,2,1,2],"span":[65,12,13]},{"path":[4,8,4,0,2,2],"span":[66,4,18]},{"path":[4,8,4,0,2,2,1],"span":[66,4,13]},{"path":[4,8,4,0,2,2,2],"span":[66,16,17]},{"path":[4,8,2,0],"span":[69,2,32]},{"path":[4,8,2,0,4],"span":[69,2,10]},{"path":[4,8,2,0,6],"span":[69,11,18]},{"path":[4,8,2,0,1],"span":[69,19,27]},{"path":[4,8,2,0,3],"span":[69,30,31]},{"path":[4,8,2,1],"span":[70,2,29]},{"path":[4,8,2,1,6],"span":[70,2,12]},{"path":[4,8,2,1,1],"span":[70,13,24]},{"path":[4,8,2,1,3],"span":[70,27,28]},{"path":[4,8,2,2],"span":[71,2,38]},{"path":[4,8,2,2,4],"span":[71,2,10]},{"path":[4,8,2,2,6],"span":[71,11,21]},{"path":[4,8,2,2,1],"span":[71,22,33]},{"path":[4,8,2,2,3],"span":[71,36,37]},{"path":[4,8,8,0],"span":[72,2,75,3]},{"path":[4,8,8,0,1],"span":[72,8,18]},{"path":[4,8,2,3],"span":[73,4,40]},{"path":[4,8,2,3,6],"span":[73,4,9]},{"path":[4,8,2,3,1],"span":[73,10,15]},{"path":[4,8,2,3,3],"span":[73,18,19]},{"path":[4,8,2,3,8],"span":[73,20,39]},{"path":[4,8,2,3,8,3],"span":[73,21,38]},{"path":[4,8,2,4],"span":[74,4,48]},{"path":[4,8,2,4,6],"span":[74,4,13]},{"path":[4,8,2,4,1],"span":[74,14,23]},{"path":[4,8,2,4,3],"span":[74,26,27]},{"path":[4,8,2,4,8],"span":[74,28,47]},{"path":[4,8,2,4,8,3],"span":[74,29,46]},{"path":[4,8,2,5],"span":[76,2,41]},{"path":[4,8,2,5,6],"span":[76,2,18]},{"path":[4,8,2,5,1],"span":[76,19,36]},{"path":[4,8,2,5,3],"span":[76,39,40]},{"path":[4,8,2,6],"span":[77,2,16]},{"path":[4,8,2,6,5],"span":[77,2,8]},{"path":[4,8,2,6,1],"span":[77,9,11]},{"path":[4,8,2,6,3],"span":[77,14,15]},{"path":[4,9],"span":[80,0,82,1]},{"path":[4,9,1],"span":[80,8,17]},{"path":[4,9,2,0],"span":[81,2,30]},{"path":[4,9,2,0,4],"span":[81,2,10]},{"path":[4,9,2,0,5],"span":[81,11,17]},{"path":[4,9,2,0,1],"span":[81,18,25]},{"path":[4,9,2,0,3],"span":[81,28,29]},{"path":[4,10],"span":[84,0,96,1]},{"path":[4,10,1],"span":[84,8,24]},{"path":[4,10,4,0],"span":[86,2,90,3]},{"path":[4,10,4,0,1],"span":[86,7,16]},{"path":[4,10,4,0,2,0],"span":[87,4,12]},{"path":[4,10,4,0,2,0,1],"span":[87,4,7]},{"path":[4,10,4,0,2,0,2],"span":[87,10,11]},{"path":[4,10,4,0,2,1],"span":[88,4,14]},{"path":[4,10,4,0,2,1,1],"span":[88,4,9]},{"path":[4,10,4,0,2,1,2],"span":[88,12,13]},{"path":[4,10,4,0,2,2],"span":[89,4,18]},{"path":[4,10,4,0,2,2,1],"span":[89,4,13]},{"path":[4,10,4,0,2,2,2],"span":[89,16,17]},{"path":[4,10,2,0],"span":[92,2,36]},{"path":[4,10,2,0,4],"span":[92,2,10]},{"path":[4,10,2,0,6],"span":[92,11,20]},{"path":[4,10,2,0,1],"span":[92,21,31]},{"path":[4,10,2,0,3],"span":[92,34,35]},{"path":[4,10,2,1],"span":[93,2,47]},{"path":[4,10,2,1,4],"span":[93,2,10]},{"path":[4,10,2,1,5],"span":[93,11,17]},{"path":[4,10,2,1,1],"span":[93,18,25]},{"path":[4,10,2,1,3],"span":[93,28,29]},{"path":[4,10,2,1,8],"span":[93,29,46]},{"path":[4,10,2,1,8,3],"span":[93,30,45]},{"path":[4,10,2,2],"span":[94,2,33]},{"path":[4,10,2,2,4],"span":[94,2,10]},{"path":[4,10,2,2,5],"span":[94,11,17]},{"path":[4,10,2,2,1],"span":[94,18,28]},{"path":[4,10,2,2,3],"span":[94,31,32]},{"path":[4,10,2,3],"span":[95,2,39]},{"path":[4,10,2,3,4],"span":[95,2,10]},{"path":[4,10,2,3,6],"span":[95,11,21]},{"path":[4,10,2,3,1],"span":[95,22,34]},{"path":[4,10,2,3,3],"span":[95,37,38]},{"path":[5,0],"span":[98,0,102,1]},{"path":[5,0,1],"span":[98,5,15]},{"path":[5,0,2,0],"span":[99,2,27]},{"path":[5,0,2,0,1],"span":[99,2,22]},{"path":[5,0,2,0,2],"span":[99,25,26]},{"path":[5,0,2,1],"span":[100,2,12]},{"path":[5,0,2,1,1],"span":[100,2,7]},{"path":[5,0,2,1,2],"span":[100,10,11]},{"path":[5,0,2,2],"span":[101,2,11]},{"path":[5,0,2,2,1],"span":[101,2,6]},{"path":[5,0,2,2,2],"span":[101,9,10]},{"path":[4,11],"span":[104,0,117,1]},{"path":[4,11,1],"span":[104,8,18]},{"path":[4,11,4,0],"span":[105,2,110,3]},{"path":[4,11,4,0,1],"span":[105,7,17]},{"path":[4,11,4,0,2,0],"span":[106,4,28]},{"path":[4,11,4,0,2,0,1],"span":[106,4,23]},{"path":[4,11,4,0,2,0,2],"span":[106,26,27]},{"path":[4,11,4,0,2,1],"span":[107,4,16]},{"path":[4,11,4,0,2,1,1],"span":[107,4,11]},{"path":[4,11,4,0,2,1,2],"span":[107,14,15]},{"path":[4,11,4,0,2,2],"span":[108,4,13]},{"path":[4,11,4,0,2,2,1],"span":[108,4,8]},{"path":[4,11,4,0,2,2,2],"span":[108,11,12]},{"path":[4,11,4,0,2,3],"span":[109,4,11]},{"path":[4,11,4,0,2,3,1],"span":[109,4,6]},{"path":[4,11,4,0,2,3,2],"span":[109,9,10]},{"path":[4,11,2,0],"span":[111,2,22]},{"path":[4,11,2,0,6],"span":[111,2,12]},{"path":[4,11,2,0,1],"span":[111,13,17]},{"path":[4,11,2,0,3],"span":[111,20,21]},{"path":[4,11,8,0],"span":[112,2,116,3]},{"path":[4,11,8,0,1],"span":[112,8,12]},{"path":[4,11,2,1],"span":[113,4,32]},{"path":[4,11,2,1,6],"span":[113,4,14]},{"path":[4,11,2,1,1],"span":[113,15,27]},{"path":[4,11,2,1,3],"span":[113,30,31]},{"path":[4,11,2,2],"span":[114,4,23]},{"path":[4,11,2,2,6],"span":[114,4,10]},{"path":[4,11,2,2,1],"span":[114,11,18]},{"path":[4,11,2,2,3],"span":[114,21,22]},{"path":[4,11,2,3],"span":[115,4,22]},{"path":[4,11,2,3,5],"span":[115,4,10]},{"path":[4,11,2,3,1],"span":[115,11,17]},{"path":[4,11,2,3,3],"span":[115,20,21]},{"path":[4,12],"span":[119,0,123,1]},{"path":[4,12,1],"span":[119,8,18]},{"path":[4,12,2,0],"span":[120,2,22]},{"path":[4,12,2,0,6],"span":[120,2,12]},{"path":[4,12,2,0,1],"span":[120,13,17]},{"path":[4,12,2,0,3],"span":[120,20,21]},{"path":[4,12,2,1],"span":[121,2,20]},{"path":[4,12,2,1,5],"span":[121,2,8]},{"path":[4,12,2,1,1],"span":[121,9,15]},{"path":[4,12,2,1,3],"span":[121,18,19]},{"path":[4,12,2,2],"span":[122,2,31]},{"path":[4,12,2,2,4],"span":[122,2,10]},{"path":[4,12,2,2,6],"span":[122,11,21]},{"path":[4,12,2,2,1],"span":[122,22,26]},{"path":[4,12,2,2,3],"span":[122,29,30]},{"path":[4,13],"span":[125,0,129,1]},{"path":[4,13,1],"span":[125,8,18]},{"path":[4,13,2,0],"span":[126,2,20]},{"path":[4,13,2,0,5],"span":[126,2,6]},{"path":[4,13,2,0,1],"span":[126,7,15]},{"path":[4,13,2,0,3],"span":[126,18,19]},{"path":[4,13,2,1],"span":[127,2,25]},{"path":[4,13,2,1,5],"span":[127,2,7]},{"path":[4,13,2,1,1],"span":[127,8,20]},{"path":[4,13,2,1,3],"span":[127,23,24]},{"path":[4,13,2,2],"span":[128,2,31]},{"path":[4,13,2,2,5],"span":[128,2,6]},{"path":[4,13,2,2,1],"span":[128,7,26]},{"path":[4,13,2,2,3],"span":[128,29,30]},{"path":[4,14],"span":[131,0,144,1]},{"path":[4,14,1],"span":[131,8,14]},{"path":[4,14,4,0],"span":[132,2,136,3]},{"path":[4,14,4,0,1],"span":[132,7,15]},{"path":[4,14,4,0,2,0],"span":[133,4,26]},{"path":[4,14,4,0,2,0,1],"span":[133,4,21]},{"path":[4,14,4,0,2,0,2],"span":[133,24,25]},{"path":[4,14,4,0,2,1],"span":[134,4,13]},{"path":[4,14,4,0,2,1,1],"span":[134,4,8]},{"path":[4,14,4,0,2,1,2],"span":[134,11,12]},{"path":[4,14,4,0,2,2],"span":[135,4,14]},{"path":[4,14,4,0,2,2,1],"span":[135,4,9]},{"path":[4,14,4,0,2,2,2],"span":[135,12,13]},{"path":[4,14,2,0],"span":[137,2,18]},{"path":[4,14,2,0,5],"span":[137,2,8]},{"path":[4,14,2,0,1],"span":[137,9,13]},{"path":[4,14,2,0,3],"span":[137,16,17]},{"path":[4,14,2,1],"span":[138,2,25]},{"path":[4,14,2,1,5],"span":[138,2,8]},{"path":[4,14,2,1,1],"span":[138,9,20]},{"path":[4,14,2,1,3],"span":[138,23,24]},{"path":[4,14,2,2],"span":[139,2,20]},{"path":[4,14,2,2,5],"span":[139,2,8]},{"path":[4,14,2,2,1],"span":[139,9,15]},{"path":[4,14,2,2,3],"span":[139,18,19]},{"path":[4,14,2,3],"span":[140,2,25]},{"path":[4,14,2,3,5],"span":[140,2,6]},{"path":[4,14,2,3,1],"span":[140,7,20]},{"path":[4,14,2,3,3],"span":[140,23,24]},{"path":[4,14,2,4],"span":[141,2,27]},{"path":[4,14,2,4,5],"span":[141,2,6]},{"path":[4,14,2,4,1],"span":[141,7,22]},{"path":[4,14,2,4,3],"span":[141,25,26]},{"path":[4,14,2,5],"span":[142,2,25]},{"path":[4,14,2,5,6],"span":[142,2,10]},{"path":[4,14,2,5,1],"span":[142,11,20]},{"path":[4,14,2,5,3],"span":[142,23,24]},{"path":[4,14,2,6],"span":[143,2,17]},{"path":[4,14,2,6,5],"span":[143,2,7]},{"path":[4,14,2,6,1],"span":[143,8,12]},{"path":[4,14,2,6,3],"span":[143,15,16]},{"path":[4,15],"span":[146,0,154,1]},{"path":[4,15,1],"span":[146,8,13]},{"path":[4,15,4,0],"span":[147,2,151,3]},{"path":[4,15,4,0,1],"span":[147,7,16]},{"path":[4,15,4,0,2,0],"span":[148,4,12]},{"path":[4,15,4,0,2,0,1],"span":[148,4,7]},{"path":[4,15,4,0,2,0,2],"span":[148,10,11]},{"path":[4,15,4,0,2,1],"span":[149,4,14]},{"path":[4,15,4,0,2,1,1],"span":[149,4,9]},{"path":[4,15,4,0,2,1,2],"span":[149,12,13]},{"path":[4,15,4,0,2,2],"span":[150,4,18]},{"path":[4,15,4,0,2,2,1],"span":[150,4,13]},{"path":[4,15,4,0,2,2,2],"span":[150,16,17]},{"path":[4,15,2,0],"span":[153,2,27]},{"path":[4,15,2,0,6],"span":[153,2,11]},{"path":[4,15,2,0,1],"span":[153,12,22]},{"path":[4,15,2,0,3],"span":[153,25,26]},{"path":[4,16],"span":[156,0,164,1]},{"path":[4,16,1],"span":[156,8,18]},{"path":[4,16,4,0],"span":[157,2,160,3]},{"path":[4,16,4,0,1],"span":[157,7,21]},{"path":[4,16,4,0,2,0],"span":[159,4,20]},{"path":[4,16,4,0,2,0,1],"span":[159,4,15]},{"path":[4,16,4,0,2,0,2],"span":[159,18,19]},{"path":[4,16,2,0],"span":[162,2,26]},{"path":[4,16,2,0,6],"span":[162,2,16]},{"path":[4,16,2,0,1],"span":[162,17,21]},{"path":[4,16,2,0,3],"span":[162,24,25]},{"path":[4,16,2,1],"span":[163,2,16]},{"path":[4,16,2,1,5],"span":[163,2,8]},{"path":[4,16,2,1,1],"span":[163,9,11]},{"path":[4,16,2,1,3],"span":[163,14,15]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
1
+ {"file":[{"name":"proto/scanningconfig.proto","package":"lansweeper.scanningconfig.v1","messageType":[{"name":"GetConfigurationsBySourceRequest","field":[{"name":"source_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sourceId"},{"name":"site_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"}]},{"name":"GetConfigurationsBySourceResponse","field":[{"name":"configs","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Component","jsonName":"configs"}]},{"name":"Component","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.Component.ComponentType","jsonName":"type"},{"name":"actions","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Action","jsonName":"actions"},{"name":"op_config","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.OperationalConfig","oneofIndex":0,"jsonName":"opConfig","proto3Optional":true},{"name":"enabled","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"}],"enumType":[{"name":"ComponentType","value":[{"name":"UNSPECIFIED","number":0},{"name":"AGENT","number":1},{"name":"IT_SENSOR","number":2},{"name":"IT_HUB","number":3},{"name":"OT_SENSOR","number":4}]}],"oneofDecl":[{"name":"_op_config"}]},{"name":"AssetRadar","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"},{"name":"excluded_interfaces","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"excludedInterfaces"}],"options":{"deprecated":true}},{"name":"NetworkVisibility","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"},{"name":"excluded_interfaces","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"excludedInterfaces"}]},{"name":"AutoUpdate","field":[{"name":"enabled","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"enabled"},{"name":"schedule","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"schedule"}]},{"name":"OperationalConfig","field":[{"name":"asset_radar_config","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.AssetRadar","oneofIndex":0,"jsonName":"assetRadarConfig","options":{"deprecated":true},"proto3Optional":true},{"name":"auto_update_config","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.AutoUpdate","oneofIndex":1,"jsonName":"autoUpdateConfig","proto3Optional":true},{"name":"network_visibility_config","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.NetworkVisibility","oneofIndex":2,"jsonName":"networkVisibilityConfig","proto3Optional":true}],"oneofDecl":[{"name":"_asset_radar_config"},{"name":"_auto_update_config"},{"name":"_network_visibility_config"}]},{"name":"Trigger","field":[{"name":"cron_expr","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"cronExpr"},{"name":"name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"}]},{"name":"Action","field":[{"name":"triggers","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Trigger","jsonName":"triggers"},{"name":"action_type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.Action.ActionType","jsonName":"actionType"},{"name":"credentials","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Credential","jsonName":"credentials"},{"name":"agent","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Agent","oneofIndex":0,"jsonName":"agent","options":{"deprecated":true}},{"name":"agentless","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.Agentless","oneofIndex":0,"jsonName":"agentless","options":{"deprecated":true}},{"name":"action_definition","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ActionDefinition","jsonName":"actionDefinition"},{"name":"id","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}],"enumType":[{"name":"ActionType","value":[{"name":"UNSPECIFIED","number":0},{"name":"AGENT","number":1},{"name":"AGENTLESS","number":2}]}],"oneofDecl":[{"name":"definition"}]},{"name":"Agentless","field":[{"name":"targets","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"targets"}]},{"name":"ActionDefinition","field":[{"name":"scan_focus","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.ActionDefinition.ScanFocus","oneofIndex":0,"jsonName":"scanFocus","proto3Optional":true},{"name":"targets","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"targets","options":{"deprecated":true}},{"name":"exclusions","number":3,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"exclusions"},{"name":"targets_data","number":4,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.TargetData","jsonName":"targetsData"}],"enumType":[{"name":"ScanFocus","value":[{"name":"ALL","number":0},{"name":"USERS","number":1},{"name":"INVENTORY","number":2}]}],"oneofDecl":[{"name":"_scan_focus"}]},{"name":"TargetData","field":[{"name":"type","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.TargetData.TargetType","jsonName":"type"},{"name":"ip_scan_data","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.IPScanData","oneofIndex":0,"jsonName":"ipScanData"},{"name":"ad_data","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.ADData","oneofIndex":0,"jsonName":"adData"},{"name":"target","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","oneofIndex":0,"jsonName":"target","options":{"deprecated":true}},{"name":"sccm_data","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.SCCMData","oneofIndex":0,"jsonName":"sccmData"}],"enumType":[{"name":"TargetType","value":[{"name":"UNKNOWN_TARGET_TYPE","number":0},{"name":"IP_SCAN","number":1},{"name":"SCCM","number":2},{"name":"AD","number":3}]}],"oneofDecl":[{"name":"info"}]},{"name":"SCCMData","field":[{"name":"target","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"target"}]},{"name":"IPScanData","field":[{"name":"type","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.IPScanType","jsonName":"type"},{"name":"target","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"target"},{"name":"ping","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.scanningconfig.v1.IPScanPing","oneofIndex":0,"jsonName":"ping","proto3Optional":true}],"oneofDecl":[{"name":"_ping"}]},{"name":"IPScanPing","field":[{"name":"use_ping","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"usePing"},{"name":"ping_timeout","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"pingTimeout"},{"name":"keep_no_answer_scan","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"keepNoAnswerScan"}]},{"name":"ADData","field":[{"name":"name","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"adsi_filter","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"adsiFilter"},{"name":"domain","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"domain"},{"name":"computer_scan","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"computerScan"},{"name":"user_group_scan","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"userGroupScan"},{"name":"ldap_type","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.ADData.LDAPType","jsonName":"ldapType"},{"name":"port","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"port"}],"enumType":[{"name":"LDAPType","value":[{"name":"UNKNOWN_LDAP_TYPE","number":0},{"name":"LDAP","number":1},{"name":"LDAPS","number":2}]}]},{"name":"Agent","field":[{"name":"scan_focus","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.Agent.ScanFocus","jsonName":"scanFocus"}],"enumType":[{"name":"ScanFocus","value":[{"name":"ALL","number":0},{"name":"USERS","number":1},{"name":"INVENTORY","number":2}]}]},{"name":"Credential","field":[{"name":"type","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.Credential.CredentialType","jsonName":"type","options":{"deprecated":true}},{"name":"id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"order","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"order"}],"enumType":[{"name":"CredentialType","value":[{"name":"UNSPECIFIED","number":0}]}]}],"enumType":[{"name":"IPScanType","value":[{"name":"UNKNOWN_IP_SCAN_TYPE","number":0},{"name":"RANGE","number":1},{"name":"HOST","number":2}]}],"service":[{"name":"ScanningConfigService","method":[{"name":"GetConfigurationsBySource","inputType":".lansweeper.scanningconfig.v1.GetConfigurationsBySourceRequest","outputType":".lansweeper.scanningconfig.v1.GetConfigurationsBySourceResponse","options":{}}]}],"options":{"goPackage":"./generated-go"},"sourceCodeInfo":{"location":[{"span":[0,0,170,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,37]},{"path":[8],"span":[3,0,37]},{"path":[8,11],"span":[3,0,37]},{"path":[6,0],"span":[5,0,7,1]},{"path":[6,0,1],"span":[5,8,29]},{"path":[6,0,2,0],"span":[6,2,112]},{"path":[6,0,2,0,1],"span":[6,6,31]},{"path":[6,0,2,0,2],"span":[6,32,64]},{"path":[6,0,2,0,3],"span":[6,75,108]},{"path":[4,0],"span":[9,0,12,1]},{"path":[4,0,1],"span":[9,8,40]},{"path":[4,0,2,0],"span":[10,2,23]},{"path":[4,0,2,0,5],"span":[10,2,8]},{"path":[4,0,2,0,1],"span":[10,9,18]},{"path":[4,0,2,0,3],"span":[10,21,22]},{"path":[4,0,2,1],"span":[11,2,21]},{"path":[4,0,2,1,5],"span":[11,2,8]},{"path":[4,0,2,1,1],"span":[11,9,16]},{"path":[4,0,2,1,3],"span":[11,19,20]},{"path":[4,1],"span":[14,0,16,1]},{"path":[4,1,1],"span":[14,8,41]},{"path":[4,1,2,0],"span":[15,2,33]},{"path":[4,1,2,0,4],"span":[15,2,10]},{"path":[4,1,2,0,6],"span":[15,11,20]},{"path":[4,1,2,0,1],"span":[15,21,28]},{"path":[4,1,2,0,3],"span":[15,31,32]},{"path":[4,2],"span":[18,0,32,1]},{"path":[4,2,1],"span":[18,8,17]},{"path":[4,2,4,0],"span":[19,2,25,3]},{"path":[4,2,4,0,1],"span":[19,7,20]},{"path":[4,2,4,0,2,0],"span":[20,4,20]},{"path":[4,2,4,0,2,0,1],"span":[20,4,15]},{"path":[4,2,4,0,2,0,2],"span":[20,18,19]},{"path":[4,2,4,0,2,1],"span":[21,4,14]},{"path":[4,2,4,0,2,1,1],"span":[21,4,9]},{"path":[4,2,4,0,2,1,2],"span":[21,12,13]},{"path":[4,2,4,0,2,2],"span":[22,4,18]},{"path":[4,2,4,0,2,2,1],"span":[22,4,13]},{"path":[4,2,4,0,2,2,2],"span":[22,16,17]},{"path":[4,2,4,0,2,3],"span":[23,4,15]},{"path":[4,2,4,0,2,3,1],"span":[23,4,10]},{"path":[4,2,4,0,2,3,2],"span":[23,13,14]},{"path":[4,2,4,0,2,4],"span":[24,4,18]},{"path":[4,2,4,0,2,4,1],"span":[24,4,13]},{"path":[4,2,4,0,2,4,2],"span":[24,16,17]},{"path":[4,2,2,0],"span":[27,2,16]},{"path":[4,2,2,0,5],"span":[27,2,8]},{"path":[4,2,2,0,1],"span":[27,9,11]},{"path":[4,2,2,0,3],"span":[27,14,15]},{"path":[4,2,2,1],"span":[28,2,25]},{"path":[4,2,2,1,6],"span":[28,2,15]},{"path":[4,2,2,1,1],"span":[28,16,20]},{"path":[4,2,2,1,3],"span":[28,23,24]},{"path":[4,2,2,2],"span":[29,2,30]},{"path":[4,2,2,2,4],"span":[29,2,10]},{"path":[4,2,2,2,6],"span":[29,11,17]},{"path":[4,2,2,2,1],"span":[29,18,25]},{"path":[4,2,2,2,3],"span":[29,28,29]},{"path":[4,2,2,3],"span":[30,2,43]},{"path":[4,2,2,3,4],"span":[30,2,10]},{"path":[4,2,2,3,6],"span":[30,11,28]},{"path":[4,2,2,3,1],"span":[30,29,38]},{"path":[4,2,2,3,3],"span":[30,41,42]},{"path":[4,2,2,4],"span":[31,2,19]},{"path":[4,2,2,4,5],"span":[31,2,6]},{"path":[4,2,2,4,1],"span":[31,7,14]},{"path":[4,2,2,4,3],"span":[31,17,18]},{"path":[4,3],"span":[36,0,40,1]},{"path":[4,3,1],"span":[36,8,18]},{"path":[4,3,7],"span":[37,2,27]},{"path":[4,3,7,3],"span":[37,2,27]},{"path":[4,3,2,0],"span":[38,2,19]},{"path":[4,3,2,0,5],"span":[38,2,6]},{"path":[4,3,2,0,1],"span":[38,7,14]},{"path":[4,3,2,0,3],"span":[38,17,18]},{"path":[4,3,2,1],"span":[39,2,42]},{"path":[4,3,2,1,4],"span":[39,2,10]},{"path":[4,3,2,1,5],"span":[39,11,17]},{"path":[4,3,2,1,1],"span":[39,18,37]},{"path":[4,3,2,1,3],"span":[39,40,41]},{"path":[4,4],"span":[42,0,45,1]},{"path":[4,4,1],"span":[42,8,25]},{"path":[4,4,2,0],"span":[43,2,19]},{"path":[4,4,2,0,5],"span":[43,2,6]},{"path":[4,4,2,0,1],"span":[43,7,14]},{"path":[4,4,2,0,3],"span":[43,17,18]},{"path":[4,4,2,1],"span":[44,2,42]},{"path":[4,4,2,1,4],"span":[44,2,10]},{"path":[4,4,2,1,5],"span":[44,11,17]},{"path":[4,4,2,1,1],"span":[44,18,37]},{"path":[4,4,2,1,3],"span":[44,40,41]},{"path":[4,5],"span":[46,0,49,1]},{"path":[4,5,1],"span":[46,8,18]},{"path":[4,5,2,0],"span":[47,2,19]},{"path":[4,5,2,0,5],"span":[47,2,6]},{"path":[4,5,2,0,1],"span":[47,7,14]},{"path":[4,5,2,0,3],"span":[47,17,18]},{"path":[4,5,2,1],"span":[48,2,22]},{"path":[4,5,2,1,5],"span":[48,2,8]},{"path":[4,5,2,1,1],"span":[48,9,17]},{"path":[4,5,2,1,3],"span":[48,20,21]},{"path":[4,6],"span":[51,0,55,1]},{"path":[4,6,1],"span":[51,8,25]},{"path":[4,6,2,0],"span":[52,2,65]},{"path":[4,6,2,0,4],"span":[52,2,10]},{"path":[4,6,2,0,6],"span":[52,11,21]},{"path":[4,6,2,0,1],"span":[52,22,40]},{"path":[4,6,2,0,3],"span":[52,43,44]},{"path":[4,6,2,0,8],"span":[52,45,64]},{"path":[4,6,2,0,8,3],"span":[52,46,63]},{"path":[4,6,2,1],"span":[53,2,45]},{"path":[4,6,2,1,4],"span":[53,2,10]},{"path":[4,6,2,1,6],"span":[53,11,21]},{"path":[4,6,2,1,1],"span":[53,22,40]},{"path":[4,6,2,1,3],"span":[53,43,44]},{"path":[4,6,2,2],"span":[54,2,59]},{"path":[4,6,2,2,4],"span":[54,2,10]},{"path":[4,6,2,2,6],"span":[54,11,28]},{"path":[4,6,2,2,1],"span":[54,29,54]},{"path":[4,6,2,2,3],"span":[54,57,58]},{"path":[4,7],"span":[57,0,60,1]},{"path":[4,7,1],"span":[57,8,15]},{"path":[4,7,2,0],"span":[58,2,22]},{"path":[4,7,2,0,5],"span":[58,2,8]},{"path":[4,7,2,0,1],"span":[58,9,18]},{"path":[4,7,2,0,3],"span":[58,20,21]},{"path":[4,7,2,1],"span":[59,2,18]},{"path":[4,7,2,1,5],"span":[59,2,8]},{"path":[4,7,2,1,1],"span":[59,9,13]},{"path":[4,7,2,1,3],"span":[59,16,17]},{"path":[4,8],"span":[62,0,78,1]},{"path":[4,8,1],"span":[62,8,14]},{"path":[4,8,4,0],"span":[63,2,67,3]},{"path":[4,8,4,0,1],"span":[63,7,17]},{"path":[4,8,4,0,2,0],"span":[64,4,20]},{"path":[4,8,4,0,2,0,1],"span":[64,4,15]},{"path":[4,8,4,0,2,0,2],"span":[64,18,19]},{"path":[4,8,4,0,2,1],"span":[65,4,14]},{"path":[4,8,4,0,2,1,1],"span":[65,4,9]},{"path":[4,8,4,0,2,1,2],"span":[65,12,13]},{"path":[4,8,4,0,2,2],"span":[66,4,18]},{"path":[4,8,4,0,2,2,1],"span":[66,4,13]},{"path":[4,8,4,0,2,2,2],"span":[66,16,17]},{"path":[4,8,2,0],"span":[69,2,32]},{"path":[4,8,2,0,4],"span":[69,2,10]},{"path":[4,8,2,0,6],"span":[69,11,18]},{"path":[4,8,2,0,1],"span":[69,19,27]},{"path":[4,8,2,0,3],"span":[69,30,31]},{"path":[4,8,2,1],"span":[70,2,29]},{"path":[4,8,2,1,6],"span":[70,2,12]},{"path":[4,8,2,1,1],"span":[70,13,24]},{"path":[4,8,2,1,3],"span":[70,27,28]},{"path":[4,8,2,2],"span":[71,2,38]},{"path":[4,8,2,2,4],"span":[71,2,10]},{"path":[4,8,2,2,6],"span":[71,11,21]},{"path":[4,8,2,2,1],"span":[71,22,33]},{"path":[4,8,2,2,3],"span":[71,36,37]},{"path":[4,8,8,0],"span":[72,2,75,3]},{"path":[4,8,8,0,1],"span":[72,8,18]},{"path":[4,8,2,3],"span":[73,4,40]},{"path":[4,8,2,3,6],"span":[73,4,9]},{"path":[4,8,2,3,1],"span":[73,10,15]},{"path":[4,8,2,3,3],"span":[73,18,19]},{"path":[4,8,2,3,8],"span":[73,20,39]},{"path":[4,8,2,3,8,3],"span":[73,21,38]},{"path":[4,8,2,4],"span":[74,4,48]},{"path":[4,8,2,4,6],"span":[74,4,13]},{"path":[4,8,2,4,1],"span":[74,14,23]},{"path":[4,8,2,4,3],"span":[74,26,27]},{"path":[4,8,2,4,8],"span":[74,28,47]},{"path":[4,8,2,4,8,3],"span":[74,29,46]},{"path":[4,8,2,5],"span":[76,2,41]},{"path":[4,8,2,5,6],"span":[76,2,18]},{"path":[4,8,2,5,1],"span":[76,19,36]},{"path":[4,8,2,5,3],"span":[76,39,40]},{"path":[4,8,2,6],"span":[77,2,16]},{"path":[4,8,2,6,5],"span":[77,2,8]},{"path":[4,8,2,6,1],"span":[77,9,11]},{"path":[4,8,2,6,3],"span":[77,14,15]},{"path":[4,9],"span":[80,0,82,1]},{"path":[4,9,1],"span":[80,8,17]},{"path":[4,9,2,0],"span":[81,2,30]},{"path":[4,9,2,0,4],"span":[81,2,10]},{"path":[4,9,2,0,5],"span":[81,11,17]},{"path":[4,9,2,0,1],"span":[81,18,25]},{"path":[4,9,2,0,3],"span":[81,28,29]},{"path":[4,10],"span":[84,0,96,1]},{"path":[4,10,1],"span":[84,8,24]},{"path":[4,10,4,0],"span":[86,2,90,3]},{"path":[4,10,4,0,1],"span":[86,7,16]},{"path":[4,10,4,0,2,0],"span":[87,4,12]},{"path":[4,10,4,0,2,0,1],"span":[87,4,7]},{"path":[4,10,4,0,2,0,2],"span":[87,10,11]},{"path":[4,10,4,0,2,1],"span":[88,4,14]},{"path":[4,10,4,0,2,1,1],"span":[88,4,9]},{"path":[4,10,4,0,2,1,2],"span":[88,12,13]},{"path":[4,10,4,0,2,2],"span":[89,4,18]},{"path":[4,10,4,0,2,2,1],"span":[89,4,13]},{"path":[4,10,4,0,2,2,2],"span":[89,16,17]},{"path":[4,10,2,0],"span":[92,2,36]},{"path":[4,10,2,0,4],"span":[92,2,10]},{"path":[4,10,2,0,6],"span":[92,11,20]},{"path":[4,10,2,0,1],"span":[92,21,31]},{"path":[4,10,2,0,3],"span":[92,34,35]},{"path":[4,10,2,1],"span":[93,2,48]},{"path":[4,10,2,1,4],"span":[93,2,10]},{"path":[4,10,2,1,5],"span":[93,11,17]},{"path":[4,10,2,1,1],"span":[93,18,25]},{"path":[4,10,2,1,3],"span":[93,28,29]},{"path":[4,10,2,1,8],"span":[93,30,47]},{"path":[4,10,2,1,8,3],"span":[93,31,46]},{"path":[4,10,2,2],"span":[94,2,33]},{"path":[4,10,2,2,4],"span":[94,2,10]},{"path":[4,10,2,2,5],"span":[94,11,17]},{"path":[4,10,2,2,1],"span":[94,18,28]},{"path":[4,10,2,2,3],"span":[94,31,32]},{"path":[4,10,2,3],"span":[95,2,39]},{"path":[4,10,2,3,4],"span":[95,2,10]},{"path":[4,10,2,3,6],"span":[95,11,21]},{"path":[4,10,2,3,1],"span":[95,22,34]},{"path":[4,10,2,3,3],"span":[95,37,38]},{"path":[5,0],"span":[98,0,102,1]},{"path":[5,0,1],"span":[98,5,15]},{"path":[5,0,2,0],"span":[99,2,27]},{"path":[5,0,2,0,1],"span":[99,2,22]},{"path":[5,0,2,0,2],"span":[99,25,26]},{"path":[5,0,2,1],"span":[100,2,12]},{"path":[5,0,2,1,1],"span":[100,2,7]},{"path":[5,0,2,1,2],"span":[100,10,11]},{"path":[5,0,2,2],"span":[101,2,11]},{"path":[5,0,2,2,1],"span":[101,2,6]},{"path":[5,0,2,2,2],"span":[101,9,10]},{"path":[4,11],"span":[104,0,118,1]},{"path":[4,11,1],"span":[104,8,18]},{"path":[4,11,4,0],"span":[105,2,110,3]},{"path":[4,11,4,0,1],"span":[105,7,17]},{"path":[4,11,4,0,2,0],"span":[106,4,28]},{"path":[4,11,4,0,2,0,1],"span":[106,4,23]},{"path":[4,11,4,0,2,0,2],"span":[106,26,27]},{"path":[4,11,4,0,2,1],"span":[107,4,16]},{"path":[4,11,4,0,2,1,1],"span":[107,4,11]},{"path":[4,11,4,0,2,1,2],"span":[107,14,15]},{"path":[4,11,4,0,2,2],"span":[108,4,13]},{"path":[4,11,4,0,2,2,1],"span":[108,4,8]},{"path":[4,11,4,0,2,2,2],"span":[108,11,12]},{"path":[4,11,4,0,2,3],"span":[109,4,11]},{"path":[4,11,4,0,2,3,1],"span":[109,4,6]},{"path":[4,11,4,0,2,3,2],"span":[109,9,10]},{"path":[4,11,2,0],"span":[111,2,22]},{"path":[4,11,2,0,6],"span":[111,2,12]},{"path":[4,11,2,0,1],"span":[111,13,17]},{"path":[4,11,2,0,3],"span":[111,20,21]},{"path":[4,11,8,0],"span":[112,2,117,3]},{"path":[4,11,8,0,1],"span":[112,8,12]},{"path":[4,11,2,1],"span":[113,4,32]},{"path":[4,11,2,1,6],"span":[113,4,14]},{"path":[4,11,2,1,1],"span":[113,15,27]},{"path":[4,11,2,1,3],"span":[113,30,31]},{"path":[4,11,2,2],"span":[114,4,23]},{"path":[4,11,2,2,6],"span":[114,4,10]},{"path":[4,11,2,2,1],"span":[114,11,18]},{"path":[4,11,2,2,3],"span":[114,21,22]},{"path":[4,11,2,3],"span":[115,4,40]},{"path":[4,11,2,3,5],"span":[115,4,10]},{"path":[4,11,2,3,1],"span":[115,11,17]},{"path":[4,11,2,3,3],"span":[115,20,21]},{"path":[4,11,2,3,8],"span":[115,22,39]},{"path":[4,11,2,3,8,3],"span":[115,23,38]},{"path":[4,11,2,4],"span":[116,4,27]},{"path":[4,11,2,4,6],"span":[116,4,12]},{"path":[4,11,2,4,1],"span":[116,13,22]},{"path":[4,11,2,4,3],"span":[116,25,26]},{"path":[4,12],"span":[120,0,122,1]},{"path":[4,12,1],"span":[120,8,16]},{"path":[4,12,2,0],"span":[121,2,20]},{"path":[4,12,2,0,5],"span":[121,2,8]},{"path":[4,12,2,0,1],"span":[121,9,15]},{"path":[4,12,2,0,3],"span":[121,18,19]},{"path":[4,13],"span":[124,0,128,1]},{"path":[4,13,1],"span":[124,8,18]},{"path":[4,13,2,0],"span":[125,2,22]},{"path":[4,13,2,0,6],"span":[125,2,12]},{"path":[4,13,2,0,1],"span":[125,13,17]},{"path":[4,13,2,0,3],"span":[125,20,21]},{"path":[4,13,2,1],"span":[126,2,20]},{"path":[4,13,2,1,5],"span":[126,2,8]},{"path":[4,13,2,1,1],"span":[126,9,15]},{"path":[4,13,2,1,3],"span":[126,18,19]},{"path":[4,13,2,2],"span":[127,2,31]},{"path":[4,13,2,2,4],"span":[127,2,10]},{"path":[4,13,2,2,6],"span":[127,11,21]},{"path":[4,13,2,2,1],"span":[127,22,26]},{"path":[4,13,2,2,3],"span":[127,29,30]},{"path":[4,14],"span":[130,0,134,1]},{"path":[4,14,1],"span":[130,8,18]},{"path":[4,14,2,0],"span":[131,2,20]},{"path":[4,14,2,0,5],"span":[131,2,6]},{"path":[4,14,2,0,1],"span":[131,7,15]},{"path":[4,14,2,0,3],"span":[131,18,19]},{"path":[4,14,2,1],"span":[132,2,25]},{"path":[4,14,2,1,5],"span":[132,2,7]},{"path":[4,14,2,1,1],"span":[132,8,20]},{"path":[4,14,2,1,3],"span":[132,23,24]},{"path":[4,14,2,2],"span":[133,2,31]},{"path":[4,14,2,2,5],"span":[133,2,6]},{"path":[4,14,2,2,1],"span":[133,7,26]},{"path":[4,14,2,2,3],"span":[133,29,30]},{"path":[4,15],"span":[136,0,149,1]},{"path":[4,15,1],"span":[136,8,14]},{"path":[4,15,4,0],"span":[137,2,141,3]},{"path":[4,15,4,0,1],"span":[137,7,15]},{"path":[4,15,4,0,2,0],"span":[138,4,26]},{"path":[4,15,4,0,2,0,1],"span":[138,4,21]},{"path":[4,15,4,0,2,0,2],"span":[138,24,25]},{"path":[4,15,4,0,2,1],"span":[139,4,13]},{"path":[4,15,4,0,2,1,1],"span":[139,4,8]},{"path":[4,15,4,0,2,1,2],"span":[139,11,12]},{"path":[4,15,4,0,2,2],"span":[140,4,14]},{"path":[4,15,4,0,2,2,1],"span":[140,4,9]},{"path":[4,15,4,0,2,2,2],"span":[140,12,13]},{"path":[4,15,2,0],"span":[142,2,18]},{"path":[4,15,2,0,5],"span":[142,2,8]},{"path":[4,15,2,0,1],"span":[142,9,13]},{"path":[4,15,2,0,3],"span":[142,16,17]},{"path":[4,15,2,1],"span":[143,2,25]},{"path":[4,15,2,1,5],"span":[143,2,8]},{"path":[4,15,2,1,1],"span":[143,9,20]},{"path":[4,15,2,1,3],"span":[143,23,24]},{"path":[4,15,2,2],"span":[144,2,20]},{"path":[4,15,2,2,5],"span":[144,2,8]},{"path":[4,15,2,2,1],"span":[144,9,15]},{"path":[4,15,2,2,3],"span":[144,18,19]},{"path":[4,15,2,3],"span":[145,2,25]},{"path":[4,15,2,3,5],"span":[145,2,6]},{"path":[4,15,2,3,1],"span":[145,7,20]},{"path":[4,15,2,3,3],"span":[145,23,24]},{"path":[4,15,2,4],"span":[146,2,27]},{"path":[4,15,2,4,5],"span":[146,2,6]},{"path":[4,15,2,4,1],"span":[146,7,22]},{"path":[4,15,2,4,3],"span":[146,25,26]},{"path":[4,15,2,5],"span":[147,2,25]},{"path":[4,15,2,5,6],"span":[147,2,10]},{"path":[4,15,2,5,1],"span":[147,11,20]},{"path":[4,15,2,5,3],"span":[147,23,24]},{"path":[4,15,2,6],"span":[148,2,17]},{"path":[4,15,2,6,5],"span":[148,2,7]},{"path":[4,15,2,6,1],"span":[148,8,12]},{"path":[4,15,2,6,3],"span":[148,15,16]},{"path":[4,16],"span":[151,0,159,1]},{"path":[4,16,1],"span":[151,8,13]},{"path":[4,16,4,0],"span":[152,2,156,3]},{"path":[4,16,4,0,1],"span":[152,7,16]},{"path":[4,16,4,0,2,0],"span":[153,4,12]},{"path":[4,16,4,0,2,0,1],"span":[153,4,7]},{"path":[4,16,4,0,2,0,2],"span":[153,10,11]},{"path":[4,16,4,0,2,1],"span":[154,4,14]},{"path":[4,16,4,0,2,1,1],"span":[154,4,9]},{"path":[4,16,4,0,2,1,2],"span":[154,12,13]},{"path":[4,16,4,0,2,2],"span":[155,4,18]},{"path":[4,16,4,0,2,2,1],"span":[155,4,13]},{"path":[4,16,4,0,2,2,2],"span":[155,16,17]},{"path":[4,16,2,0],"span":[158,2,27]},{"path":[4,16,2,0,6],"span":[158,2,11]},{"path":[4,16,2,0,1],"span":[158,12,22]},{"path":[4,16,2,0,3],"span":[158,25,26]},{"path":[4,17],"span":[161,0,170,1]},{"path":[4,17,1],"span":[161,8,18]},{"path":[4,17,4,0],"span":[162,2,165,3]},{"path":[4,17,4,0,1],"span":[162,7,21]},{"path":[4,17,4,0,2,0],"span":[164,4,20]},{"path":[4,17,4,0,2,0,1],"span":[164,4,15]},{"path":[4,17,4,0,2,0,2],"span":[164,18,19]},{"path":[4,17,2,0],"span":[167,2,44]},{"path":[4,17,2,0,6],"span":[167,2,16]},{"path":[4,17,2,0,1],"span":[167,17,21]},{"path":[4,17,2,0,3],"span":[167,24,25]},{"path":[4,17,2,0,8],"span":[167,26,43]},{"path":[4,17,2,0,8,3],"span":[167,27,42]},{"path":[4,17,2,1],"span":[168,2,16]},{"path":[4,17,2,1,5],"span":[168,2,8]},{"path":[4,17,2,1,1],"span":[168,9,11]},{"path":[4,17,2,1,3],"span":[168,14,15]},{"path":[4,17,2,2],"span":[169,2,18]},{"path":[4,17,2,2,5],"span":[169,2,7]},{"path":[4,17,2,2,1],"span":[169,8,13]},{"path":[4,17,2,2,3],"span":[169,16,17]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
@@ -381,6 +381,11 @@ export class TargetData extends jspb.Message {
381
381
  getTarget(): string;
382
382
  setTarget(value: string): TargetData;
383
383
 
384
+ hasSccmData(): boolean;
385
+ clearSccmData(): void;
386
+ getSccmData(): SCCMData | undefined;
387
+ setSccmData(value?: SCCMData): TargetData;
388
+
384
389
  getInfoCase(): TargetData.InfoCase;
385
390
 
386
391
  serializeBinary(): Uint8Array;
@@ -399,6 +404,7 @@ export namespace TargetData {
399
404
  ipScanData?: IPScanData.AsObject,
400
405
  adData?: ADData.AsObject,
401
406
  target: string,
407
+ sccmData?: SCCMData.AsObject,
402
408
  }
403
409
 
404
410
  export enum TargetType {
@@ -414,10 +420,31 @@ export namespace TargetData {
414
420
  IP_SCAN_DATA = 2,
415
421
  AD_DATA = 3,
416
422
  TARGET = 4,
423
+ SCCM_DATA = 5,
417
424
  }
418
425
 
419
426
  }
420
427
 
428
+ export class SCCMData extends jspb.Message {
429
+ getTarget(): string;
430
+ setTarget(value: string): SCCMData;
431
+
432
+ serializeBinary(): Uint8Array;
433
+ toObject(includeInstance?: boolean): SCCMData.AsObject;
434
+ static toObject(includeInstance: boolean, msg: SCCMData): SCCMData.AsObject;
435
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
436
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
437
+ static serializeBinaryToWriter(message: SCCMData, writer: jspb.BinaryWriter): void;
438
+ static deserializeBinary(bytes: Uint8Array): SCCMData;
439
+ static deserializeBinaryFromReader(message: SCCMData, reader: jspb.BinaryReader): SCCMData;
440
+ }
441
+
442
+ export namespace SCCMData {
443
+ export type AsObject = {
444
+ target: string,
445
+ }
446
+ }
447
+
421
448
  export class IPScanData extends jspb.Message {
422
449
  getType(): IPScanType;
423
450
  setType(value: IPScanType): IPScanData;
@@ -550,6 +577,8 @@ export class Credential extends jspb.Message {
550
577
  setType(value: Credential.CredentialType): Credential;
551
578
  getId(): string;
552
579
  setId(value: string): Credential;
580
+ getOrder(): number;
581
+ setOrder(value: number): Credential;
553
582
 
554
583
  serializeBinary(): Uint8Array;
555
584
  toObject(includeInstance?: boolean): Credential.AsObject;
@@ -565,6 +594,7 @@ export namespace Credential {
565
594
  export type AsObject = {
566
595
  type: Credential.CredentialType,
567
596
  id: string,
597
+ order: number,
568
598
  }
569
599
 
570
600
  export enum CredentialType {
@@ -44,6 +44,7 @@ goog.exportSymbol('proto.lansweeper.scanningconfig.v1.IPScanPing', null, global)
44
44
  goog.exportSymbol('proto.lansweeper.scanningconfig.v1.IPScanType', null, global);
45
45
  goog.exportSymbol('proto.lansweeper.scanningconfig.v1.NetworkVisibility', null, global);
46
46
  goog.exportSymbol('proto.lansweeper.scanningconfig.v1.OperationalConfig', null, global);
47
+ goog.exportSymbol('proto.lansweeper.scanningconfig.v1.SCCMData', null, global);
47
48
  goog.exportSymbol('proto.lansweeper.scanningconfig.v1.TargetData', null, global);
48
49
  goog.exportSymbol('proto.lansweeper.scanningconfig.v1.TargetData.InfoCase', null, global);
49
50
  goog.exportSymbol('proto.lansweeper.scanningconfig.v1.TargetData.TargetType', null, global);
@@ -300,6 +301,27 @@ if (goog.DEBUG && !COMPILED) {
300
301
  */
301
302
  proto.lansweeper.scanningconfig.v1.TargetData.displayName = 'proto.lansweeper.scanningconfig.v1.TargetData';
302
303
  }
304
+ /**
305
+ * Generated by JsPbCodeGenerator.
306
+ * @param {Array=} opt_data Optional initial data array, typically from a
307
+ * server response, or constructed directly in Javascript. The array is used
308
+ * in place and becomes part of the constructed object. It is not cloned.
309
+ * If no data is provided, the constructed object will be empty, but still
310
+ * valid.
311
+ * @extends {jspb.Message}
312
+ * @constructor
313
+ */
314
+ proto.lansweeper.scanningconfig.v1.SCCMData = function(opt_data) {
315
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
316
+ };
317
+ goog.inherits(proto.lansweeper.scanningconfig.v1.SCCMData, jspb.Message);
318
+ if (goog.DEBUG && !COMPILED) {
319
+ /**
320
+ * @public
321
+ * @override
322
+ */
323
+ proto.lansweeper.scanningconfig.v1.SCCMData.displayName = 'proto.lansweeper.scanningconfig.v1.SCCMData';
324
+ }
303
325
  /**
304
326
  * Generated by JsPbCodeGenerator.
305
327
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -2923,7 +2945,7 @@ proto.lansweeper.scanningconfig.v1.ActionDefinition.prototype.clearTargetsDataLi
2923
2945
  * @private {!Array<!Array<number>>}
2924
2946
  * @const
2925
2947
  */
2926
- proto.lansweeper.scanningconfig.v1.TargetData.oneofGroups_ = [[2,3,4]];
2948
+ proto.lansweeper.scanningconfig.v1.TargetData.oneofGroups_ = [[2,3,4,5]];
2927
2949
 
2928
2950
  /**
2929
2951
  * @enum {number}
@@ -2932,7 +2954,8 @@ proto.lansweeper.scanningconfig.v1.TargetData.InfoCase = {
2932
2954
  INFO_NOT_SET: 0,
2933
2955
  IP_SCAN_DATA: 2,
2934
2956
  AD_DATA: 3,
2935
- TARGET: 4
2957
+ TARGET: 4,
2958
+ SCCM_DATA: 5
2936
2959
  };
2937
2960
 
2938
2961
  /**
@@ -2976,7 +2999,8 @@ proto.lansweeper.scanningconfig.v1.TargetData.toObject = function(includeInstanc
2976
2999
  type: jspb.Message.getFieldWithDefault(msg, 1, 0),
2977
3000
  ipScanData: (f = msg.getIpScanData()) && proto.lansweeper.scanningconfig.v1.IPScanData.toObject(includeInstance, f),
2978
3001
  adData: (f = msg.getAdData()) && proto.lansweeper.scanningconfig.v1.ADData.toObject(includeInstance, f),
2979
- target: jspb.Message.getFieldWithDefault(msg, 4, "")
3002
+ target: jspb.Message.getFieldWithDefault(msg, 4, ""),
3003
+ sccmData: (f = msg.getSccmData()) && proto.lansweeper.scanningconfig.v1.SCCMData.toObject(includeInstance, f)
2980
3004
  };
2981
3005
 
2982
3006
  if (includeInstance) {
@@ -3031,6 +3055,11 @@ proto.lansweeper.scanningconfig.v1.TargetData.deserializeBinaryFromReader = func
3031
3055
  var value = /** @type {string} */ (reader.readString());
3032
3056
  msg.setTarget(value);
3033
3057
  break;
3058
+ case 5:
3059
+ var value = new proto.lansweeper.scanningconfig.v1.SCCMData;
3060
+ reader.readMessage(value,proto.lansweeper.scanningconfig.v1.SCCMData.deserializeBinaryFromReader);
3061
+ msg.setSccmData(value);
3062
+ break;
3034
3063
  default:
3035
3064
  reader.skipField();
3036
3065
  break;
@@ -3090,6 +3119,14 @@ proto.lansweeper.scanningconfig.v1.TargetData.serializeBinaryToWriter = function
3090
3119
  f
3091
3120
  );
3092
3121
  }
3122
+ f = message.getSccmData();
3123
+ if (f != null) {
3124
+ writer.writeMessage(
3125
+ 5,
3126
+ f,
3127
+ proto.lansweeper.scanningconfig.v1.SCCMData.serializeBinaryToWriter
3128
+ );
3129
+ }
3093
3130
  };
3094
3131
 
3095
3132
 
@@ -3231,6 +3268,173 @@ proto.lansweeper.scanningconfig.v1.TargetData.prototype.hasTarget = function() {
3231
3268
  };
3232
3269
 
3233
3270
 
3271
+ /**
3272
+ * optional SCCMData sccm_data = 5;
3273
+ * @return {?proto.lansweeper.scanningconfig.v1.SCCMData}
3274
+ */
3275
+ proto.lansweeper.scanningconfig.v1.TargetData.prototype.getSccmData = function() {
3276
+ return /** @type{?proto.lansweeper.scanningconfig.v1.SCCMData} */ (
3277
+ jspb.Message.getWrapperField(this, proto.lansweeper.scanningconfig.v1.SCCMData, 5));
3278
+ };
3279
+
3280
+
3281
+ /**
3282
+ * @param {?proto.lansweeper.scanningconfig.v1.SCCMData|undefined} value
3283
+ * @return {!proto.lansweeper.scanningconfig.v1.TargetData} returns this
3284
+ */
3285
+ proto.lansweeper.scanningconfig.v1.TargetData.prototype.setSccmData = function(value) {
3286
+ return jspb.Message.setOneofWrapperField(this, 5, proto.lansweeper.scanningconfig.v1.TargetData.oneofGroups_[0], value);
3287
+ };
3288
+
3289
+
3290
+ /**
3291
+ * Clears the message field making it undefined.
3292
+ * @return {!proto.lansweeper.scanningconfig.v1.TargetData} returns this
3293
+ */
3294
+ proto.lansweeper.scanningconfig.v1.TargetData.prototype.clearSccmData = function() {
3295
+ return this.setSccmData(undefined);
3296
+ };
3297
+
3298
+
3299
+ /**
3300
+ * Returns whether this field is set.
3301
+ * @return {boolean}
3302
+ */
3303
+ proto.lansweeper.scanningconfig.v1.TargetData.prototype.hasSccmData = function() {
3304
+ return jspb.Message.getField(this, 5) != null;
3305
+ };
3306
+
3307
+
3308
+
3309
+
3310
+
3311
+ if (jspb.Message.GENERATE_TO_OBJECT) {
3312
+ /**
3313
+ * Creates an object representation of this proto.
3314
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
3315
+ * Optional fields that are not set will be set to undefined.
3316
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
3317
+ * For the list of reserved names please see:
3318
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
3319
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
3320
+ * JSPB instance for transitional soy proto support:
3321
+ * http://goto/soy-param-migration
3322
+ * @return {!Object}
3323
+ */
3324
+ proto.lansweeper.scanningconfig.v1.SCCMData.prototype.toObject = function(opt_includeInstance) {
3325
+ return proto.lansweeper.scanningconfig.v1.SCCMData.toObject(opt_includeInstance, this);
3326
+ };
3327
+
3328
+
3329
+ /**
3330
+ * Static version of the {@see toObject} method.
3331
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
3332
+ * the JSPB instance for transitional soy proto support:
3333
+ * http://goto/soy-param-migration
3334
+ * @param {!proto.lansweeper.scanningconfig.v1.SCCMData} msg The msg instance to transform.
3335
+ * @return {!Object}
3336
+ * @suppress {unusedLocalVariables} f is only used for nested messages
3337
+ */
3338
+ proto.lansweeper.scanningconfig.v1.SCCMData.toObject = function(includeInstance, msg) {
3339
+ var f, obj = {
3340
+ target: jspb.Message.getFieldWithDefault(msg, 1, "")
3341
+ };
3342
+
3343
+ if (includeInstance) {
3344
+ obj.$jspbMessageInstance = msg;
3345
+ }
3346
+ return obj;
3347
+ };
3348
+ }
3349
+
3350
+
3351
+ /**
3352
+ * Deserializes binary data (in protobuf wire format).
3353
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
3354
+ * @return {!proto.lansweeper.scanningconfig.v1.SCCMData}
3355
+ */
3356
+ proto.lansweeper.scanningconfig.v1.SCCMData.deserializeBinary = function(bytes) {
3357
+ var reader = new jspb.BinaryReader(bytes);
3358
+ var msg = new proto.lansweeper.scanningconfig.v1.SCCMData;
3359
+ return proto.lansweeper.scanningconfig.v1.SCCMData.deserializeBinaryFromReader(msg, reader);
3360
+ };
3361
+
3362
+
3363
+ /**
3364
+ * Deserializes binary data (in protobuf wire format) from the
3365
+ * given reader into the given message object.
3366
+ * @param {!proto.lansweeper.scanningconfig.v1.SCCMData} msg The message object to deserialize into.
3367
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
3368
+ * @return {!proto.lansweeper.scanningconfig.v1.SCCMData}
3369
+ */
3370
+ proto.lansweeper.scanningconfig.v1.SCCMData.deserializeBinaryFromReader = function(msg, reader) {
3371
+ while (reader.nextField()) {
3372
+ if (reader.isEndGroup()) {
3373
+ break;
3374
+ }
3375
+ var field = reader.getFieldNumber();
3376
+ switch (field) {
3377
+ case 1:
3378
+ var value = /** @type {string} */ (reader.readString());
3379
+ msg.setTarget(value);
3380
+ break;
3381
+ default:
3382
+ reader.skipField();
3383
+ break;
3384
+ }
3385
+ }
3386
+ return msg;
3387
+ };
3388
+
3389
+
3390
+ /**
3391
+ * Serializes the message to binary data (in protobuf wire format).
3392
+ * @return {!Uint8Array}
3393
+ */
3394
+ proto.lansweeper.scanningconfig.v1.SCCMData.prototype.serializeBinary = function() {
3395
+ var writer = new jspb.BinaryWriter();
3396
+ proto.lansweeper.scanningconfig.v1.SCCMData.serializeBinaryToWriter(this, writer);
3397
+ return writer.getResultBuffer();
3398
+ };
3399
+
3400
+
3401
+ /**
3402
+ * Serializes the given message to binary data (in protobuf wire
3403
+ * format), writing to the given BinaryWriter.
3404
+ * @param {!proto.lansweeper.scanningconfig.v1.SCCMData} message
3405
+ * @param {!jspb.BinaryWriter} writer
3406
+ * @suppress {unusedLocalVariables} f is only used for nested messages
3407
+ */
3408
+ proto.lansweeper.scanningconfig.v1.SCCMData.serializeBinaryToWriter = function(message, writer) {
3409
+ var f = undefined;
3410
+ f = message.getTarget();
3411
+ if (f.length > 0) {
3412
+ writer.writeString(
3413
+ 1,
3414
+ f
3415
+ );
3416
+ }
3417
+ };
3418
+
3419
+
3420
+ /**
3421
+ * optional string target = 1;
3422
+ * @return {string}
3423
+ */
3424
+ proto.lansweeper.scanningconfig.v1.SCCMData.prototype.getTarget = function() {
3425
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
3426
+ };
3427
+
3428
+
3429
+ /**
3430
+ * @param {string} value
3431
+ * @return {!proto.lansweeper.scanningconfig.v1.SCCMData} returns this
3432
+ */
3433
+ proto.lansweeper.scanningconfig.v1.SCCMData.prototype.setTarget = function(value) {
3434
+ return jspb.Message.setProto3StringField(this, 1, value);
3435
+ };
3436
+
3437
+
3234
3438
 
3235
3439
 
3236
3440
 
@@ -4123,7 +4327,8 @@ proto.lansweeper.scanningconfig.v1.Credential.prototype.toObject = function(opt_
4123
4327
  proto.lansweeper.scanningconfig.v1.Credential.toObject = function(includeInstance, msg) {
4124
4328
  var f, obj = {
4125
4329
  type: jspb.Message.getFieldWithDefault(msg, 1, 0),
4126
- id: jspb.Message.getFieldWithDefault(msg, 2, "")
4330
+ id: jspb.Message.getFieldWithDefault(msg, 2, ""),
4331
+ order: jspb.Message.getFieldWithDefault(msg, 3, 0)
4127
4332
  };
4128
4333
 
4129
4334
  if (includeInstance) {
@@ -4168,6 +4373,10 @@ proto.lansweeper.scanningconfig.v1.Credential.deserializeBinaryFromReader = func
4168
4373
  var value = /** @type {string} */ (reader.readString());
4169
4374
  msg.setId(value);
4170
4375
  break;
4376
+ case 3:
4377
+ var value = /** @type {number} */ (reader.readInt32());
4378
+ msg.setOrder(value);
4379
+ break;
4171
4380
  default:
4172
4381
  reader.skipField();
4173
4382
  break;
@@ -4211,6 +4420,13 @@ proto.lansweeper.scanningconfig.v1.Credential.serializeBinaryToWriter = function
4211
4420
  f
4212
4421
  );
4213
4422
  }
4423
+ f = message.getOrder();
4424
+ if (f !== 0) {
4425
+ writer.writeInt32(
4426
+ 3,
4427
+ f
4428
+ );
4429
+ }
4214
4430
  };
4215
4431
 
4216
4432
 
@@ -4257,6 +4473,24 @@ proto.lansweeper.scanningconfig.v1.Credential.prototype.setId = function(value)
4257
4473
  };
4258
4474
 
4259
4475
 
4476
+ /**
4477
+ * optional int32 order = 3;
4478
+ * @return {number}
4479
+ */
4480
+ proto.lansweeper.scanningconfig.v1.Credential.prototype.getOrder = function() {
4481
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
4482
+ };
4483
+
4484
+
4485
+ /**
4486
+ * @param {number} value
4487
+ * @return {!proto.lansweeper.scanningconfig.v1.Credential} returns this
4488
+ */
4489
+ proto.lansweeper.scanningconfig.v1.Credential.prototype.setOrder = function(value) {
4490
+ return jspb.Message.setProto3IntField(this, 3, value);
4491
+ };
4492
+
4493
+
4260
4494
  /**
4261
4495
  * @enum {number}
4262
4496
  */