@lansweeper/data-platform-outbound-grpc 0.3.14 → 0.3.16

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.
Files changed (68) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +450 -0
  4. package/gen-proto/outbound_pb.js +4181 -4
  5. package/generated-go/outbound.pb.go +22359 -20867
  6. package/java.json +1 -1
  7. package/model/pom.xml +1 -1
  8. package/model/src/main/proto/outbound.proto +142 -10
  9. package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset$1.class +0 -0
  10. package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset$Builder.class +0 -0
  11. package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset.class +0 -0
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetOrBuilder.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/DataProcessor$1.class +0 -0
  14. package/model/target/classes/com/lansweeper/dp/outbound/v1/DataProcessor$Builder.class +0 -0
  15. package/model/target/classes/com/lansweeper/dp/outbound/v1/DataProcessor.class +0 -0
  16. package/model/target/classes/com/lansweeper/dp/outbound/v1/DataProcessorOrBuilder.class +0 -0
  17. package/model/target/classes/com/lansweeper/dp/outbound/v1/DeviceActionResult$1.class +0 -0
  18. package/model/target/classes/com/lansweeper/dp/outbound/v1/DeviceActionResult$Builder.class +0 -0
  19. package/model/target/classes/com/lansweeper/dp/outbound/v1/DeviceActionResult.class +0 -0
  20. package/model/target/classes/com/lansweeper/dp/outbound/v1/DeviceActionResultOrBuilder.class +0 -0
  21. package/model/target/classes/com/lansweeper/dp/outbound/v1/Group$1.class +0 -0
  22. package/model/target/classes/com/lansweeper/dp/outbound/v1/Group$Builder.class +0 -0
  23. package/model/target/classes/com/lansweeper/dp/outbound/v1/Group.class +0 -0
  24. package/model/target/classes/com/lansweeper/dp/outbound/v1/GroupOrBuilder.class +0 -0
  25. package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneApplication$1.class +0 -0
  26. package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneApplication$Builder.class +0 -0
  27. package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneApplication.class +0 -0
  28. package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneApplicationOrBuilder.class +0 -0
  29. package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneDevice$1.class +0 -0
  30. package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneDevice$Builder.class +0 -0
  31. package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneDevice.class +0 -0
  32. package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneDeviceOrBuilder.class +0 -0
  33. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  34. package/model/target/classes/com/lansweeper/dp/outbound/v1/User$1.class +0 -0
  35. package/model/target/classes/com/lansweeper/dp/outbound/v1/User$Builder.class +0 -0
  36. package/model/target/classes/com/lansweeper/dp/outbound/v1/User.class +0 -0
  37. package/model/target/classes/com/lansweeper/dp/outbound/v1/UserOrBuilder.class +0 -0
  38. package/model/target/classes/outbound.proto +142 -10
  39. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Asset.java +1167 -260
  40. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetOrBuilder.java +94 -0
  41. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/BootConfig.java +2 -2
  42. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerConnectedModem.java +9 -9
  43. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerConnectedModemOrBuilder.java +3 -3
  44. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/DataProcessor.java +1405 -0
  45. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/DataProcessorOrBuilder.java +121 -0
  46. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/DeviceActionResult.java +1084 -0
  47. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/DeviceActionResultOrBuilder.java +72 -0
  48. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Group.java +430 -79
  49. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/GroupOrBuilder.java +24 -0
  50. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/IntuneApplication.java +947 -0
  51. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/IntuneApplicationOrBuilder.java +58 -0
  52. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/IntuneDevice.java +12075 -0
  53. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/IntuneDeviceOrBuilder.java +1015 -0
  54. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +2999 -2849
  55. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/User.java +430 -79
  56. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/UserOrBuilder.java +24 -0
  57. package/model/target/maven-archiver/pom.properties +2 -2
  58. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +16 -0
  59. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +9 -1
  60. package/model/target/{outbound-model-0.3.13-sources.jar → outbound-model-0.3.15-sources.jar} +0 -0
  61. package/model/target/{outbound-model-0.3.13.jar → outbound-model-0.3.15.jar} +0 -0
  62. package/package.json +2 -2
  63. package/pom.xml +1 -1
  64. package/proto/outbound.proto +142 -10
  65. package/service/pom.xml +1 -1
  66. package/service/target/maven-archiver/pom.properties +2 -2
  67. package/service/target/{outbound-service-0.3.13-sources.jar → outbound-service-0.3.15-sources.jar} +0 -0
  68. package/service/target/{outbound-service-0.3.13.jar → outbound-service-0.3.15.jar} +0 -0
