@lansweeper/scanningconfig-grpc 0.4.1 → 0.4.2
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 +4 -0
- package/Lansweeper.ScanningConfig.GRPC.csproj +3 -3
- package/bin/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.deps.json +2 -2
- package/bin/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.dll +0 -0
- package/bin/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.pdb +0 -0
- package/bin/Debug/net6.0/ref/Lansweeper.ScanningConfig.GRPC.dll +0 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/scanningconfig_pb.d.ts +6 -0
- package/gen-proto/scanningconfig_pb.js +49 -1
- package/generated-go/scanningconfig.pb.go +526 -516
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/scanningconfig.proto +3 -2
- package/model/target/classes/lansweeper/scanningconfig/v1/ActionDefinition$1.class +0 -0
- package/model/target/classes/lansweeper/scanningconfig/v1/ActionDefinition$Builder.class +0 -0
- package/model/target/classes/lansweeper/scanningconfig/v1/ActionDefinition.class +0 -0
- package/model/target/classes/lansweeper/scanningconfig/v1/ActionDefinitionOrBuilder.class +0 -0
- package/model/target/classes/lansweeper/scanningconfig/v1/Scanningconfig.class +0 -0
- package/model/target/classes/scanningconfig.proto +3 -2
- package/model/target/generated-sources/protobuf/java/lansweeper/scanningconfig/v1/ActionDefinition.java +89 -0
- package/model/target/generated-sources/protobuf/java/lansweeper/scanningconfig/v1/ActionDefinitionOrBuilder.java +11 -0
- package/model/target/generated-sources/protobuf/java/lansweeper/scanningconfig/v1/Credential.java +7 -7
- package/model/target/generated-sources/protobuf/java/lansweeper/scanningconfig/v1/CredentialOrBuilder.java +2 -2
- package/model/target/generated-sources/protobuf/java/lansweeper/scanningconfig/v1/Scanningconfig.java +185 -185
- package/model/target/generated-sources/protobuf/java/lansweeper/scanningconfig/v1/TargetData.java +9 -9
- package/model/target/generated-sources/protobuf/java/lansweeper/scanningconfig/v1/TargetDataOrBuilder.java +3 -3
- package/model/target/generated-sources/protobuf/java/lansweeper/scanningconfig/v1/UpdateWindowSettings.java +12 -12
- package/model/target/generated-sources/protobuf/java/lansweeper/scanningconfig/v1/UpdateWindowSettingsOrBuilder.java +3 -3
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/{scanningconfig-model-0.4.0-sources.jar → scanningconfig-model-0.4.1-sources.jar} +0 -0
- package/model/target/{scanningconfig-model-0.4.0.jar → scanningconfig-model-0.4.1.jar} +0 -0
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.AssemblyInfo.cs +3 -3
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.AssemblyInfoInputs.cache +1 -1
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.dll +0 -0
- package/obj/Debug/net6.0/Lansweeper.ScanningConfig.GRPC.pdb +0 -0
- package/obj/Debug/net6.0/proto/Scanningconfig.cs +217 -166
- package/obj/Debug/net6.0/ref/Lansweeper.ScanningConfig.GRPC.dll +0 -0
- package/obj/Lansweeper.ScanningConfig.GRPC.csproj.nuget.dgspec.json +1 -1
- package/obj/project.assets.json +1 -1
- package/obj/project.nuget.cache +1 -1
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/scanningconfig.proto +3 -2
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{scanningconfig-service-0.4.0-sources.jar → scanningconfig-service-0.4.1-sources.jar} +0 -0
- package/service/target/{scanningconfig-service-0.4.0.jar → scanningconfig-service-0.4.1.jar} +0 -0
|
@@ -344,195 +344,195 @@ public final class Scanningconfig {
|
|
|
344
344
|
"d\030\007 \001(\t\022\014\n\004name\030\010 \001(\t\"7\n\nActionType\022\017\n\013U" +
|
|
345
345
|
"NSPECIFIED\020\000\022\t\n\005AGENT\020\001\022\r\n\tAGENTLESS\020\002B\014" +
|
|
346
346
|
"\n\ndefinition\"\034\n\tAgentless\022\017\n\007targets\030\001 \003" +
|
|
347
|
-
"(\t\"\
|
|
347
|
+
"(\t\"\257\002\n\020ActionDefinition\022Q\n\nscan_focus\030\001 " +
|
|
348
348
|
"\001(\01628.lansweeper.scanningconfig.v1.Actio" +
|
|
349
349
|
"nDefinition.ScanFocusH\000\210\001\001\022\023\n\007targets\030\002 " +
|
|
350
350
|
"\003(\tB\002\030\001\022\022\n\nexclusions\030\003 \003(\t\022>\n\014targets_d" +
|
|
351
351
|
"ata\030\004 \003(\0132(.lansweeper.scanningconfig.v1" +
|
|
352
|
-
".TargetData\
|
|
353
|
-
"
|
|
354
|
-
"
|
|
355
|
-
"
|
|
356
|
-
"
|
|
357
|
-
"
|
|
358
|
-
"
|
|
359
|
-
"\
|
|
360
|
-
"
|
|
361
|
-
"
|
|
362
|
-
"\
|
|
363
|
-
"\
|
|
364
|
-
"
|
|
365
|
-
"
|
|
366
|
-
"
|
|
367
|
-
"
|
|
368
|
-
"\
|
|
369
|
-
"\
|
|
370
|
-
"\
|
|
371
|
-
"
|
|
372
|
-
"
|
|
373
|
-
"
|
|
374
|
-
"
|
|
375
|
-
"\
|
|
376
|
-
"\
|
|
377
|
-
"(\0162-.
|
|
378
|
-
"
|
|
379
|
-
"\
|
|
380
|
-
"\030\001 \001(\
|
|
381
|
-
"
|
|
382
|
-
"\
|
|
383
|
-
"
|
|
384
|
-
"
|
|
385
|
-
"
|
|
386
|
-
"
|
|
387
|
-
"\
|
|
388
|
-
"
|
|
389
|
-
"\001(\0132..
|
|
390
|
-
"
|
|
391
|
-
"
|
|
392
|
-
"
|
|
393
|
-
"\
|
|
394
|
-
"
|
|
395
|
-
"
|
|
396
|
-
"
|
|
397
|
-
"
|
|
398
|
-
"
|
|
399
|
-
"
|
|
400
|
-
"
|
|
401
|
-
"
|
|
402
|
-
"
|
|
403
|
-
"\001(\01327.
|
|
404
|
-
"
|
|
405
|
-
"\0132,.
|
|
406
|
-
"
|
|
407
|
-
"\
|
|
408
|
-
"
|
|
409
|
-
"
|
|
410
|
-
"
|
|
411
|
-
"
|
|
412
|
-
"
|
|
413
|
-
"
|
|
414
|
-
"
|
|
415
|
-
"
|
|
416
|
-
"
|
|
417
|
-
" \001(\0132\033
|
|
418
|
-
"
|
|
419
|
-
"
|
|
420
|
-
"
|
|
421
|
-
"\
|
|
422
|
-
"
|
|
423
|
-
"
|
|
424
|
-
"
|
|
425
|
-
"
|
|
426
|
-
"
|
|
427
|
-
"
|
|
428
|
-
"
|
|
429
|
-
"\
|
|
430
|
-
"
|
|
431
|
-
"
|
|
432
|
-
"
|
|
433
|
-
"
|
|
434
|
-
"\001(\0132\034.
|
|
435
|
-
"
|
|
436
|
-
"
|
|
437
|
-
"
|
|
438
|
-
"
|
|
439
|
-
"
|
|
440
|
-
"
|
|
441
|
-
"
|
|
442
|
-
"
|
|
443
|
-
"
|
|
444
|
-
"
|
|
445
|
-
"
|
|
446
|
-
"
|
|
447
|
-
"
|
|
448
|
-
"
|
|
449
|
-
"
|
|
450
|
-
"
|
|
451
|
-
"
|
|
452
|
-
"
|
|
453
|
-
"
|
|
454
|
-
"uf.BoolValue\0226\n\022active_cdr_enabled\030\002 \001(\013" +
|
|
455
|
-
"2\032.google.protobuf.BoolValue\"\026\n\024PingBeha" +
|
|
456
|
-
"viorSettings\"\227\002\n\035ProtocolConfigurationSe" +
|
|
457
|
-
"ttings\022/\n\013all_enabled\030\001 \001(\0132\032.google.pro" +
|
|
458
|
-
"tobuf.BoolValue\022]\n\tprotocols\030\002 \003(\0132J.lan" +
|
|
459
|
-
"sweeper.scanningconfig.v1.ProtocolConfig" +
|
|
460
|
-
"urationSettings.ProtocolsEntry\032f\n\016Protoc" +
|
|
461
|
-
"olsEntry\022\013\n\003key\030\001 \001(\t\022C\n\005value\030\002 \001(\01324.l" +
|
|
462
|
-
"answeeper.scanningconfig.v1.ProtocolDeta" +
|
|
463
|
-
"ilSettings:\0028\001\"\212\002\n\026ProtocolDetailSetting" +
|
|
352
|
+
".TargetData\022\024\n\007ai_scan\030\005 \001(\010H\001\210\001\001\".\n\tSca" +
|
|
353
|
+
"nFocus\022\007\n\003ALL\020\000\022\t\n\005USERS\020\001\022\r\n\tINVENTORY\020" +
|
|
354
|
+
"\002B\r\n\013_scan_focusB\n\n\010_ai_scan\"\353\002\n\nTargetD" +
|
|
355
|
+
"ata\022A\n\004type\030\001 \001(\01623.lansweeper.scanningc" +
|
|
356
|
+
"onfig.v1.TargetData.TargetType\022@\n\014ip_sca" +
|
|
357
|
+
"n_data\030\002 \001(\0132(.lansweeper.scanningconfig" +
|
|
358
|
+
".v1.IPScanDataH\000\0227\n\007ad_data\030\003 \001(\0132$.lans" +
|
|
359
|
+
"weeper.scanningconfig.v1.ADDataH\000\022\024\n\006tar" +
|
|
360
|
+
"get\030\004 \001(\tB\002\030\001H\000\022;\n\tsccm_data\030\005 \001(\0132&.lan" +
|
|
361
|
+
"sweeper.scanningconfig.v1.SCCMDataH\000\"D\n\n" +
|
|
362
|
+
"TargetType\022\027\n\023UNKNOWN_TARGET_TYPE\020\000\022\013\n\007I" +
|
|
363
|
+
"P_SCAN\020\001\022\010\n\004SCCM\020\002\022\006\n\002AD\020\003B\006\n\004info\"\032\n\010SC" +
|
|
364
|
+
"CMData\022\016\n\006target\030\001 \001(\t\"\232\001\n\nIPScanData\0226\n" +
|
|
365
|
+
"\004type\030\001 \001(\0162(.lansweeper.scanningconfig." +
|
|
366
|
+
"v1.IPScanType\022\016\n\006target\030\002 \001(\t\022;\n\004ping\030\003 " +
|
|
367
|
+
"\001(\0132(.lansweeper.scanningconfig.v1.IPSca" +
|
|
368
|
+
"nPingH\000\210\001\001B\007\n\005_ping\"Q\n\nIPScanPing\022\020\n\010use" +
|
|
369
|
+
"_ping\030\001 \001(\010\022\024\n\014ping_timeout\030\002 \001(\005\022\033\n\023kee" +
|
|
370
|
+
"p_no_answer_scan\030\003 \001(\010\"\206\002\n\006ADData\022\014\n\004nam" +
|
|
371
|
+
"e\030\001 \001(\t\022\023\n\013adsi_filter\030\002 \001(\t\022\016\n\006domain\030\003" +
|
|
372
|
+
" \001(\t\022\025\n\rcomputer_scan\030\004 \001(\010\022\027\n\017user_grou" +
|
|
373
|
+
"p_scan\030\005 \001(\010\022@\n\tldap_type\030\006 \001(\0162-.lanswe" +
|
|
374
|
+
"eper.scanningconfig.v1.ADData.LDAPType\022\014" +
|
|
375
|
+
"\n\004port\030\007 \001(\005\022\021\n\tadsi_path\030\010 \001(\t\"6\n\010LDAPT" +
|
|
376
|
+
"ype\022\025\n\021UNKNOWN_LDAP_TYPE\020\000\022\010\n\004LDAP\020\001\022\t\n\005" +
|
|
377
|
+
"LDAPS\020\002\"z\n\005Agent\022A\n\nscan_focus\030\001 \001(\0162-.l" +
|
|
378
|
+
"answeeper.scanningconfig.v1.Agent.ScanFo" +
|
|
379
|
+
"cus\".\n\tScanFocus\022\007\n\003ALL\020\000\022\t\n\005USERS\020\001\022\r\n\t" +
|
|
380
|
+
"INVENTORY\020\002\"\225\001\n\nCredential\022I\n\004type\030\001 \001(\016" +
|
|
381
|
+
"27.lansweeper.scanningconfig.v1.Credenti" +
|
|
382
|
+
"al.CredentialTypeB\002\030\001\022\n\n\002id\030\002 \001(\t\022\r\n\005ord" +
|
|
383
|
+
"er\030\003 \001(\005\"!\n\016CredentialType\022\017\n\013UNSPECIFIE" +
|
|
384
|
+
"D\020\000\"\237\003\n\021ApplicationConfig\022?\n\007logging\030\001 \001" +
|
|
385
|
+
"(\0132).lansweeper.scanningconfig.v1.LogSet" +
|
|
386
|
+
"tingsH\000\210\001\001\022;\n\003hub\030\002 \001(\0132).lansweeper.sca" +
|
|
387
|
+
"nningconfig.v1.HubSettingsH\001\210\001\001\022A\n\006updat" +
|
|
388
|
+
"e\030\003 \001(\0132,.lansweeper.scanningconfig.v1.U" +
|
|
389
|
+
"pdateSettingsH\002\210\001\001\022F\n\tit_sensor\030\004 \001(\0132.." +
|
|
390
|
+
"lansweeper.scanningconfig.v1.ItSensorSet" +
|
|
391
|
+
"tingsH\003\210\001\001\022F\n\tot_sensor\030\005 \001(\0132..lansweep" +
|
|
392
|
+
"er.scanningconfig.v1.OtSensorSettingsH\004\210" +
|
|
393
|
+
"\001\001B\n\n\010_loggingB\006\n\004_hubB\t\n\007_updateB\014\n\n_it" +
|
|
394
|
+
"_sensorB\014\n\n_ot_sensor\"\346\004\n\013HubSettings\022^\n" +
|
|
395
|
+
"\025network_configuration\030\001 \001(\0132:.lansweepe" +
|
|
396
|
+
"r.scanningconfig.v1.NetworkConfiguration" +
|
|
397
|
+
"SettingsH\000\210\001\001\022K\n\013maintenance\030\002 \001(\01321.lan" +
|
|
398
|
+
"sweeper.scanningconfig.v1.MaintenanceSet" +
|
|
399
|
+
"tingsH\001\210\001\001\022N\n\rnotifications\030\003 \001(\01322.lans" +
|
|
400
|
+
"weeper.scanningconfig.v1.NotificationSet" +
|
|
401
|
+
"tingsH\002\210\001\001\022M\n\rfeature_flags\030\004 \001(\01321.lans" +
|
|
402
|
+
"weeper.scanningconfig.v1.FeatureFlagSett" +
|
|
403
|
+
"ingsH\003\210\001\001\022X\n\022scan_configuration\030\005 \001(\01327." +
|
|
404
|
+
"lansweeper.scanningconfig.v1.ScanConfigu" +
|
|
405
|
+
"rationSettingsH\004\210\001\001\022A\n\006import\030\006 \001(\0132,.la" +
|
|
406
|
+
"nsweeper.scanningconfig.v1.ImportSetting" +
|
|
407
|
+
"sH\005\210\001\001B\030\n\026_network_configurationB\016\n\014_mai" +
|
|
408
|
+
"ntenanceB\020\n\016_notificationsB\020\n\016_feature_f" +
|
|
409
|
+
"lagsB\025\n\023_scan_configurationB\t\n\007_import\"\272" +
|
|
410
|
+
"\001\n\023MaintenanceSettings\0228\n\022maintenance_wi" +
|
|
411
|
+
"ndow\030\001 \001(\0132\034.google.protobuf.StringValue" +
|
|
412
|
+
"\022T\n\020retention_policy\030\002 \001(\01325.lansweeper." +
|
|
413
|
+
"scanningconfig.v1.RetentionPolicySetting" +
|
|
414
|
+
"sH\000\210\001\001B\023\n\021_retention_policy\"\235\001\n\027Retentio" +
|
|
415
|
+
"nPolicySettings\022?\n\032synced_data_retention" +
|
|
416
|
+
"_days\030\001 \001(\0132\033.google.protobuf.Int32Value" +
|
|
417
|
+
"\022A\n\034unsynced_data_retention_days\030\002 \001(\0132\033" +
|
|
418
|
+
".google.protobuf.Int32Value\"\306\002\n\024Notifica" +
|
|
419
|
+
"tionSettings\0229\n\025smart_polling_enabled\030\001 " +
|
|
420
|
+
"\001(\0132\032.google.protobuf.BoolValue\022E\n defau" +
|
|
421
|
+
"lt_polling_interval_seconds\030\002 \001(\0132\033.goog" +
|
|
422
|
+
"le.protobuf.Int32Value\022n\n\027smart_polling_" +
|
|
423
|
+
"intervals\030\003 \003(\0132M.lansweeper.scanningcon" +
|
|
424
|
+
"fig.v1.NotificationSettings.SmartPolling" +
|
|
425
|
+
"IntervalsEntry\032<\n\032SmartPollingIntervalsE" +
|
|
426
|
+
"ntry\022\013\n\003key\030\001 \001(\005\022\r\n\005value\030\002 \001(\005:\0028\001\"T\n\023" +
|
|
427
|
+
"FeatureFlagSettings\022=\n\030polling_interval_" +
|
|
428
|
+
"minutes\030\001 \001(\0132\033.google.protobuf.Int32Val" +
|
|
429
|
+
"ue\"Z\n\031ScanConfigurationSettings\022=\n\030polli" +
|
|
430
|
+
"ng_interval_minutes\030\001 \001(\0132\033.google.proto" +
|
|
431
|
+
"buf.Int32Value\"\252\001\n\016ImportSettings\022+\n\007ena" +
|
|
432
|
+
"bled\030\001 \001(\0132\032.google.protobuf.BoolValue\022=" +
|
|
433
|
+
"\n\030polling_interval_seconds\030\002 \001(\0132\033.googl" +
|
|
434
|
+
"e.protobuf.Int32Value\022,\n\006folder\030\003 \001(\0132\034." +
|
|
435
|
+
"google.protobuf.StringValue\"\244\004\n\034NetworkC" +
|
|
436
|
+
"onfigurationSettings\022K\n\013parallelism\030\001 \001(" +
|
|
437
|
+
"\01321.lansweeper.scanningconfig.v1.Paralle" +
|
|
438
|
+
"lismSettingsH\000\210\001\001\022X\n\022network_visibility\030" +
|
|
439
|
+
"\002 \001(\01327.lansweeper.scanningconfig.v1.Net" +
|
|
440
|
+
"workVisibilitySettingsH\001\210\001\001\022N\n\rping_beha" +
|
|
441
|
+
"vior\030\003 \001(\01322.lansweeper.scanningconfig.v" +
|
|
442
|
+
"1.PingBehaviorSettingsH\002\210\001\001\022`\n\026protocol_" +
|
|
443
|
+
"configuration\030\004 \001(\0132;.lansweeper.scannin" +
|
|
444
|
+
"gconfig.v1.ProtocolConfigurationSettings" +
|
|
445
|
+
"H\003\210\001\001\022H\n\nexclusions\030\005 \001(\0132/.lansweeper.s" +
|
|
446
|
+
"canningconfig.v1.ExclusionSettingsH\004\210\001\001B" +
|
|
447
|
+
"\016\n\014_parallelismB\025\n\023_network_visibilityB\020" +
|
|
448
|
+
"\n\016_ping_behaviorB\031\n\027_protocol_configurat" +
|
|
449
|
+
"ionB\r\n\013_exclusions\"K\n\023ParallelismSetting" +
|
|
450
|
+
"s\0224\n\017max_parallelism\030\001 \001(\0132\033.google.prot" +
|
|
451
|
+
"obuf.Int32Value\"J\n\021ExclusionSettings\022\030\n\020" +
|
|
452
|
+
"excluded_targets\030\001 \003(\t\022\033\n\023excluded_inter" +
|
|
453
|
+
"faces\030\002 \003(\t\"\200\001\n\031NetworkVisibilitySetting" +
|
|
464
454
|
"s\022+\n\007enabled\030\001 \001(\0132\032.google.protobuf.Boo" +
|
|
465
|
-
"lValue\
|
|
466
|
-
"
|
|
467
|
-
"
|
|
468
|
-
"
|
|
469
|
-
"
|
|
470
|
-
"
|
|
471
|
-
"
|
|
472
|
-
"
|
|
473
|
-
"
|
|
474
|
-
"
|
|
475
|
-
".
|
|
476
|
-
"
|
|
477
|
-
"
|
|
478
|
-
"
|
|
479
|
-
"
|
|
480
|
-
"
|
|
481
|
-
"
|
|
482
|
-
"
|
|
483
|
-
"
|
|
484
|
-
"
|
|
485
|
-
"(\
|
|
486
|
-
"
|
|
487
|
-
"
|
|
488
|
-
"
|
|
489
|
-
"
|
|
490
|
-
"\
|
|
491
|
-
"
|
|
492
|
-
"\
|
|
493
|
-
"\
|
|
494
|
-
"
|
|
495
|
-
"
|
|
496
|
-
"
|
|
497
|
-
"\
|
|
498
|
-
"
|
|
499
|
-
"
|
|
500
|
-
"
|
|
501
|
-
"
|
|
502
|
-
"
|
|
503
|
-
"
|
|
504
|
-
"
|
|
505
|
-
"
|
|
506
|
-
"
|
|
507
|
-
"\
|
|
508
|
-
"google.protobuf.
|
|
509
|
-
"
|
|
510
|
-
"
|
|
511
|
-
"
|
|
512
|
-
"
|
|
513
|
-
"
|
|
514
|
-
"
|
|
515
|
-
"
|
|
516
|
-
"
|
|
517
|
-
"
|
|
518
|
-
"
|
|
519
|
-
"
|
|
520
|
-
"
|
|
521
|
-
"
|
|
522
|
-
"
|
|
523
|
-
"\
|
|
524
|
-
"
|
|
525
|
-
"
|
|
526
|
-
".
|
|
527
|
-
"
|
|
528
|
-
"n\
|
|
529
|
-
"
|
|
530
|
-
"
|
|
531
|
-
"
|
|
532
|
-
"
|
|
533
|
-
"
|
|
534
|
-
"
|
|
535
|
-
"
|
|
455
|
+
"lValue\0226\n\022active_cdr_enabled\030\002 \001(\0132\032.goo" +
|
|
456
|
+
"gle.protobuf.BoolValue\"\026\n\024PingBehaviorSe" +
|
|
457
|
+
"ttings\"\227\002\n\035ProtocolConfigurationSettings" +
|
|
458
|
+
"\022/\n\013all_enabled\030\001 \001(\0132\032.google.protobuf." +
|
|
459
|
+
"BoolValue\022]\n\tprotocols\030\002 \003(\0132J.lansweepe" +
|
|
460
|
+
"r.scanningconfig.v1.ProtocolConfiguratio" +
|
|
461
|
+
"nSettings.ProtocolsEntry\032f\n\016ProtocolsEnt" +
|
|
462
|
+
"ry\022\013\n\003key\030\001 \001(\t\022C\n\005value\030\002 \001(\01324.lanswee" +
|
|
463
|
+
"per.scanningconfig.v1.ProtocolDetailSett" +
|
|
464
|
+
"ings:\0028\001\"\212\002\n\026ProtocolDetailSettings\022+\n\007e" +
|
|
465
|
+
"nabled\030\001 \001(\0132\032.google.protobuf.BoolValue" +
|
|
466
|
+
"\022)\n\004port\030\002 \001(\0132\033.google.protobuf.Int32Va" +
|
|
467
|
+
"lue\022a\n\017additional_data\030\003 \003(\0132H.lansweepe" +
|
|
468
|
+
"r.scanningconfig.v1.ProtocolDetailSettin" +
|
|
469
|
+
"gs.AdditionalDataEntry\0325\n\023AdditionalData" +
|
|
470
|
+
"Entry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\"\214\001" +
|
|
471
|
+
"\n\020ItSensorSettings\022^\n\025network_configurat" +
|
|
472
|
+
"ion\030\001 \001(\0132:.lansweeper.scanningconfig.v1" +
|
|
473
|
+
".NetworkConfigurationSettingsH\000\210\001\001B\030\n\026_n" +
|
|
474
|
+
"etwork_configuration\"\360\001\n\020OtSensorSetting" +
|
|
475
|
+
"s\022^\n\025network_configuration\030\001 \001(\0132:.lansw" +
|
|
476
|
+
"eeper.scanningconfig.v1.NetworkConfigura" +
|
|
477
|
+
"tionSettingsH\000\210\001\001\022N\n\017traffic_logging\030\002 \001" +
|
|
478
|
+
"(\01320.lansweeper.scanningconfig.v1.Traffi" +
|
|
479
|
+
"cLogSettingsH\001\210\001\001B\030\n\026_network_configurat" +
|
|
480
|
+
"ionB\022\n\020_traffic_logging\"m\n\022TrafficLogSet" +
|
|
481
|
+
"tings\022+\n\007enabled\030\001 \001(\0132\032.google.protobuf" +
|
|
482
|
+
".BoolValue\022*\n\004path\030\002 \001(\0132\034.google.protob" +
|
|
483
|
+
"uf.StringValue\"\262\003\n\016UpdateSettings\022:\n\026upd" +
|
|
484
|
+
"ate_on_availability\030\001 \001(\0132\032.google.proto" +
|
|
485
|
+
"buf.BoolValue\022N\n\rupdate_window\030\002 \001(\01322.l" +
|
|
486
|
+
"answeeper.scanningconfig.v1.UpdateWindow" +
|
|
487
|
+
"SettingsH\000\210\001\001\022E\n\010download\030\003 \001(\0132..lanswe" +
|
|
488
|
+
"eper.scanningconfig.v1.DownloadSettingsH" +
|
|
489
|
+
"\001\210\001\001\022A\n\006backup\030\004 \001(\0132,.lansweeper.scanni" +
|
|
490
|
+
"ngconfig.v1.BackupSettingsH\002\210\001\001\022N\n\rprere" +
|
|
491
|
+
"quisites\030\005 \001(\01322.lansweeper.scanningconf" +
|
|
492
|
+
"ig.v1.PrerequisiteSettingsH\003\210\001\001B\020\n\016_upda" +
|
|
493
|
+
"te_windowB\013\n\t_downloadB\t\n\007_backupB\020\n\016_pr" +
|
|
494
|
+
"erequisites\"x\n\024UpdateWindowSettings\022+\n\007e" +
|
|
495
|
+
"nabled\030\001 \001(\0132\032.google.protobuf.BoolValue" +
|
|
496
|
+
"\0223\n\rupdate_window\030\002 \001(\0132\034.google.protobu" +
|
|
497
|
+
"f.StringValue\"E\n\016BackupSettings\0223\n\rbacku" +
|
|
498
|
+
"p_folder\030\001 \001(\0132\034.google.protobuf.StringV" +
|
|
499
|
+
"alue\"\277\002\n\020DownloadSettings\022<\n\030download_on" +
|
|
500
|
+
"_availability\030\001 \001(\0132\032.google.protobuf.Bo" +
|
|
501
|
+
"olValue\0225\n\017download_window\030\002 \001(\0132\034.googl" +
|
|
502
|
+
"e.protobuf.StringValue\0225\n\017download_folde" +
|
|
503
|
+
"r\030\003 \001(\0132\034.google.protobuf.StringValue\022=\n" +
|
|
504
|
+
"\030download_timeout_seconds\030\004 \001(\0132\033.google" +
|
|
505
|
+
".protobuf.Int32Value\022@\n\033throttle_rate_kb" +
|
|
506
|
+
"_per_second\030\005 \001(\0132\033.google.protobuf.Int3" +
|
|
507
|
+
"2Value\"\245\001\n\024PrerequisiteSettings\022C\n\036requi" +
|
|
508
|
+
"red_free_disk_space_bytes\030\001 \001(\0132\033.google" +
|
|
509
|
+
".protobuf.Int64Value\022H\n#required_free_di" +
|
|
510
|
+
"sk_space_percentage\030\002 \001(\0132\033.google.proto" +
|
|
511
|
+
"buf.Int32Value\"\262\003\n\013LogSettings\022F\n\005level\030" +
|
|
512
|
+
"\001 \001(\01622.lansweeper.scanningconfig.v1.Log" +
|
|
513
|
+
"Settings.LogLevelH\000\210\001\001\022:\n\025file_size_limi" +
|
|
514
|
+
"t_bytes\030\002 \001(\0132\033.google.protobuf.Int64Val" +
|
|
515
|
+
"ue\022>\n\031retained_file_count_limit\030\003 \001(\0132\033." +
|
|
516
|
+
"google.protobuf.Int32Value\022K\n\toverrides\030" +
|
|
517
|
+
"\004 \003(\01328.lansweeper.scanningconfig.v1.Log" +
|
|
518
|
+
"Settings.OverridesEntry\0320\n\016OverridesEntr" +
|
|
519
|
+
"y\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\t:\0028\001\"V\n\010Log" +
|
|
520
|
+
"Level\022\013\n\007VERBOSE\020\000\022\t\n\005DEBUG\020\001\022\017\n\013INFORMA" +
|
|
521
|
+
"TION\020\002\022\013\n\007WARNING\020\003\022\t\n\005ERROR\020\004\022\t\n\005FATAL\020" +
|
|
522
|
+
"\005B\010\n\006_level*;\n\nIPScanType\022\030\n\024UNKNOWN_IP_" +
|
|
523
|
+
"SCAN_TYPE\020\000\022\t\n\005RANGE\020\001\022\010\n\004HOST\020\0022\306\003\n\025Sca" +
|
|
524
|
+
"nningConfigService\022\236\001\n\031GetConfigurations" +
|
|
525
|
+
"BySource\022>.lansweeper.scanningconfig.v1." +
|
|
526
|
+
"GetConfigurationsBySourceRequest\032?.lansw" +
|
|
527
|
+
"eeper.scanningconfig.v1.GetConfiguration" +
|
|
528
|
+
"sBySourceResponse\"\000\022w\n\014DeleteAction\0221.la" +
|
|
529
|
+
"nsweeper.scanningconfig.v1.DeleteActionR" +
|
|
530
|
+
"equest\0322.lansweeper.scanningconfig.v1.De" +
|
|
531
|
+
"leteActionResponse\"\000\022\222\001\n\025GetExclusionsBy" +
|
|
532
|
+
"Source\022:.lansweeper.scanningconfig.v1.Ge" +
|
|
533
|
+
"tExclusionsBySourceRequest\032;.lansweeper." +
|
|
534
|
+
"scanningconfig.v1.GetExclusionsBySourceR" +
|
|
535
|
+
"esponse\"\000B\022P\001Z\016./generated-gob\006proto3"
|
|
536
536
|
};
|
|
537
537
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
|
538
538
|
.internalBuildGeneratedFileFrom(descriptorData,
|
|
@@ -640,7 +640,7 @@ public final class Scanningconfig {
|
|
|
640
640
|
internal_static_lansweeper_scanningconfig_v1_ActionDefinition_fieldAccessorTable = new
|
|
641
641
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
642
642
|
internal_static_lansweeper_scanningconfig_v1_ActionDefinition_descriptor,
|
|
643
|
-
new java.lang.String[] { "ScanFocus", "Targets", "Exclusions", "TargetsData", });
|
|
643
|
+
new java.lang.String[] { "ScanFocus", "Targets", "Exclusions", "TargetsData", "AiScan", });
|
|
644
644
|
internal_static_lansweeper_scanningconfig_v1_TargetData_descriptor =
|
|
645
645
|
getDescriptor().getMessageTypes().get(17);
|
|
646
646
|
internal_static_lansweeper_scanningconfig_v1_TargetData_fieldAccessorTable = new
|
package/model/target/generated-sources/protobuf/java/lansweeper/scanningconfig/v1/TargetData.java
CHANGED
|
@@ -296,7 +296,7 @@ private static final long serialVersionUID = 0L;
|
|
|
296
296
|
/**
|
|
297
297
|
* <code>string target = 4 [deprecated = true];</code>
|
|
298
298
|
* @deprecated lansweeper.scanningconfig.v1.TargetData.target is deprecated.
|
|
299
|
-
* See scanningconfig.proto;l=
|
|
299
|
+
* See scanningconfig.proto;l=164
|
|
300
300
|
* @return Whether the target field is set.
|
|
301
301
|
*/
|
|
302
302
|
@java.lang.Deprecated public boolean hasTarget() {
|
|
@@ -305,7 +305,7 @@ private static final long serialVersionUID = 0L;
|
|
|
305
305
|
/**
|
|
306
306
|
* <code>string target = 4 [deprecated = true];</code>
|
|
307
307
|
* @deprecated lansweeper.scanningconfig.v1.TargetData.target is deprecated.
|
|
308
|
-
* See scanningconfig.proto;l=
|
|
308
|
+
* See scanningconfig.proto;l=164
|
|
309
309
|
* @return The target.
|
|
310
310
|
*/
|
|
311
311
|
@java.lang.Deprecated public java.lang.String getTarget() {
|
|
@@ -328,7 +328,7 @@ private static final long serialVersionUID = 0L;
|
|
|
328
328
|
/**
|
|
329
329
|
* <code>string target = 4 [deprecated = true];</code>
|
|
330
330
|
* @deprecated lansweeper.scanningconfig.v1.TargetData.target is deprecated.
|
|
331
|
-
* See scanningconfig.proto;l=
|
|
331
|
+
* See scanningconfig.proto;l=164
|
|
332
332
|
* @return The bytes for target.
|
|
333
333
|
*/
|
|
334
334
|
@java.lang.Deprecated public com.google.protobuf.ByteString
|
|
@@ -1207,7 +1207,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1207
1207
|
/**
|
|
1208
1208
|
* <code>string target = 4 [deprecated = true];</code>
|
|
1209
1209
|
* @deprecated lansweeper.scanningconfig.v1.TargetData.target is deprecated.
|
|
1210
|
-
* See scanningconfig.proto;l=
|
|
1210
|
+
* See scanningconfig.proto;l=164
|
|
1211
1211
|
* @return Whether the target field is set.
|
|
1212
1212
|
*/
|
|
1213
1213
|
@java.lang.Override
|
|
@@ -1217,7 +1217,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1217
1217
|
/**
|
|
1218
1218
|
* <code>string target = 4 [deprecated = true];</code>
|
|
1219
1219
|
* @deprecated lansweeper.scanningconfig.v1.TargetData.target is deprecated.
|
|
1220
|
-
* See scanningconfig.proto;l=
|
|
1220
|
+
* See scanningconfig.proto;l=164
|
|
1221
1221
|
* @return The target.
|
|
1222
1222
|
*/
|
|
1223
1223
|
@java.lang.Override
|
|
@@ -1241,7 +1241,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1241
1241
|
/**
|
|
1242
1242
|
* <code>string target = 4 [deprecated = true];</code>
|
|
1243
1243
|
* @deprecated lansweeper.scanningconfig.v1.TargetData.target is deprecated.
|
|
1244
|
-
* See scanningconfig.proto;l=
|
|
1244
|
+
* See scanningconfig.proto;l=164
|
|
1245
1245
|
* @return The bytes for target.
|
|
1246
1246
|
*/
|
|
1247
1247
|
@java.lang.Override
|
|
@@ -1266,7 +1266,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1266
1266
|
/**
|
|
1267
1267
|
* <code>string target = 4 [deprecated = true];</code>
|
|
1268
1268
|
* @deprecated lansweeper.scanningconfig.v1.TargetData.target is deprecated.
|
|
1269
|
-
* See scanningconfig.proto;l=
|
|
1269
|
+
* See scanningconfig.proto;l=164
|
|
1270
1270
|
* @param value The target to set.
|
|
1271
1271
|
* @return This builder for chaining.
|
|
1272
1272
|
*/
|
|
@@ -1281,7 +1281,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1281
1281
|
/**
|
|
1282
1282
|
* <code>string target = 4 [deprecated = true];</code>
|
|
1283
1283
|
* @deprecated lansweeper.scanningconfig.v1.TargetData.target is deprecated.
|
|
1284
|
-
* See scanningconfig.proto;l=
|
|
1284
|
+
* See scanningconfig.proto;l=164
|
|
1285
1285
|
* @return This builder for chaining.
|
|
1286
1286
|
*/
|
|
1287
1287
|
@java.lang.Deprecated public Builder clearTarget() {
|
|
@@ -1295,7 +1295,7 @@ private static final long serialVersionUID = 0L;
|
|
|
1295
1295
|
/**
|
|
1296
1296
|
* <code>string target = 4 [deprecated = true];</code>
|
|
1297
1297
|
* @deprecated lansweeper.scanningconfig.v1.TargetData.target is deprecated.
|
|
1298
|
-
* See scanningconfig.proto;l=
|
|
1298
|
+
* See scanningconfig.proto;l=164
|
|
1299
1299
|
* @param value The bytes for target to set.
|
|
1300
1300
|
* @return This builder for chaining.
|
|
1301
1301
|
*/
|
|
@@ -52,21 +52,21 @@ public interface TargetDataOrBuilder extends
|
|
|
52
52
|
/**
|
|
53
53
|
* <code>string target = 4 [deprecated = true];</code>
|
|
54
54
|
* @deprecated lansweeper.scanningconfig.v1.TargetData.target is deprecated.
|
|
55
|
-
* See scanningconfig.proto;l=
|
|
55
|
+
* See scanningconfig.proto;l=164
|
|
56
56
|
* @return Whether the target field is set.
|
|
57
57
|
*/
|
|
58
58
|
@java.lang.Deprecated boolean hasTarget();
|
|
59
59
|
/**
|
|
60
60
|
* <code>string target = 4 [deprecated = true];</code>
|
|
61
61
|
* @deprecated lansweeper.scanningconfig.v1.TargetData.target is deprecated.
|
|
62
|
-
* See scanningconfig.proto;l=
|
|
62
|
+
* See scanningconfig.proto;l=164
|
|
63
63
|
* @return The target.
|
|
64
64
|
*/
|
|
65
65
|
@java.lang.Deprecated java.lang.String getTarget();
|
|
66
66
|
/**
|
|
67
67
|
* <code>string target = 4 [deprecated = true];</code>
|
|
68
68
|
* @deprecated lansweeper.scanningconfig.v1.TargetData.target is deprecated.
|
|
69
|
-
* See scanningconfig.proto;l=
|
|
69
|
+
* See scanningconfig.proto;l=164
|
|
70
70
|
* @return The bytes for target.
|
|
71
71
|
*/
|
|
72
72
|
@java.lang.Deprecated com.google.protobuf.ByteString
|