@lansweeper/scanningconfig-grpc 0.2.5 → 0.2.7

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.7](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.2.6...@lansweeper/scanningconfig-grpc@0.2.7) (2024-11-11)
7
+
8
+ **Note:** Version bump only for package @lansweeper/scanningconfig-grpc
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.2.6](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.2.5...@lansweeper/scanningconfig-grpc@0.2.6) (2024-10-28)
15
+
16
+ **Note:** Version bump only for package @lansweeper/scanningconfig-grpc
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.2.5](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/scanningconfig-grpc@0.2.4...@lansweeper/scanningconfig-grpc@0.2.5) (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.4</PackageVersion>
11
- <Version>0.2.4</Version>
12
- <FileVersion>0.2.4</FileVersion>
10
+ <PackageVersion>0.2.6</PackageVersion>
11
+ <Version>0.2.6</Version>
12
+ <FileVersion>0.2.6</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.4": {
9
+ "Lansweeper.ScanningConfig.GRPC/0.2.6": {
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.4": {
82
+ "Lansweeper.ScanningConfig.GRPC/0.2.6": {
83
83
  "type": "project",
84
84
  "serviceable": false,
85
85
  "sha512": ""
@@ -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"},{"name":"adsi_path","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"adsiPath"}],"enumType":[{"name":"LDAPType","value":[{"name":"UNKNOWN_LDAP_TYPE","number":0},{"name":"LDAP","number":1},{"name":"LDAPS","number":2}]}]},{"name":"Agent","field":[{"name":"scan_focus","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.Agent.ScanFocus","jsonName":"scanFocus"}],"enumType":[{"name":"ScanFocus","value":[{"name":"ALL","number":0},{"name":"USERS","number":1},{"name":"INVENTORY","number":2}]}]},{"name":"Credential","field":[{"name":"type","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.scanningconfig.v1.Credential.CredentialType","jsonName":"type","options":{"deprecated":true}},{"name":"id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"order","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"order"}],"enumType":[{"name":"CredentialType","value":[{"name":"UNSPECIFIED","number":0}]}]}],"enumType":[{"name":"IPScanType","value":[{"name":"UNKNOWN_IP_SCAN_TYPE","number":0},{"name":"RANGE","number":1},{"name":"HOST","number":2}]}],"service":[{"name":"ScanningConfigService","method":[{"name":"GetConfigurationsBySource","inputType":".lansweeper.scanningconfig.v1.GetConfigurationsBySourceRequest","outputType":".lansweeper.scanningconfig.v1.GetConfigurationsBySourceResponse","options":{}}]}],"options":{"goPackage":"./generated-go"},"sourceCodeInfo":{"location":[{"span":[0,0,171,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,37]},{"path":[8],"span":[3,0,37]},{"path":[8,11],"span":[3,0,37]},{"path":[6,0],"span":[5,0,7,1]},{"path":[6,0,1],"span":[5,8,29]},{"path":[6,0,2,0],"span":[6,2,112]},{"path":[6,0,2,0,1],"span":[6,6,31]},{"path":[6,0,2,0,2],"span":[6,32,64]},{"path":[6,0,2,0,3],"span":[6,75,108]},{"path":[4,0],"span":[9,0,12,1]},{"path":[4,0,1],"span":[9,8,40]},{"path":[4,0,2,0],"span":[10,2,23]},{"path":[4,0,2,0,5],"span":[10,2,8]},{"path":[4,0,2,0,1],"span":[10,9,18]},{"path":[4,0,2,0,3],"span":[10,21,22]},{"path":[4,0,2,1],"span":[11,2,21]},{"path":[4,0,2,1,5],"span":[11,2,8]},{"path":[4,0,2,1,1],"span":[11,9,16]},{"path":[4,0,2,1,3],"span":[11,19,20]},{"path":[4,1],"span":[14,0,16,1]},{"path":[4,1,1],"span":[14,8,41]},{"path":[4,1,2,0],"span":[15,2,33]},{"path":[4,1,2,0,4],"span":[15,2,10]},{"path":[4,1,2,0,6],"span":[15,11,20]},{"path":[4,1,2,0,1],"span":[15,21,28]},{"path":[4,1,2,0,3],"span":[15,31,32]},{"path":[4,2],"span":[18,0,32,1]},{"path":[4,2,1],"span":[18,8,17]},{"path":[4,2,4,0],"span":[19,2,25,3]},{"path":[4,2,4,0,1],"span":[19,7,20]},{"path":[4,2,4,0,2,0],"span":[20,4,20]},{"path":[4,2,4,0,2,0,1],"span":[20,4,15]},{"path":[4,2,4,0,2,0,2],"span":[20,18,19]},{"path":[4,2,4,0,2,1],"span":[21,4,14]},{"path":[4,2,4,0,2,1,1],"span":[21,4,9]},{"path":[4,2,4,0,2,1,2],"span":[21,12,13]},{"path":[4,2,4,0,2,2],"span":[22,4,18]},{"path":[4,2,4,0,2,2,1],"span":[22,4,13]},{"path":[4,2,4,0,2,2,2],"span":[22,16,17]},{"path":[4,2,4,0,2,3],"span":[23,4,15]},{"path":[4,2,4,0,2,3,1],"span":[23,4,10]},{"path":[4,2,4,0,2,3,2],"span":[23,13,14]},{"path":[4,2,4,0,2,4],"span":[24,4,18]},{"path":[4,2,4,0,2,4,1],"span":[24,4,13]},{"path":[4,2,4,0,2,4,2],"span":[24,16,17]},{"path":[4,2,2,0],"span":[27,2,16]},{"path":[4,2,2,0,5],"span":[27,2,8]},{"path":[4,2,2,0,1],"span":[27,9,11]},{"path":[4,2,2,0,3],"span":[27,14,15]},{"path":[4,2,2,1],"span":[28,2,25]},{"path":[4,2,2,1,6],"span":[28,2,15]},{"path":[4,2,2,1,1],"span":[28,16,20]},{"path":[4,2,2,1,3],"span":[28,23,24]},{"path":[4,2,2,2],"span":[29,2,30]},{"path":[4,2,2,2,4],"span":[29,2,10]},{"path":[4,2,2,2,6],"span":[29,11,17]},{"path":[4,2,2,2,1],"span":[29,18,25]},{"path":[4,2,2,2,3],"span":[29,28,29]},{"path":[4,2,2,3],"span":[30,2,43]},{"path":[4,2,2,3,4],"span":[30,2,10]},{"path":[4,2,2,3,6],"span":[30,11,28]},{"path":[4,2,2,3,1],"span":[30,29,38]},{"path":[4,2,2,3,3],"span":[30,41,42]},{"path":[4,2,2,4],"span":[31,2,19]},{"path":[4,2,2,4,5],"span":[31,2,6]},{"path":[4,2,2,4,1],"span":[31,7,14]},{"path":[4,2,2,4,3],"span":[31,17,18]},{"path":[4,3],"span":[36,0,40,1]},{"path":[4,3,1],"span":[36,8,18]},{"path":[4,3,7],"span":[37,2,27]},{"path":[4,3,7,3],"span":[37,2,27]},{"path":[4,3,2,0],"span":[38,2,19]},{"path":[4,3,2,0,5],"span":[38,2,6]},{"path":[4,3,2,0,1],"span":[38,7,14]},{"path":[4,3,2,0,3],"span":[38,17,18]},{"path":[4,3,2,1],"span":[39,2,42]},{"path":[4,3,2,1,4],"span":[39,2,10]},{"path":[4,3,2,1,5],"span":[39,11,17]},{"path":[4,3,2,1,1],"span":[39,18,37]},{"path":[4,3,2,1,3],"span":[39,40,41]},{"path":[4,4],"span":[42,0,45,1]},{"path":[4,4,1],"span":[42,8,25]},{"path":[4,4,2,0],"span":[43,2,19]},{"path":[4,4,2,0,5],"span":[43,2,6]},{"path":[4,4,2,0,1],"span":[43,7,14]},{"path":[4,4,2,0,3],"span":[43,17,18]},{"path":[4,4,2,1],"span":[44,2,42]},{"path":[4,4,2,1,4],"span":[44,2,10]},{"path":[4,4,2,1,5],"span":[44,11,17]},{"path":[4,4,2,1,1],"span":[44,18,37]},{"path":[4,4,2,1,3],"span":[44,40,41]},{"path":[4,5],"span":[46,0,49,1]},{"path":[4,5,1],"span":[46,8,18]},{"path":[4,5,2,0],"span":[47,2,19]},{"path":[4,5,2,0,5],"span":[47,2,6]},{"path":[4,5,2,0,1],"span":[47,7,14]},{"path":[4,5,2,0,3],"span":[47,17,18]},{"path":[4,5,2,1],"span":[48,2,22]},{"path":[4,5,2,1,5],"span":[48,2,8]},{"path":[4,5,2,1,1],"span":[48,9,17]},{"path":[4,5,2,1,3],"span":[48,20,21]},{"path":[4,6],"span":[51,0,55,1]},{"path":[4,6,1],"span":[51,8,25]},{"path":[4,6,2,0],"span":[52,2,65]},{"path":[4,6,2,0,4],"span":[52,2,10]},{"path":[4,6,2,0,6],"span":[52,11,21]},{"path":[4,6,2,0,1],"span":[52,22,40]},{"path":[4,6,2,0,3],"span":[52,43,44]},{"path":[4,6,2,0,8],"span":[52,45,64]},{"path":[4,6,2,0,8,3],"span":[52,46,63]},{"path":[4,6,2,1],"span":[53,2,45]},{"path":[4,6,2,1,4],"span":[53,2,10]},{"path":[4,6,2,1,6],"span":[53,11,21]},{"path":[4,6,2,1,1],"span":[53,22,40]},{"path":[4,6,2,1,3],"span":[53,43,44]},{"path":[4,6,2,2],"span":[54,2,59]},{"path":[4,6,2,2,4],"span":[54,2,10]},{"path":[4,6,2,2,6],"span":[54,11,28]},{"path":[4,6,2,2,1],"span":[54,29,54]},{"path":[4,6,2,2,3],"span":[54,57,58]},{"path":[4,7],"span":[57,0,60,1]},{"path":[4,7,1],"span":[57,8,15]},{"path":[4,7,2,0],"span":[58,2,22]},{"path":[4,7,2,0,5],"span":[58,2,8]},{"path":[4,7,2,0,1],"span":[58,9,18]},{"path":[4,7,2,0,3],"span":[58,20,21]},{"path":[4,7,2,1],"span":[59,2,18]},{"path":[4,7,2,1,5],"span":[59,2,8]},{"path":[4,7,2,1,1],"span":[59,9,13]},{"path":[4,7,2,1,3],"span":[59,16,17]},{"path":[4,8],"span":[62,0,78,1]},{"path":[4,8,1],"span":[62,8,14]},{"path":[4,8,4,0],"span":[63,2,67,3]},{"path":[4,8,4,0,1],"span":[63,7,17]},{"path":[4,8,4,0,2,0],"span":[64,4,20]},{"path":[4,8,4,0,2,0,1],"span":[64,4,15]},{"path":[4,8,4,0,2,0,2],"span":[64,18,19]},{"path":[4,8,4,0,2,1],"span":[65,4,14]},{"path":[4,8,4,0,2,1,1],"span":[65,4,9]},{"path":[4,8,4,0,2,1,2],"span":[65,12,13]},{"path":[4,8,4,0,2,2],"span":[66,4,18]},{"path":[4,8,4,0,2,2,1],"span":[66,4,13]},{"path":[4,8,4,0,2,2,2],"span":[66,16,17]},{"path":[4,8,2,0],"span":[69,2,32]},{"path":[4,8,2,0,4],"span":[69,2,10]},{"path":[4,8,2,0,6],"span":[69,11,18]},{"path":[4,8,2,0,1],"span":[69,19,27]},{"path":[4,8,2,0,3],"span":[69,30,31]},{"path":[4,8,2,1],"span":[70,2,29]},{"path":[4,8,2,1,6],"span":[70,2,12]},{"path":[4,8,2,1,1],"span":[70,13,24]},{"path":[4,8,2,1,3],"span":[70,27,28]},{"path":[4,8,2,2],"span":[71,2,38]},{"path":[4,8,2,2,4],"span":[71,2,10]},{"path":[4,8,2,2,6],"span":[71,11,21]},{"path":[4,8,2,2,1],"span":[71,22,33]},{"path":[4,8,2,2,3],"span":[71,36,37]},{"path":[4,8,8,0],"span":[72,2,75,3]},{"path":[4,8,8,0,1],"span":[72,8,18]},{"path":[4,8,2,3],"span":[73,4,40]},{"path":[4,8,2,3,6],"span":[73,4,9]},{"path":[4,8,2,3,1],"span":[73,10,15]},{"path":[4,8,2,3,3],"span":[73,18,19]},{"path":[4,8,2,3,8],"span":[73,20,39]},{"path":[4,8,2,3,8,3],"span":[73,21,38]},{"path":[4,8,2,4],"span":[74,4,48]},{"path":[4,8,2,4,6],"span":[74,4,13]},{"path":[4,8,2,4,1],"span":[74,14,23]},{"path":[4,8,2,4,3],"span":[74,26,27]},{"path":[4,8,2,4,8],"span":[74,28,47]},{"path":[4,8,2,4,8,3],"span":[74,29,46]},{"path":[4,8,2,5],"span":[76,2,41]},{"path":[4,8,2,5,6],"span":[76,2,18]},{"path":[4,8,2,5,1],"span":[76,19,36]},{"path":[4,8,2,5,3],"span":[76,39,40]},{"path":[4,8,2,6],"span":[77,2,16]},{"path":[4,8,2,6,5],"span":[77,2,8]},{"path":[4,8,2,6,1],"span":[77,9,11]},{"path":[4,8,2,6,3],"span":[77,14,15]},{"path":[4,9],"span":[80,0,82,1]},{"path":[4,9,1],"span":[80,8,17]},{"path":[4,9,2,0],"span":[81,2,30]},{"path":[4,9,2,0,4],"span":[81,2,10]},{"path":[4,9,2,0,5],"span":[81,11,17]},{"path":[4,9,2,0,1],"span":[81,18,25]},{"path":[4,9,2,0,3],"span":[81,28,29]},{"path":[4,10],"span":[84,0,96,1]},{"path":[4,10,1],"span":[84,8,24]},{"path":[4,10,4,0],"span":[86,2,90,3]},{"path":[4,10,4,0,1],"span":[86,7,16]},{"path":[4,10,4,0,2,0],"span":[87,4,12]},{"path":[4,10,4,0,2,0,1],"span":[87,4,7]},{"path":[4,10,4,0,2,0,2],"span":[87,10,11]},{"path":[4,10,4,0,2,1],"span":[88,4,14]},{"path":[4,10,4,0,2,1,1],"span":[88,4,9]},{"path":[4,10,4,0,2,1,2],"span":[88,12,13]},{"path":[4,10,4,0,2,2],"span":[89,4,18]},{"path":[4,10,4,0,2,2,1],"span":[89,4,13]},{"path":[4,10,4,0,2,2,2],"span":[89,16,17]},{"path":[4,10,2,0],"span":[92,2,36]},{"path":[4,10,2,0,4],"span":[92,2,10]},{"path":[4,10,2,0,6],"span":[92,11,20]},{"path":[4,10,2,0,1],"span":[92,21,31]},{"path":[4,10,2,0,3],"span":[92,34,35]},{"path":[4,10,2,1],"span":[93,2,48]},{"path":[4,10,2,1,4],"span":[93,2,10]},{"path":[4,10,2,1,5],"span":[93,11,17]},{"path":[4,10,2,1,1],"span":[93,18,25]},{"path":[4,10,2,1,3],"span":[93,28,29]},{"path":[4,10,2,1,8],"span":[93,30,47]},{"path":[4,10,2,1,8,3],"span":[93,31,46]},{"path":[4,10,2,2],"span":[94,2,33]},{"path":[4,10,2,2,4],"span":[94,2,10]},{"path":[4,10,2,2,5],"span":[94,11,17]},{"path":[4,10,2,2,1],"span":[94,18,28]},{"path":[4,10,2,2,3],"span":[94,31,32]},{"path":[4,10,2,3],"span":[95,2,39]},{"path":[4,10,2,3,4],"span":[95,2,10]},{"path":[4,10,2,3,6],"span":[95,11,21]},{"path":[4,10,2,3,1],"span":[95,22,34]},{"path":[4,10,2,3,3],"span":[95,37,38]},{"path":[5,0],"span":[98,0,102,1]},{"path":[5,0,1],"span":[98,5,15]},{"path":[5,0,2,0],"span":[99,2,27]},{"path":[5,0,2,0,1],"span":[99,2,22]},{"path":[5,0,2,0,2],"span":[99,25,26]},{"path":[5,0,2,1],"span":[100,2,12]},{"path":[5,0,2,1,1],"span":[100,2,7]},{"path":[5,0,2,1,2],"span":[100,10,11]},{"path":[5,0,2,2],"span":[101,2,11]},{"path":[5,0,2,2,1],"span":[101,2,6]},{"path":[5,0,2,2,2],"span":[101,9,10]},{"path":[4,11],"span":[104,0,118,1]},{"path":[4,11,1],"span":[104,8,18]},{"path":[4,11,4,0],"span":[105,2,110,3]},{"path":[4,11,4,0,1],"span":[105,7,17]},{"path":[4,11,4,0,2,0],"span":[106,4,28]},{"path":[4,11,4,0,2,0,1],"span":[106,4,23]},{"path":[4,11,4,0,2,0,2],"span":[106,26,27]},{"path":[4,11,4,0,2,1],"span":[107,4,16]},{"path":[4,11,4,0,2,1,1],"span":[107,4,11]},{"path":[4,11,4,0,2,1,2],"span":[107,14,15]},{"path":[4,11,4,0,2,2],"span":[108,4,13]},{"path":[4,11,4,0,2,2,1],"span":[108,4,8]},{"path":[4,11,4,0,2,2,2],"span":[108,11,12]},{"path":[4,11,4,0,2,3],"span":[109,4,11]},{"path":[4,11,4,0,2,3,1],"span":[109,4,6]},{"path":[4,11,4,0,2,3,2],"span":[109,9,10]},{"path":[4,11,2,0],"span":[111,2,22]},{"path":[4,11,2,0,6],"span":[111,2,12]},{"path":[4,11,2,0,1],"span":[111,13,17]},{"path":[4,11,2,0,3],"span":[111,20,21]},{"path":[4,11,8,0],"span":[112,2,117,3]},{"path":[4,11,8,0,1],"span":[112,8,12]},{"path":[4,11,2,1],"span":[113,4,32]},{"path":[4,11,2,1,6],"span":[113,4,14]},{"path":[4,11,2,1,1],"span":[113,15,27]},{"path":[4,11,2,1,3],"span":[113,30,31]},{"path":[4,11,2,2],"span":[114,4,23]},{"path":[4,11,2,2,6],"span":[114,4,10]},{"path":[4,11,2,2,1],"span":[114,11,18]},{"path":[4,11,2,2,3],"span":[114,21,22]},{"path":[4,11,2,3],"span":[115,4,40]},{"path":[4,11,2,3,5],"span":[115,4,10]},{"path":[4,11,2,3,1],"span":[115,11,17]},{"path":[4,11,2,3,3],"span":[115,20,21]},{"path":[4,11,2,3,8],"span":[115,22,39]},{"path":[4,11,2,3,8,3],"span":[115,23,38]},{"path":[4,11,2,4],"span":[116,4,27]},{"path":[4,11,2,4,6],"span":[116,4,12]},{"path":[4,11,2,4,1],"span":[116,13,22]},{"path":[4,11,2,4,3],"span":[116,25,26]},{"path":[4,12],"span":[120,0,122,1]},{"path":[4,12,1],"span":[120,8,16]},{"path":[4,12,2,0],"span":[121,2,20]},{"path":[4,12,2,0,5],"span":[121,2,8]},{"path":[4,12,2,0,1],"span":[121,9,15]},{"path":[4,12,2,0,3],"span":[121,18,19]},{"path":[4,13],"span":[124,0,128,1]},{"path":[4,13,1],"span":[124,8,18]},{"path":[4,13,2,0],"span":[125,2,22]},{"path":[4,13,2,0,6],"span":[125,2,12]},{"path":[4,13,2,0,1],"span":[125,13,17]},{"path":[4,13,2,0,3],"span":[125,20,21]},{"path":[4,13,2,1],"span":[126,2,20]},{"path":[4,13,2,1,5],"span":[126,2,8]},{"path":[4,13,2,1,1],"span":[126,9,15]},{"path":[4,13,2,1,3],"span":[126,18,19]},{"path":[4,13,2,2],"span":[127,2,31]},{"path":[4,13,2,2,4],"span":[127,2,10]},{"path":[4,13,2,2,6],"span":[127,11,21]},{"path":[4,13,2,2,1],"span":[127,22,26]},{"path":[4,13,2,2,3],"span":[127,29,30]},{"path":[4,14],"span":[130,0,134,1]},{"path":[4,14,1],"span":[130,8,18]},{"path":[4,14,2,0],"span":[131,2,20]},{"path":[4,14,2,0,5],"span":[131,2,6]},{"path":[4,14,2,0,1],"span":[131,7,15]},{"path":[4,14,2,0,3],"span":[131,18,19]},{"path":[4,14,2,1],"span":[132,2,25]},{"path":[4,14,2,1,5],"span":[132,2,7]},{"path":[4,14,2,1,1],"span":[132,8,20]},{"path":[4,14,2,1,3],"span":[132,23,24]},{"path":[4,14,2,2],"span":[133,2,31]},{"path":[4,14,2,2,5],"span":[133,2,6]},{"path":[4,14,2,2,1],"span":[133,7,26]},{"path":[4,14,2,2,3],"span":[133,29,30]},{"path":[4,15],"span":[136,0,150,1]},{"path":[4,15,1],"span":[136,8,14]},{"path":[4,15,4,0],"span":[137,2,141,3]},{"path":[4,15,4,0,1],"span":[137,7,15]},{"path":[4,15,4,0,2,0],"span":[138,4,26]},{"path":[4,15,4,0,2,0,1],"span":[138,4,21]},{"path":[4,15,4,0,2,0,2],"span":[138,24,25]},{"path":[4,15,4,0,2,1],"span":[139,4,13]},{"path":[4,15,4,0,2,1,1],"span":[139,4,8]},{"path":[4,15,4,0,2,1,2],"span":[139,11,12]},{"path":[4,15,4,0,2,2],"span":[140,4,14]},{"path":[4,15,4,0,2,2,1],"span":[140,4,9]},{"path":[4,15,4,0,2,2,2],"span":[140,12,13]},{"path":[4,15,2,0],"span":[142,2,18]},{"path":[4,15,2,0,5],"span":[142,2,8]},{"path":[4,15,2,0,1],"span":[142,9,13]},{"path":[4,15,2,0,3],"span":[142,16,17]},{"path":[4,15,2,1],"span":[143,2,25]},{"path":[4,15,2,1,5],"span":[143,2,8]},{"path":[4,15,2,1,1],"span":[143,9,20]},{"path":[4,15,2,1,3],"span":[143,23,24]},{"path":[4,15,2,2],"span":[144,2,20]},{"path":[4,15,2,2,5],"span":[144,2,8]},{"path":[4,15,2,2,1],"span":[144,9,15]},{"path":[4,15,2,2,3],"span":[144,18,19]},{"path":[4,15,2,3],"span":[145,2,25]},{"path":[4,15,2,3,5],"span":[145,2,6]},{"path":[4,15,2,3,1],"span":[145,7,20]},{"path":[4,15,2,3,3],"span":[145,23,24]},{"path":[4,15,2,4],"span":[146,2,27]},{"path":[4,15,2,4,5],"span":[146,2,6]},{"path":[4,15,2,4,1],"span":[146,7,22]},{"path":[4,15,2,4,3],"span":[146,25,26]},{"path":[4,15,2,5],"span":[147,2,25]},{"path":[4,15,2,5,6],"span":[147,2,10]},{"path":[4,15,2,5,1],"span":[147,11,20]},{"path":[4,15,2,5,3],"span":[147,23,24]},{"path":[4,15,2,6],"span":[148,2,17]},{"path":[4,15,2,6,5],"span":[148,2,7]},{"path":[4,15,2,6,1],"span":[148,8,12]},{"path":[4,15,2,6,3],"span":[148,15,16]},{"path":[4,15,2,7],"span":[149,2,23]},{"path":[4,15,2,7,5],"span":[149,2,8]},{"path":[4,15,2,7,1],"span":[149,9,18]},{"path":[4,15,2,7,3],"span":[149,21,22]},{"path":[4,16],"span":[152,0,160,1]},{"path":[4,16,1],"span":[152,8,13]},{"path":[4,16,4,0],"span":[153,2,157,3]},{"path":[4,16,4,0,1],"span":[153,7,16]},{"path":[4,16,4,0,2,0],"span":[154,4,12]},{"path":[4,16,4,0,2,0,1],"span":[154,4,7]},{"path":[4,16,4,0,2,0,2],"span":[154,10,11]},{"path":[4,16,4,0,2,1],"span":[155,4,14]},{"path":[4,16,4,0,2,1,1],"span":[155,4,9]},{"path":[4,16,4,0,2,1,2],"span":[155,12,13]},{"path":[4,16,4,0,2,2],"span":[156,4,18]},{"path":[4,16,4,0,2,2,1],"span":[156,4,13]},{"path":[4,16,4,0,2,2,2],"span":[156,16,17]},{"path":[4,16,2,0],"span":[159,2,27]},{"path":[4,16,2,0,6],"span":[159,2,11]},{"path":[4,16,2,0,1],"span":[159,12,22]},{"path":[4,16,2,0,3],"span":[159,25,26]},{"path":[4,17],"span":[162,0,171,1]},{"path":[4,17,1],"span":[162,8,18]},{"path":[4,17,4,0],"span":[163,2,166,3]},{"path":[4,17,4,0,1],"span":[163,7,21]},{"path":[4,17,4,0,2,0],"span":[165,4,20]},{"path":[4,17,4,0,2,0,1],"span":[165,4,15]},{"path":[4,17,4,0,2,0,2],"span":[165,18,19]},{"path":[4,17,2,0],"span":[168,2,44]},{"path":[4,17,2,0,6],"span":[168,2,16]},{"path":[4,17,2,0,1],"span":[168,17,21]},{"path":[4,17,2,0,3],"span":[168,24,25]},{"path":[4,17,2,0,8],"span":[168,26,43]},{"path":[4,17,2,0,8,3],"span":[168,27,42]},{"path":[4,17,2,1],"span":[169,2,16]},{"path":[4,17,2,1,5],"span":[169,2,8]},{"path":[4,17,2,1,1],"span":[169,9,11]},{"path":[4,17,2,1,3],"span":[169,14,15]},{"path":[4,17,2,2],"span":[170,2,18]},{"path":[4,17,2,2,5],"span":[170,2,7]},{"path":[4,17,2,2,1],"span":[170,8,13]},{"path":[4,17,2,2,3],"span":[170,16,17]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
@@ -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;
@@ -488,6 +515,8 @@ export class ADData extends jspb.Message {
488
515
  setLdapType(value: ADData.LDAPType): ADData;
489
516
  getPort(): number;
490
517
  setPort(value: number): ADData;
518
+ getAdsiPath(): string;
519
+ setAdsiPath(value: string): ADData;
491
520
 
492
521
  serializeBinary(): Uint8Array;
493
522
  toObject(includeInstance?: boolean): ADData.AsObject;
@@ -508,6 +537,7 @@ export namespace ADData {
508
537
  userGroupScan: boolean,
509
538
  ldapType: ADData.LDAPType,
510
539
  port: number,
540
+ adsiPath: string,
511
541
  }
512
542
 
513
543
  export enum LDAPType {
@@ -550,6 +580,8 @@ export class Credential extends jspb.Message {
550
580
  setType(value: Credential.CredentialType): Credential;
551
581
  getId(): string;
552
582
  setId(value: string): Credential;
583
+ getOrder(): number;
584
+ setOrder(value: number): Credential;
553
585
 
554
586
  serializeBinary(): Uint8Array;
555
587
  toObject(includeInstance?: boolean): Credential.AsObject;
@@ -565,6 +597,7 @@ export namespace Credential {
565
597
  export type AsObject = {
566
598
  type: Credential.CredentialType,
567
599
  id: string,
600
+ order: number,
568
601
  }
569
602
 
570
603
  export enum CredentialType {