@@ -621,6 +621,10 @@ export class Asset extends jspb.Message {
621
621
  getUnlinkedSourceInfoList(): Array<SourceInfo>;
622
622
  setUnlinkedSourceInfoList(value: Array<SourceInfo>): Asset;
623
623
  addUnlinkedSourceInfo(value?: SourceInfo, index?: number): SourceInfo;
624
+ clearDataProcessorList(): void;
625
+ getDataProcessorList(): Array<DataProcessor>;
626
+ setDataProcessorList(value: Array<DataProcessor>): Asset;
627
+ addDataProcessor(value?: DataProcessor, index?: number): DataProcessor;
624
628
 
625
629
  hasUniqueKey(): boolean;
626
630
  clearUniqueKey(): void;
@@ -737,6 +741,16 @@ export class Asset extends jspb.Message {
737
741
  setChangeLogList(value: Array<AssetChangeEvent>): Asset;
738
742
  addChangeLog(value?: AssetChangeEvent, index?: number): AssetChangeEvent;
739
743
 
744
+ hasIntuneDevice(): boolean;
745
+ clearIntuneDevice(): void;
746
+ getIntuneDevice(): IntuneDevice | undefined;
747
+ setIntuneDevice(value?: IntuneDevice): Asset;
748
+
749
+ hasIntuneApplication(): boolean;
750
+ clearIntuneApplication(): void;
751
+ getIntuneApplication(): IntuneApplication | undefined;
752
+ setIntuneApplication(value?: IntuneApplication): Asset;
753
+
740
754
  serializeBinary(): Uint8Array;
741
755
  toObject(includeInstance?: boolean): Asset.AsObject;
742
756
  static toObject(includeInstance: boolean, msg: Asset): Asset.AsObject;
@@ -758,6 +772,7 @@ export namespace Asset {
758
772
  lastSyncedSourceName?: string,
759
773
  sourceInfoList: Array<SourceInfo.AsObject>,
760
774
  unlinkedSourceInfoList: Array<SourceInfo.AsObject>,
775
+ dataProcessorList: Array<DataProcessor.AsObject>,
761
776
  uniqueKey?: string,
762
777
  scanErrorList: Array<ScanError.AsObject>,
763
778
  internetIp?: IpInfo.AsObject,
@@ -782,6 +797,8 @@ export namespace Asset {
782
797
  otModule?: OtModule.AsObject,
783
798
  cloud?: CloudEntity.AsObject,
784
799
  changeLogList: Array<AssetChangeEvent.AsObject>,
800
+ intuneDevice?: IntuneDevice.AsObject,
801
+ intuneApplication?: IntuneApplication.AsObject,
785
802
  }
786
803
  }
787
804
 
@@ -2208,6 +2225,376 @@ export namespace AssetType {
2208
2225
  }
2209
2226
  }
2210
2227
 
2228
+ export class DeviceActionResult extends jspb.Message {
2229
+ getActionName(): string;
2230
+ setActionName(value: string): DeviceActionResult;
2231
+ getActionState(): string;
2232
+ setActionState(value: string): DeviceActionResult;
2233
+
2234
+ hasStartDateTime(): boolean;
2235
+ clearStartDateTime(): void;
2236
+ getStartDateTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
2237
+ setStartDateTime(value?: google_protobuf_timestamp_pb.Timestamp): DeviceActionResult;
2238
+
2239
+ hasLastUpdatedDateTime(): boolean;
2240
+ clearLastUpdatedDateTime(): void;
2241
+ getLastUpdatedDateTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
2242
+ setLastUpdatedDateTime(value?: google_protobuf_timestamp_pb.Timestamp): DeviceActionResult;
2243
+
2244
+ serializeBinary(): Uint8Array;
2245
+ toObject(includeInstance?: boolean): DeviceActionResult.AsObject;
2246
+ static toObject(includeInstance: boolean, msg: DeviceActionResult): DeviceActionResult.AsObject;
2247
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
2248
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
2249
+ static serializeBinaryToWriter(message: DeviceActionResult, writer: jspb.BinaryWriter): void;
2250
+ static deserializeBinary(bytes: Uint8Array): DeviceActionResult;
2251
+ static deserializeBinaryFromReader(message: DeviceActionResult, reader: jspb.BinaryReader): DeviceActionResult;
2252
+ }
2253
+
2254
+ export namespace DeviceActionResult {
2255
+ export type AsObject = {
2256
+ actionName: string,
2257
+ actionState: string,
2258
+ startDateTime?: google_protobuf_timestamp_pb.Timestamp.AsObject,
2259
+ lastUpdatedDateTime?: google_protobuf_timestamp_pb.Timestamp.AsObject,
2260
+ }
2261
+ }
2262
+
2263
+ export class IntuneDevice extends jspb.Message {
2264
+ getIntuneId(): string;
2265
+ setIntuneId(value: string): IntuneDevice;
2266
+ getRemoteAssistanceSessionErrorDetails(): string;
2267
+ setRemoteAssistanceSessionErrorDetails(value: string): IntuneDevice;
2268
+ getIsEncrypted(): boolean;
2269
+ setIsEncrypted(value: boolean): IntuneDevice;
2270
+ getUserPrincipalName(): string;
2271
+ setUserPrincipalName(value: string): IntuneDevice;
2272
+ getModel(): string;
2273
+ setModel(value: string): IntuneDevice;
2274
+ getManufacturer(): string;
2275
+ setManufacturer(value: string): IntuneDevice;
2276
+ getImei(): string;
2277
+ setImei(value: string): IntuneDevice;
2278
+
2279
+ hasComplianceGracePeriodExpirationDate(): boolean;
2280
+ clearComplianceGracePeriodExpirationDate(): void;
2281
+ getComplianceGracePeriodExpirationDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
2282
+ setComplianceGracePeriodExpirationDate(value?: google_protobuf_timestamp_pb.Timestamp): IntuneDevice;
2283
+ getSerialNumber(): string;
2284
+ setSerialNumber(value: string): IntuneDevice;
2285
+ getPhoneNumber(): string;
2286
+ setPhoneNumber(value: string): IntuneDevice;
2287
+ getAndroidSecurityPatchLevel(): string;
2288
+ setAndroidSecurityPatchLevel(value: string): IntuneDevice;
2289
+ getUserDisplayName(): string;
2290
+ setUserDisplayName(value: string): IntuneDevice;
2291
+ getWiFiMacAddress(): string;
2292
+ setWiFiMacAddress(value: string): IntuneDevice;
2293
+ getSubscriberCarrier(): string;
2294
+ setSubscriberCarrier(value: string): IntuneDevice;
2295
+ getMeid(): string;
2296
+ setMeid(value: string): IntuneDevice;
2297
+ getTotalStorageSpaceInBytes(): number;
2298
+ setTotalStorageSpaceInBytes(value: number): IntuneDevice;
2299
+ getFreeStorageSpaceInBytes(): number;
2300
+ setFreeStorageSpaceInBytes(value: number): IntuneDevice;
2301
+ getManagedDeviceName(): string;
2302
+ setManagedDeviceName(value: string): IntuneDevice;
2303
+ getPartnerReportedThreatState(): string;
2304
+ setPartnerReportedThreatState(value: string): IntuneDevice;
2305
+ getRemoteAssistanceSessionUrl(): string;
2306
+ setRemoteAssistanceSessionUrl(value: string): IntuneDevice;
2307
+ getExchangeAccessStateReason(): string;
2308
+ setExchangeAccessStateReason(value: string): IntuneDevice;
2309
+ getExchangeAccessState(): string;
2310
+ setExchangeAccessState(value: string): IntuneDevice;
2311
+
2312
+ hasExchangeLastSuccessfulSyncDate(): boolean;
2313
+ clearExchangeLastSuccessfulSyncDate(): void;
2314
+ getExchangeLastSuccessfulSyncDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
2315
+ setExchangeLastSuccessfulSyncDate(value?: google_protobuf_timestamp_pb.Timestamp): IntuneDevice;
2316
+ getUserId(): string;
2317
+ setUserId(value: string): IntuneDevice;
2318
+ getDeviceName(): string;
2319
+ setDeviceName(value: string): IntuneDevice;
2320
+ getManagedDeviceOwnerType(): string;
2321
+ setManagedDeviceOwnerType(value: string): IntuneDevice;
2322
+ clearDeviceActionResultsList(): void;
2323
+ getDeviceActionResultsList(): Array<DeviceActionResult>;
2324
+ setDeviceActionResultsList(value: Array<DeviceActionResult>): IntuneDevice;
2325
+ addDeviceActionResults(value?: DeviceActionResult, index?: number): DeviceActionResult;
2326
+
2327
+ hasEnrolledDateTime(): boolean;
2328
+ clearEnrolledDateTime(): void;
2329
+ getEnrolledDateTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
2330
+ setEnrolledDateTime(value?: google_protobuf_timestamp_pb.Timestamp): IntuneDevice;
2331
+
2332
+ hasLastSyncDateTime(): boolean;
2333
+ clearLastSyncDateTime(): void;
2334
+ getLastSyncDateTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
2335
+ setLastSyncDateTime(value?: google_protobuf_timestamp_pb.Timestamp): IntuneDevice;
2336
+ getOperatingSystem(): string;
2337
+ setOperatingSystem(value: string): IntuneDevice;
2338
+ getComplianceState(): string;
2339
+ setComplianceState(value: string): IntuneDevice;
2340
+ getJailBroken(): string;
2341
+ setJailBroken(value: string): IntuneDevice;
2342
+ getManagementAgent(): string;
2343
+ setManagementAgent(value: string): IntuneDevice;
2344
+ getOsVersion(): string;
2345
+ setOsVersion(value: string): IntuneDevice;
2346
+ getEasDeviceId(): string;
2347
+ setEasDeviceId(value: string): IntuneDevice;
2348
+
2349
+ hasEasActivationDate(): boolean;
2350
+ clearEasActivationDate(): void;
2351
+ getEasActivationDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
2352
+ setEasActivationDate(value?: google_protobuf_timestamp_pb.Timestamp): IntuneDevice;
2353
+ getIsAzureAdRegistered(): boolean;
2354
+ setIsAzureAdRegistered(value: boolean): IntuneDevice;
2355
+ getDeviceEnrollmentType(): string;
2356
+ setDeviceEnrollmentType(value: string): IntuneDevice;
2357
+ getActivationLockBypassCode(): string;
2358
+ setActivationLockBypassCode(value: string): IntuneDevice;
2359
+ getEmailAddress(): string;
2360
+ setEmailAddress(value: string): IntuneDevice;
2361
+ getAzureAdDeviceId(): string;
2362
+ setAzureAdDeviceId(value: string): IntuneDevice;
2363
+ getDeviceRegistrationState(): string;
2364
+ setDeviceRegistrationState(value: string): IntuneDevice;
2365
+ getIsSupervised(): boolean;
2366
+ setIsSupervised(value: boolean): IntuneDevice;
2367
+ getIsEasActivated(): boolean;
2368
+ setIsEasActivated(value: boolean): IntuneDevice;
2369
+ getHasFeatureInventory(): boolean;
2370
+ setHasFeatureInventory(value: boolean): IntuneDevice;
2371
+ getHasFeatureModernApps(): boolean;
2372
+ setHasFeatureModernApps(value: boolean): IntuneDevice;
2373
+ getHasFeatureResourceAccess(): boolean;
2374
+ setHasFeatureResourceAccess(value: boolean): IntuneDevice;
2375
+ getHasFeatureDeviceConfiguration(): boolean;
2376
+ setHasFeatureDeviceConfiguration(value: boolean): IntuneDevice;
2377
+ getHasFeatureCompliancePolicy(): boolean;
2378
+ setHasFeatureCompliancePolicy(value: boolean): IntuneDevice;
2379
+ getHasFeatureWindowsUpdateForBusiness(): boolean;
2380
+ setHasFeatureWindowsUpdateForBusiness(value: boolean): IntuneDevice;
2381
+ getHealthStatusMismatchInfo(): string;
2382
+ setHealthStatusMismatchInfo(value: string): IntuneDevice;
2383
+ getOperatingSystemRevListInfo(): string;
2384
+ setOperatingSystemRevListInfo(value: string): IntuneDevice;
2385
+ getBootRevisionListInfo(): string;
2386
+ setBootRevisionListInfo(value: string): IntuneDevice;
2387
+ getCodeIntegrityPolicy(): string;
2388
+ setCodeIntegrityPolicy(value: string): IntuneDevice;
2389
+ getSecureBootConfigurationPolicyFingerPrint(): string;
2390
+ setSecureBootConfigurationPolicyFingerPrint(value: string): IntuneDevice;
2391
+ getPcr0(): string;
2392
+ setPcr0(value: string): IntuneDevice;
2393
+ getTpmVersion(): string;
2394
+ setTpmVersion(value: string): IntuneDevice;
2395
+ getBootManagerSecurityVersion(): string;
2396
+ setBootManagerSecurityVersion(value: string): IntuneDevice;
2397
+ getBootAppSecurityVersion(): string;
2398
+ setBootAppSecurityVersion(value: string): IntuneDevice;
2399
+ getPcrHashAlgorithm(): string;
2400
+ setPcrHashAlgorithm(value: string): IntuneDevice;
2401
+ getVirtualSecureMode(): string;
2402
+ setVirtualSecureMode(value: string): IntuneDevice;
2403
+ getEarlyLaunchAntiMalwareDriverProtection(): string;
2404
+ setEarlyLaunchAntiMalwareDriverProtection(value: string): IntuneDevice;
2405
+ getWindowsPe(): string;
2406
+ setWindowsPe(value: string): IntuneDevice;
2407
+ getSafeMode(): string;
2408
+ setSafeMode(value: string): IntuneDevice;
2409
+ getTestSigning(): string;
2410
+ setTestSigning(value: string): IntuneDevice;
2411
+ getCodeIntegrity(): string;
2412
+ setCodeIntegrity(value: string): IntuneDevice;
2413
+ getOperatingSystemKernelDebugging(): string;
2414
+ setOperatingSystemKernelDebugging(value: string): IntuneDevice;
2415
+ getLastUpdateDateTime(): string;
2416
+ setLastUpdateDateTime(value: string): IntuneDevice;
2417
+
2418
+ hasLastUpdate(): boolean;
2419
+ clearLastUpdate(): void;
2420
+ getLastUpdate(): google_protobuf_timestamp_pb.Timestamp | undefined;
2421
+ setLastUpdate(value?: google_protobuf_timestamp_pb.Timestamp): IntuneDevice;
2422
+ getContentNamespaceUrl(): string;
2423
+ setContentNamespaceUrl(value: string): IntuneDevice;
2424
+ getDeviceHealthAttestationStatus(): string;
2425
+ setDeviceHealthAttestationStatus(value: string): IntuneDevice;
2426
+ getContentVersion(): string;
2427
+ setContentVersion(value: string): IntuneDevice;
2428
+
2429
+ hasIssuedDate(): boolean;
2430
+ clearIssuedDate(): void;
2431
+ getIssuedDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
2432
+ setIssuedDate(value?: google_protobuf_timestamp_pb.Timestamp): IntuneDevice;
2433
+ getAttestationIdentityKey(): string;
2434
+ setAttestationIdentityKey(value: string): IntuneDevice;
2435
+ getHealthAttestationSupportedStatus(): string;
2436
+ setHealthAttestationSupportedStatus(value: string): IntuneDevice;
2437
+ getResetCount(): number;
2438
+ setResetCount(value: number): IntuneDevice;
2439
+ getDataExecutionPolicy(): string;
2440
+ setDataExecutionPolicy(value: string): IntuneDevice;
2441
+ getBitLockerStatus(): string;
2442
+ setBitLockerStatus(value: string): IntuneDevice;
2443
+ getBootManagerVersion(): string;
2444
+ setBootManagerVersion(value: string): IntuneDevice;
2445
+ getCodeIntegrityCheckVersion(): string;
2446
+ setCodeIntegrityCheckVersion(value: string): IntuneDevice;
2447
+ getSecureBoot(): string;
2448
+ setSecureBoot(value: string): IntuneDevice;
2449
+ getBootDebugging(): string;
2450
+ setBootDebugging(value: string): IntuneDevice;
2451
+ getRestartCount(): number;
2452
+ setRestartCount(value: number): IntuneDevice;
2453
+ getDeviceCategoryId(): string;
2454
+ setDeviceCategoryId(value: string): IntuneDevice;
2455
+ getDeviceCategoryDisplayName(): string;
2456
+ setDeviceCategoryDisplayName(value: string): IntuneDevice;
2457
+ getDeviceCategoryDescription(): string;
2458
+ setDeviceCategoryDescription(value: string): IntuneDevice;
2459
+ clearIntuneApplicationsList(): void;
2460
+ getIntuneApplicationsList(): Array<IntuneApplication>;
2461
+ setIntuneApplicationsList(value: Array<IntuneApplication>): IntuneDevice;
2462
+ addIntuneApplications(value?: IntuneApplication, index?: number): IntuneApplication;
2463
+
2464
+ serializeBinary(): Uint8Array;
2465
+ toObject(includeInstance?: boolean): IntuneDevice.AsObject;
2466
+ static toObject(includeInstance: boolean, msg: IntuneDevice): IntuneDevice.AsObject;
2467
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
2468
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
2469
+ static serializeBinaryToWriter(message: IntuneDevice, writer: jspb.BinaryWriter): void;
2470
+ static deserializeBinary(bytes: Uint8Array): IntuneDevice;
2471
+ static deserializeBinaryFromReader(message: IntuneDevice, reader: jspb.BinaryReader): IntuneDevice;
2472
+ }
2473
+
2474
+ export namespace IntuneDevice {
2475
+ export type AsObject = {
2476
+ intuneId: string,
2477
+ remoteAssistanceSessionErrorDetails: string,
2478
+ isEncrypted: boolean,
2479
+ userPrincipalName: string,
2480
+ model: string,
2481
+ manufacturer: string,
2482
+ imei: string,
2483
+ complianceGracePeriodExpirationDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
2484
+ serialNumber: string,
2485
+ phoneNumber: string,
2486
+ androidSecurityPatchLevel: string,
2487
+ userDisplayName: string,
2488
+ wiFiMacAddress: string,
2489
+ subscriberCarrier: string,
2490
+ meid: string,
2491
+ totalStorageSpaceInBytes: number,
2492
+ freeStorageSpaceInBytes: number,
2493
+ managedDeviceName: string,
2494
+ partnerReportedThreatState: string,
2495
+ remoteAssistanceSessionUrl: string,
2496
+ exchangeAccessStateReason: string,
2497
+ exchangeAccessState: string,
2498
+ exchangeLastSuccessfulSyncDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
2499
+ userId: string,
2500
+ deviceName: string,
2501
+ managedDeviceOwnerType: string,
2502
+ deviceActionResultsList: Array<DeviceActionResult.AsObject>,
2503
+ enrolledDateTime?: google_protobuf_timestamp_pb.Timestamp.AsObject,
2504
+ lastSyncDateTime?: google_protobuf_timestamp_pb.Timestamp.AsObject,
2505
+ operatingSystem: string,
2506
+ complianceState: string,
2507
+ jailBroken: string,
2508
+ managementAgent: string,
2509
+ osVersion: string,
2510
+ easDeviceId: string,
2511
+ easActivationDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
2512
+ isAzureAdRegistered: boolean,
2513
+ deviceEnrollmentType: string,
2514
+ activationLockBypassCode: string,
2515
+ emailAddress: string,
2516
+ azureAdDeviceId: string,
2517
+ deviceRegistrationState: string,
2518
+ isSupervised: boolean,
2519
+ isEasActivated: boolean,
2520
+ hasFeatureInventory: boolean,
2521
+ hasFeatureModernApps: boolean,
2522
+ hasFeatureResourceAccess: boolean,
2523
+ hasFeatureDeviceConfiguration: boolean,
2524
+ hasFeatureCompliancePolicy: boolean,
2525
+ hasFeatureWindowsUpdateForBusiness: boolean,
2526
+ healthStatusMismatchInfo: string,
2527
+ operatingSystemRevListInfo: string,
2528
+ bootRevisionListInfo: string,
2529
+ codeIntegrityPolicy: string,
2530
+ secureBootConfigurationPolicyFingerPrint: string,
2531
+ pcr0: string,
2532
+ tpmVersion: string,
2533
+ bootManagerSecurityVersion: string,
2534
+ bootAppSecurityVersion: string,
2535
+ pcrHashAlgorithm: string,
2536
+ virtualSecureMode: string,
2537
+ earlyLaunchAntiMalwareDriverProtection: string,
2538
+ windowsPe: string,
2539
+ safeMode: string,
2540
+ testSigning: string,
2541
+ codeIntegrity: string,
2542
+ operatingSystemKernelDebugging: string,
2543
+ lastUpdateDateTime: string,
2544
+ lastUpdate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
2545
+ contentNamespaceUrl: string,
2546
+ deviceHealthAttestationStatus: string,
2547
+ contentVersion: string,
2548
+ issuedDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
2549
+ attestationIdentityKey: string,
2550
+ healthAttestationSupportedStatus: string,
2551
+ resetCount: number,
2552
+ dataExecutionPolicy: string,
2553
+ bitLockerStatus: string,
2554
+ bootManagerVersion: string,
2555
+ codeIntegrityCheckVersion: string,
2556
+ secureBoot: string,
2557
+ bootDebugging: string,
2558
+ restartCount: number,
2559
+ deviceCategoryId: string,
2560
+ deviceCategoryDisplayName: string,
2561
+ deviceCategoryDescription: string,
2562
+ intuneApplicationsList: Array<IntuneApplication.AsObject>,
2563
+ }
2564
+ }
2565
+
2566
+ export class IntuneApplication extends jspb.Message {
2567
+ getIntuneId(): string;
2568
+ setIntuneId(value: string): IntuneApplication;
2569
+ getDisplayName(): string;
2570
+ setDisplayName(value: string): IntuneApplication;
2571
+ getVersion(): string;
2572
+ setVersion(value: string): IntuneApplication;
2573
+ getSizeInByte(): number;
2574
+ setSizeInByte(value: number): IntuneApplication;
2575
+ getDeviceCount(): number;
2576
+ setDeviceCount(value: number): IntuneApplication;
2577
+
2578
+ serializeBinary(): Uint8Array;
2579
+ toObject(includeInstance?: boolean): IntuneApplication.AsObject;
2580
+ static toObject(includeInstance: boolean, msg: IntuneApplication): IntuneApplication.AsObject;
2581
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
2582
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
2583
+ static serializeBinaryToWriter(message: IntuneApplication, writer: jspb.BinaryWriter): void;
2584
+ static deserializeBinary(bytes: Uint8Array): IntuneApplication;
2585
+ static deserializeBinaryFromReader(message: IntuneApplication, reader: jspb.BinaryReader): IntuneApplication;
2586
+ }
2587
+
2588
+ export namespace IntuneApplication {
2589
+ export type AsObject = {
2590
+ intuneId: string,
2591
+ displayName: string,
2592
+ version: string,
2593
+ sizeInByte: number,
2594
+ deviceCount: number,
2595
+ }
2596
+ }
2597
+
2211
2598
  export class SourceInfo extends jspb.Message {
2212
2599
  getSourceId(): string;
2213
2600
  setSourceId(value: string): SourceInfo;
@@ -2354,6 +2741,59 @@ export namespace ScanCredential {
2354
2741
  }
2355
2742
  }
2356
2743
 
2744
+ export class DataProcessor extends jspb.Message {
2745
+ getName(): string;
2746
+ setName(value: string): DataProcessor;
2747
+ getVersion(): string;
2748
+ setVersion(value: string): DataProcessor;
2749
+
2750
+ hasFirstTime(): boolean;
2751
+ clearFirstTime(): void;
2752
+ getFirstTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
2753
+ setFirstTime(value?: google_protobuf_timestamp_pb.Timestamp): DataProcessor;
2754
+
2755
+ hasLastTime(): boolean;
2756
+ clearLastTime(): void;
2757
+ getLastTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
2758
+ setLastTime(value?: google_protobuf_timestamp_pb.Timestamp): DataProcessor;
2759
+
2760
+ hasProcessingTime(): boolean;
2761
+ clearProcessingTime(): void;
2762
+ getProcessingTime(): number | undefined;
2763
+ setProcessingTime(value: number): DataProcessor;
2764
+
2765
+ hasIsSuccess(): boolean;
2766
+ clearIsSuccess(): void;
2767
+ getIsSuccess(): boolean | undefined;
2768
+ setIsSuccess(value: boolean): DataProcessor;
2769
+
2770
+ hasIterations(): boolean;
2771
+ clearIterations(): void;
2772
+ getIterations(): number | undefined;
2773
+ setIterations(value: number): DataProcessor;
2774
+
2775
+ serializeBinary(): Uint8Array;
2776
+ toObject(includeInstance?: boolean): DataProcessor.AsObject;
2777
+ static toObject(includeInstance: boolean, msg: DataProcessor): DataProcessor.AsObject;
2778
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
2779
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
2780
+ static serializeBinaryToWriter(message: DataProcessor, writer: jspb.BinaryWriter): void;
2781
+ static deserializeBinary(bytes: Uint8Array): DataProcessor;
2782
+ static deserializeBinaryFromReader(message: DataProcessor, reader: jspb.BinaryReader): DataProcessor;
2783
+ }
2784
+
2785
+ export namespace DataProcessor {
2786
+ export type AsObject = {
2787
+ name: string,
2788
+ version: string,
2789
+ firstTime?: google_protobuf_timestamp_pb.Timestamp.AsObject,
2790
+ lastTime?: google_protobuf_timestamp_pb.Timestamp.AsObject,
2791
+ processingTime?: number,
2792
+ isSuccess?: boolean,
2793
+ iterations?: number,
2794
+ }
2795
+ }
2796
+
2357
2797
  export class CoreFields extends jspb.Message {
2358
2798
 
2359
2799
  hasType(): boolean;
@@ -14782,6 +15222,10 @@ export class User extends jspb.Message {
14782
15222
  getUnlinkedSourceInfoList(): Array<SourceInfo>;
14783
15223
  setUnlinkedSourceInfoList(value: Array<SourceInfo>): User;
14784
15224
  addUnlinkedSourceInfo(value?: SourceInfo, index?: number): SourceInfo;
15225
+ clearDataProcessorList(): void;
15226
+ getDataProcessorList(): Array<DataProcessor>;
15227
+ setDataProcessorList(value: Array<DataProcessor>): User;
15228
+ addDataProcessor(value?: DataProcessor, index?: number): DataProcessor;
14785
15229
 
14786
15230
  hasUniqueKey(): boolean;
14787
15231
  clearUniqueKey(): void;
@@ -14846,6 +15290,7 @@ export namespace User {
14846
15290
  lastSyncedSourceName?: string,
14847
15291
  sourceInfoList: Array<SourceInfo.AsObject>,
14848
15292
  unlinkedSourceInfoList: Array<SourceInfo.AsObject>,
15293
+ dataProcessorList: Array<DataProcessor.AsObject>,
14849
15294
  uniqueKey?: string,
14850
15295
  scanErrorList: Array<ScanError.AsObject>,
14851
15296
  internetIp?: IpInfo.AsObject,
@@ -14943,6 +15388,10 @@ export class Group extends jspb.Message {
14943
15388
  getUnlinkedSourceInfoList(): Array<SourceInfo>;
14944
15389
  setUnlinkedSourceInfoList(value: Array<SourceInfo>): Group;
14945
15390
  addUnlinkedSourceInfo(value?: SourceInfo, index?: number): SourceInfo;
15391
+ clearDataProcessorList(): void;
15392
+ getDataProcessorList(): Array<DataProcessor>;
15393
+ setDataProcessorList(value: Array<DataProcessor>): Group;
15394
+ addDataProcessor(value?: DataProcessor, index?: number): DataProcessor;
14946
15395
 
14947
15396
  hasUniqueKey(): boolean;
14948
15397
  clearUniqueKey(): void;
@@ -15007,6 +15456,7 @@ export namespace Group {
15007
15456
  lastSyncedSourceName?: string,
15008
15457
  sourceInfoList: Array<SourceInfo.AsObject>,
15009
15458
  unlinkedSourceInfoList: Array<SourceInfo.AsObject>,
15459
+ dataProcessorList: Array<DataProcessor.AsObject>,
15010
15460
  uniqueKey?: string,
15011
15461
  scanErrorList: Array<ScanError.AsObject>,
15012
15462
  internetIp?: IpInfo.AsObject,