@lansweeper/data-platform-outbound-grpc 0.3.13 → 0.3.15
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 +16 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +388 -0
- package/gen-proto/outbound_pb.js +3767 -129
- package/generated-go/outbound.pb.go +22238 -20918
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +121 -10
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/CoreFields$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/CoreFields$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/CoreFields.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/CoreFieldsOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/DeviceActionResult$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/DeviceActionResult$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/DeviceActionResult.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/DeviceActionResultOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneApplication$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneApplication$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneApplication.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneApplicationOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneDevice$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneDevice$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneDevice.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneDeviceOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/outbound.proto +121 -10
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Asset.java +372 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetOrBuilder.java +30 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/BootConfig.java +2 -2
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerConnectedModem.java +9 -9
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerConnectedModemOrBuilder.java +3 -3
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/CoreFields.java +113 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/CoreFieldsOrBuilder.java +19 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/DeviceActionResult.java +1084 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/DeviceActionResultOrBuilder.java +72 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/IntuneApplication.java +947 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/IntuneApplicationOrBuilder.java +58 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/IntuneDevice.java +12075 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/IntuneDeviceOrBuilder.java +1015 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +2931 -2803
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +12 -0
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +7 -1
- package/model/target/{outbound-model-0.3.12-sources.jar → outbound-model-0.3.14-sources.jar} +0 -0
- package/model/target/{outbound-model-0.3.12.jar → outbound-model-0.3.14.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +121 -10
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.3.12-sources.jar → outbound-service-0.3.14-sources.jar} +0 -0
- package/service/target/{outbound-service-0.3.12.jar → outbound-service-0.3.14.jar} +0 -0
|
@@ -737,6 +737,16 @@ export class Asset extends jspb.Message {
|
|
|
737
737
|
setChangeLogList(value: Array<AssetChangeEvent>): Asset;
|
|
738
738
|
addChangeLog(value?: AssetChangeEvent, index?: number): AssetChangeEvent;
|
|
739
739
|
|
|
740
|
+
hasIntuneDevice(): boolean;
|
|
741
|
+
clearIntuneDevice(): void;
|
|
742
|
+
getIntuneDevice(): IntuneDevice | undefined;
|
|
743
|
+
setIntuneDevice(value?: IntuneDevice): Asset;
|
|
744
|
+
|
|
745
|
+
hasIntuneApplication(): boolean;
|
|
746
|
+
clearIntuneApplication(): void;
|
|
747
|
+
getIntuneApplication(): IntuneApplication | undefined;
|
|
748
|
+
setIntuneApplication(value?: IntuneApplication): Asset;
|
|
749
|
+
|
|
740
750
|
serializeBinary(): Uint8Array;
|
|
741
751
|
toObject(includeInstance?: boolean): Asset.AsObject;
|
|
742
752
|
static toObject(includeInstance: boolean, msg: Asset): Asset.AsObject;
|
|
@@ -782,6 +792,8 @@ export namespace Asset {
|
|
|
782
792
|
otModule?: OtModule.AsObject,
|
|
783
793
|
cloud?: CloudEntity.AsObject,
|
|
784
794
|
changeLogList: Array<AssetChangeEvent.AsObject>,
|
|
795
|
+
intuneDevice?: IntuneDevice.AsObject,
|
|
796
|
+
intuneApplication?: IntuneApplication.AsObject,
|
|
785
797
|
}
|
|
786
798
|
}
|
|
787
799
|
|
|
@@ -2208,6 +2220,376 @@ export namespace AssetType {
|
|
|
2208
2220
|
}
|
|
2209
2221
|
}
|
|
2210
2222
|
|
|
2223
|
+
export class DeviceActionResult extends jspb.Message {
|
|
2224
|
+
getActionName(): string;
|
|
2225
|
+
setActionName(value: string): DeviceActionResult;
|
|
2226
|
+
getActionState(): string;
|
|
2227
|
+
setActionState(value: string): DeviceActionResult;
|
|
2228
|
+
|
|
2229
|
+
hasStartDateTime(): boolean;
|
|
2230
|
+
clearStartDateTime(): void;
|
|
2231
|
+
getStartDateTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
2232
|
+
setStartDateTime(value?: google_protobuf_timestamp_pb.Timestamp): DeviceActionResult;
|
|
2233
|
+
|
|
2234
|
+
hasLastUpdatedDateTime(): boolean;
|
|
2235
|
+
clearLastUpdatedDateTime(): void;
|
|
2236
|
+
getLastUpdatedDateTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
2237
|
+
setLastUpdatedDateTime(value?: google_protobuf_timestamp_pb.Timestamp): DeviceActionResult;
|
|
2238
|
+
|
|
2239
|
+
serializeBinary(): Uint8Array;
|
|
2240
|
+
toObject(includeInstance?: boolean): DeviceActionResult.AsObject;
|
|
2241
|
+
static toObject(includeInstance: boolean, msg: DeviceActionResult): DeviceActionResult.AsObject;
|
|
2242
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
2243
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
2244
|
+
static serializeBinaryToWriter(message: DeviceActionResult, writer: jspb.BinaryWriter): void;
|
|
2245
|
+
static deserializeBinary(bytes: Uint8Array): DeviceActionResult;
|
|
2246
|
+
static deserializeBinaryFromReader(message: DeviceActionResult, reader: jspb.BinaryReader): DeviceActionResult;
|
|
2247
|
+
}
|
|
2248
|
+
|
|
2249
|
+
export namespace DeviceActionResult {
|
|
2250
|
+
export type AsObject = {
|
|
2251
|
+
actionName: string,
|
|
2252
|
+
actionState: string,
|
|
2253
|
+
startDateTime?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2254
|
+
lastUpdatedDateTime?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2255
|
+
}
|
|
2256
|
+
}
|
|
2257
|
+
|
|
2258
|
+
export class IntuneDevice extends jspb.Message {
|
|
2259
|
+
getIntuneId(): string;
|
|
2260
|
+
setIntuneId(value: string): IntuneDevice;
|
|
2261
|
+
getRemoteAssistanceSessionErrorDetails(): string;
|
|
2262
|
+
setRemoteAssistanceSessionErrorDetails(value: string): IntuneDevice;
|
|
2263
|
+
getIsEncrypted(): boolean;
|
|
2264
|
+
setIsEncrypted(value: boolean): IntuneDevice;
|
|
2265
|
+
getUserPrincipalName(): string;
|
|
2266
|
+
setUserPrincipalName(value: string): IntuneDevice;
|
|
2267
|
+
getModel(): string;
|
|
2268
|
+
setModel(value: string): IntuneDevice;
|
|
2269
|
+
getManufacturer(): string;
|
|
2270
|
+
setManufacturer(value: string): IntuneDevice;
|
|
2271
|
+
getImei(): string;
|
|
2272
|
+
setImei(value: string): IntuneDevice;
|
|
2273
|
+
|
|
2274
|
+
hasComplianceGracePeriodExpirationDate(): boolean;
|
|
2275
|
+
clearComplianceGracePeriodExpirationDate(): void;
|
|
2276
|
+
getComplianceGracePeriodExpirationDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
2277
|
+
setComplianceGracePeriodExpirationDate(value?: google_protobuf_timestamp_pb.Timestamp): IntuneDevice;
|
|
2278
|
+
getSerialNumber(): string;
|
|
2279
|
+
setSerialNumber(value: string): IntuneDevice;
|
|
2280
|
+
getPhoneNumber(): string;
|
|
2281
|
+
setPhoneNumber(value: string): IntuneDevice;
|
|
2282
|
+
getAndroidSecurityPatchLevel(): string;
|
|
2283
|
+
setAndroidSecurityPatchLevel(value: string): IntuneDevice;
|
|
2284
|
+
getUserDisplayName(): string;
|
|
2285
|
+
setUserDisplayName(value: string): IntuneDevice;
|
|
2286
|
+
getWiFiMacAddress(): string;
|
|
2287
|
+
setWiFiMacAddress(value: string): IntuneDevice;
|
|
2288
|
+
getSubscriberCarrier(): string;
|
|
2289
|
+
setSubscriberCarrier(value: string): IntuneDevice;
|
|
2290
|
+
getMeid(): string;
|
|
2291
|
+
setMeid(value: string): IntuneDevice;
|
|
2292
|
+
getTotalStorageSpaceInBytes(): number;
|
|
2293
|
+
setTotalStorageSpaceInBytes(value: number): IntuneDevice;
|
|
2294
|
+
getFreeStorageSpaceInBytes(): number;
|
|
2295
|
+
setFreeStorageSpaceInBytes(value: number): IntuneDevice;
|
|
2296
|
+
getManagedDeviceName(): string;
|
|
2297
|
+
setManagedDeviceName(value: string): IntuneDevice;
|
|
2298
|
+
getPartnerReportedThreatState(): string;
|
|
2299
|
+
setPartnerReportedThreatState(value: string): IntuneDevice;
|
|
2300
|
+
getRemoteAssistanceSessionUrl(): string;
|
|
2301
|
+
setRemoteAssistanceSessionUrl(value: string): IntuneDevice;
|
|
2302
|
+
getExchangeAccessStateReason(): string;
|
|
2303
|
+
setExchangeAccessStateReason(value: string): IntuneDevice;
|
|
2304
|
+
getExchangeAccessState(): string;
|
|
2305
|
+
setExchangeAccessState(value: string): IntuneDevice;
|
|
2306
|
+
|
|
2307
|
+
hasExchangeLastSuccessfulSyncDate(): boolean;
|
|
2308
|
+
clearExchangeLastSuccessfulSyncDate(): void;
|
|
2309
|
+
getExchangeLastSuccessfulSyncDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
2310
|
+
setExchangeLastSuccessfulSyncDate(value?: google_protobuf_timestamp_pb.Timestamp): IntuneDevice;
|
|
2311
|
+
getUserId(): string;
|
|
2312
|
+
setUserId(value: string): IntuneDevice;
|
|
2313
|
+
getDeviceName(): string;
|
|
2314
|
+
setDeviceName(value: string): IntuneDevice;
|
|
2315
|
+
getManagedDeviceOwnerType(): string;
|
|
2316
|
+
setManagedDeviceOwnerType(value: string): IntuneDevice;
|
|
2317
|
+
clearDeviceActionResultsList(): void;
|
|
2318
|
+
getDeviceActionResultsList(): Array<DeviceActionResult>;
|
|
2319
|
+
setDeviceActionResultsList(value: Array<DeviceActionResult>): IntuneDevice;
|
|
2320
|
+
addDeviceActionResults(value?: DeviceActionResult, index?: number): DeviceActionResult;
|
|
2321
|
+
|
|
2322
|
+
hasEnrolledDateTime(): boolean;
|
|
2323
|
+
clearEnrolledDateTime(): void;
|
|
2324
|
+
getEnrolledDateTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
2325
|
+
setEnrolledDateTime(value?: google_protobuf_timestamp_pb.Timestamp): IntuneDevice;
|
|
2326
|
+
|
|
2327
|
+
hasLastSyncDateTime(): boolean;
|
|
2328
|
+
clearLastSyncDateTime(): void;
|
|
2329
|
+
getLastSyncDateTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
2330
|
+
setLastSyncDateTime(value?: google_protobuf_timestamp_pb.Timestamp): IntuneDevice;
|
|
2331
|
+
getOperatingSystem(): string;
|
|
2332
|
+
setOperatingSystem(value: string): IntuneDevice;
|
|
2333
|
+
getComplianceState(): string;
|
|
2334
|
+
setComplianceState(value: string): IntuneDevice;
|
|
2335
|
+
getJailBroken(): string;
|
|
2336
|
+
setJailBroken(value: string): IntuneDevice;
|
|
2337
|
+
getManagementAgent(): string;
|
|
2338
|
+
setManagementAgent(value: string): IntuneDevice;
|
|
2339
|
+
getOsVersion(): string;
|
|
2340
|
+
setOsVersion(value: string): IntuneDevice;
|
|
2341
|
+
getEasDeviceId(): string;
|
|
2342
|
+
setEasDeviceId(value: string): IntuneDevice;
|
|
2343
|
+
|
|
2344
|
+
hasEasActivationDate(): boolean;
|
|
2345
|
+
clearEasActivationDate(): void;
|
|
2346
|
+
getEasActivationDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
2347
|
+
setEasActivationDate(value?: google_protobuf_timestamp_pb.Timestamp): IntuneDevice;
|
|
2348
|
+
getIsAzureAdRegistered(): boolean;
|
|
2349
|
+
setIsAzureAdRegistered(value: boolean): IntuneDevice;
|
|
2350
|
+
getDeviceEnrollmentType(): string;
|
|
2351
|
+
setDeviceEnrollmentType(value: string): IntuneDevice;
|
|
2352
|
+
getActivationLockBypassCode(): string;
|
|
2353
|
+
setActivationLockBypassCode(value: string): IntuneDevice;
|
|
2354
|
+
getEmailAddress(): string;
|
|
2355
|
+
setEmailAddress(value: string): IntuneDevice;
|
|
2356
|
+
getAzureAdDeviceId(): string;
|
|
2357
|
+
setAzureAdDeviceId(value: string): IntuneDevice;
|
|
2358
|
+
getDeviceRegistrationState(): string;
|
|
2359
|
+
setDeviceRegistrationState(value: string): IntuneDevice;
|
|
2360
|
+
getIsSupervised(): boolean;
|
|
2361
|
+
setIsSupervised(value: boolean): IntuneDevice;
|
|
2362
|
+
getIsEasActivated(): boolean;
|
|
2363
|
+
setIsEasActivated(value: boolean): IntuneDevice;
|
|
2364
|
+
getHasFeatureInventory(): boolean;
|
|
2365
|
+
setHasFeatureInventory(value: boolean): IntuneDevice;
|
|
2366
|
+
getHasFeatureModernApps(): boolean;
|
|
2367
|
+
setHasFeatureModernApps(value: boolean): IntuneDevice;
|
|
2368
|
+
getHasFeatureResourceAccess(): boolean;
|
|
2369
|
+
setHasFeatureResourceAccess(value: boolean): IntuneDevice;
|
|
2370
|
+
getHasFeatureDeviceConfiguration(): boolean;
|
|
2371
|
+
setHasFeatureDeviceConfiguration(value: boolean): IntuneDevice;
|
|
2372
|
+
getHasFeatureCompliancePolicy(): boolean;
|
|
2373
|
+
setHasFeatureCompliancePolicy(value: boolean): IntuneDevice;
|
|
2374
|
+
getHasFeatureWindowsUpdateForBusiness(): boolean;
|
|
2375
|
+
setHasFeatureWindowsUpdateForBusiness(value: boolean): IntuneDevice;
|
|
2376
|
+
getHealthStatusMismatchInfo(): string;
|
|
2377
|
+
setHealthStatusMismatchInfo(value: string): IntuneDevice;
|
|
2378
|
+
getOperatingSystemRevListInfo(): string;
|
|
2379
|
+
setOperatingSystemRevListInfo(value: string): IntuneDevice;
|
|
2380
|
+
getBootRevisionListInfo(): string;
|
|
2381
|
+
setBootRevisionListInfo(value: string): IntuneDevice;
|
|
2382
|
+
getCodeIntegrityPolicy(): string;
|
|
2383
|
+
setCodeIntegrityPolicy(value: string): IntuneDevice;
|
|
2384
|
+
getSecureBootConfigurationPolicyFingerPrint(): string;
|
|
2385
|
+
setSecureBootConfigurationPolicyFingerPrint(value: string): IntuneDevice;
|
|
2386
|
+
getPcr0(): string;
|
|
2387
|
+
setPcr0(value: string): IntuneDevice;
|
|
2388
|
+
getTpmVersion(): string;
|
|
2389
|
+
setTpmVersion(value: string): IntuneDevice;
|
|
2390
|
+
getBootManagerSecurityVersion(): string;
|
|
2391
|
+
setBootManagerSecurityVersion(value: string): IntuneDevice;
|
|
2392
|
+
getBootAppSecurityVersion(): string;
|
|
2393
|
+
setBootAppSecurityVersion(value: string): IntuneDevice;
|
|
2394
|
+
getPcrHashAlgorithm(): string;
|
|
2395
|
+
setPcrHashAlgorithm(value: string): IntuneDevice;
|
|
2396
|
+
getVirtualSecureMode(): string;
|
|
2397
|
+
setVirtualSecureMode(value: string): IntuneDevice;
|
|
2398
|
+
getEarlyLaunchAntiMalwareDriverProtection(): string;
|
|
2399
|
+
setEarlyLaunchAntiMalwareDriverProtection(value: string): IntuneDevice;
|
|
2400
|
+
getWindowsPe(): string;
|
|
2401
|
+
setWindowsPe(value: string): IntuneDevice;
|
|
2402
|
+
getSafeMode(): string;
|
|
2403
|
+
setSafeMode(value: string): IntuneDevice;
|
|
2404
|
+
getTestSigning(): string;
|
|
2405
|
+
setTestSigning(value: string): IntuneDevice;
|
|
2406
|
+
getCodeIntegrity(): string;
|
|
2407
|
+
setCodeIntegrity(value: string): IntuneDevice;
|
|
2408
|
+
getOperatingSystemKernelDebugging(): string;
|
|
2409
|
+
setOperatingSystemKernelDebugging(value: string): IntuneDevice;
|
|
2410
|
+
getLastUpdateDateTime(): string;
|
|
2411
|
+
setLastUpdateDateTime(value: string): IntuneDevice;
|
|
2412
|
+
|
|
2413
|
+
hasLastUpdate(): boolean;
|
|
2414
|
+
clearLastUpdate(): void;
|
|
2415
|
+
getLastUpdate(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
2416
|
+
setLastUpdate(value?: google_protobuf_timestamp_pb.Timestamp): IntuneDevice;
|
|
2417
|
+
getContentNamespaceUrl(): string;
|
|
2418
|
+
setContentNamespaceUrl(value: string): IntuneDevice;
|
|
2419
|
+
getDeviceHealthAttestationStatus(): string;
|
|
2420
|
+
setDeviceHealthAttestationStatus(value: string): IntuneDevice;
|
|
2421
|
+
getContentVersion(): string;
|
|
2422
|
+
setContentVersion(value: string): IntuneDevice;
|
|
2423
|
+
|
|
2424
|
+
hasIssuedDate(): boolean;
|
|
2425
|
+
clearIssuedDate(): void;
|
|
2426
|
+
getIssuedDate(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
2427
|
+
setIssuedDate(value?: google_protobuf_timestamp_pb.Timestamp): IntuneDevice;
|
|
2428
|
+
getAttestationIdentityKey(): string;
|
|
2429
|
+
setAttestationIdentityKey(value: string): IntuneDevice;
|
|
2430
|
+
getHealthAttestationSupportedStatus(): string;
|
|
2431
|
+
setHealthAttestationSupportedStatus(value: string): IntuneDevice;
|
|
2432
|
+
getResetCount(): number;
|
|
2433
|
+
setResetCount(value: number): IntuneDevice;
|
|
2434
|
+
getDataExecutionPolicy(): string;
|
|
2435
|
+
setDataExecutionPolicy(value: string): IntuneDevice;
|
|
2436
|
+
getBitLockerStatus(): string;
|
|
2437
|
+
setBitLockerStatus(value: string): IntuneDevice;
|
|
2438
|
+
getBootManagerVersion(): string;
|
|
2439
|
+
setBootManagerVersion(value: string): IntuneDevice;
|
|
2440
|
+
getCodeIntegrityCheckVersion(): string;
|
|
2441
|
+
setCodeIntegrityCheckVersion(value: string): IntuneDevice;
|
|
2442
|
+
getSecureBoot(): string;
|
|
2443
|
+
setSecureBoot(value: string): IntuneDevice;
|
|
2444
|
+
getBootDebugging(): string;
|
|
2445
|
+
setBootDebugging(value: string): IntuneDevice;
|
|
2446
|
+
getRestartCount(): number;
|
|
2447
|
+
setRestartCount(value: number): IntuneDevice;
|
|
2448
|
+
getDeviceCategoryId(): string;
|
|
2449
|
+
setDeviceCategoryId(value: string): IntuneDevice;
|
|
2450
|
+
getDeviceCategoryDisplayName(): string;
|
|
2451
|
+
setDeviceCategoryDisplayName(value: string): IntuneDevice;
|
|
2452
|
+
getDeviceCategoryDescription(): string;
|
|
2453
|
+
setDeviceCategoryDescription(value: string): IntuneDevice;
|
|
2454
|
+
clearIntuneApplicationsList(): void;
|
|
2455
|
+
getIntuneApplicationsList(): Array<IntuneApplication>;
|
|
2456
|
+
setIntuneApplicationsList(value: Array<IntuneApplication>): IntuneDevice;
|
|
2457
|
+
addIntuneApplications(value?: IntuneApplication, index?: number): IntuneApplication;
|
|
2458
|
+
|
|
2459
|
+
serializeBinary(): Uint8Array;
|
|
2460
|
+
toObject(includeInstance?: boolean): IntuneDevice.AsObject;
|
|
2461
|
+
static toObject(includeInstance: boolean, msg: IntuneDevice): IntuneDevice.AsObject;
|
|
2462
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
2463
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
2464
|
+
static serializeBinaryToWriter(message: IntuneDevice, writer: jspb.BinaryWriter): void;
|
|
2465
|
+
static deserializeBinary(bytes: Uint8Array): IntuneDevice;
|
|
2466
|
+
static deserializeBinaryFromReader(message: IntuneDevice, reader: jspb.BinaryReader): IntuneDevice;
|
|
2467
|
+
}
|
|
2468
|
+
|
|
2469
|
+
export namespace IntuneDevice {
|
|
2470
|
+
export type AsObject = {
|
|
2471
|
+
intuneId: string,
|
|
2472
|
+
remoteAssistanceSessionErrorDetails: string,
|
|
2473
|
+
isEncrypted: boolean,
|
|
2474
|
+
userPrincipalName: string,
|
|
2475
|
+
model: string,
|
|
2476
|
+
manufacturer: string,
|
|
2477
|
+
imei: string,
|
|
2478
|
+
complianceGracePeriodExpirationDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2479
|
+
serialNumber: string,
|
|
2480
|
+
phoneNumber: string,
|
|
2481
|
+
androidSecurityPatchLevel: string,
|
|
2482
|
+
userDisplayName: string,
|
|
2483
|
+
wiFiMacAddress: string,
|
|
2484
|
+
subscriberCarrier: string,
|
|
2485
|
+
meid: string,
|
|
2486
|
+
totalStorageSpaceInBytes: number,
|
|
2487
|
+
freeStorageSpaceInBytes: number,
|
|
2488
|
+
managedDeviceName: string,
|
|
2489
|
+
partnerReportedThreatState: string,
|
|
2490
|
+
remoteAssistanceSessionUrl: string,
|
|
2491
|
+
exchangeAccessStateReason: string,
|
|
2492
|
+
exchangeAccessState: string,
|
|
2493
|
+
exchangeLastSuccessfulSyncDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2494
|
+
userId: string,
|
|
2495
|
+
deviceName: string,
|
|
2496
|
+
managedDeviceOwnerType: string,
|
|
2497
|
+
deviceActionResultsList: Array<DeviceActionResult.AsObject>,
|
|
2498
|
+
enrolledDateTime?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2499
|
+
lastSyncDateTime?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2500
|
+
operatingSystem: string,
|
|
2501
|
+
complianceState: string,
|
|
2502
|
+
jailBroken: string,
|
|
2503
|
+
managementAgent: string,
|
|
2504
|
+
osVersion: string,
|
|
2505
|
+
easDeviceId: string,
|
|
2506
|
+
easActivationDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2507
|
+
isAzureAdRegistered: boolean,
|
|
2508
|
+
deviceEnrollmentType: string,
|
|
2509
|
+
activationLockBypassCode: string,
|
|
2510
|
+
emailAddress: string,
|
|
2511
|
+
azureAdDeviceId: string,
|
|
2512
|
+
deviceRegistrationState: string,
|
|
2513
|
+
isSupervised: boolean,
|
|
2514
|
+
isEasActivated: boolean,
|
|
2515
|
+
hasFeatureInventory: boolean,
|
|
2516
|
+
hasFeatureModernApps: boolean,
|
|
2517
|
+
hasFeatureResourceAccess: boolean,
|
|
2518
|
+
hasFeatureDeviceConfiguration: boolean,
|
|
2519
|
+
hasFeatureCompliancePolicy: boolean,
|
|
2520
|
+
hasFeatureWindowsUpdateForBusiness: boolean,
|
|
2521
|
+
healthStatusMismatchInfo: string,
|
|
2522
|
+
operatingSystemRevListInfo: string,
|
|
2523
|
+
bootRevisionListInfo: string,
|
|
2524
|
+
codeIntegrityPolicy: string,
|
|
2525
|
+
secureBootConfigurationPolicyFingerPrint: string,
|
|
2526
|
+
pcr0: string,
|
|
2527
|
+
tpmVersion: string,
|
|
2528
|
+
bootManagerSecurityVersion: string,
|
|
2529
|
+
bootAppSecurityVersion: string,
|
|
2530
|
+
pcrHashAlgorithm: string,
|
|
2531
|
+
virtualSecureMode: string,
|
|
2532
|
+
earlyLaunchAntiMalwareDriverProtection: string,
|
|
2533
|
+
windowsPe: string,
|
|
2534
|
+
safeMode: string,
|
|
2535
|
+
testSigning: string,
|
|
2536
|
+
codeIntegrity: string,
|
|
2537
|
+
operatingSystemKernelDebugging: string,
|
|
2538
|
+
lastUpdateDateTime: string,
|
|
2539
|
+
lastUpdate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2540
|
+
contentNamespaceUrl: string,
|
|
2541
|
+
deviceHealthAttestationStatus: string,
|
|
2542
|
+
contentVersion: string,
|
|
2543
|
+
issuedDate?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
2544
|
+
attestationIdentityKey: string,
|
|
2545
|
+
healthAttestationSupportedStatus: string,
|
|
2546
|
+
resetCount: number,
|
|
2547
|
+
dataExecutionPolicy: string,
|
|
2548
|
+
bitLockerStatus: string,
|
|
2549
|
+
bootManagerVersion: string,
|
|
2550
|
+
codeIntegrityCheckVersion: string,
|
|
2551
|
+
secureBoot: string,
|
|
2552
|
+
bootDebugging: string,
|
|
2553
|
+
restartCount: number,
|
|
2554
|
+
deviceCategoryId: string,
|
|
2555
|
+
deviceCategoryDisplayName: string,
|
|
2556
|
+
deviceCategoryDescription: string,
|
|
2557
|
+
intuneApplicationsList: Array<IntuneApplication.AsObject>,
|
|
2558
|
+
}
|
|
2559
|
+
}
|
|
2560
|
+
|
|
2561
|
+
export class IntuneApplication extends jspb.Message {
|
|
2562
|
+
getIntuneId(): string;
|
|
2563
|
+
setIntuneId(value: string): IntuneApplication;
|
|
2564
|
+
getDisplayName(): string;
|
|
2565
|
+
setDisplayName(value: string): IntuneApplication;
|
|
2566
|
+
getVersion(): string;
|
|
2567
|
+
setVersion(value: string): IntuneApplication;
|
|
2568
|
+
getSizeInByte(): number;
|
|
2569
|
+
setSizeInByte(value: number): IntuneApplication;
|
|
2570
|
+
getDeviceCount(): number;
|
|
2571
|
+
setDeviceCount(value: number): IntuneApplication;
|
|
2572
|
+
|
|
2573
|
+
serializeBinary(): Uint8Array;
|
|
2574
|
+
toObject(includeInstance?: boolean): IntuneApplication.AsObject;
|
|
2575
|
+
static toObject(includeInstance: boolean, msg: IntuneApplication): IntuneApplication.AsObject;
|
|
2576
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
2577
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
2578
|
+
static serializeBinaryToWriter(message: IntuneApplication, writer: jspb.BinaryWriter): void;
|
|
2579
|
+
static deserializeBinary(bytes: Uint8Array): IntuneApplication;
|
|
2580
|
+
static deserializeBinaryFromReader(message: IntuneApplication, reader: jspb.BinaryReader): IntuneApplication;
|
|
2581
|
+
}
|
|
2582
|
+
|
|
2583
|
+
export namespace IntuneApplication {
|
|
2584
|
+
export type AsObject = {
|
|
2585
|
+
intuneId: string,
|
|
2586
|
+
displayName: string,
|
|
2587
|
+
version: string,
|
|
2588
|
+
sizeInByte: number,
|
|
2589
|
+
deviceCount: number,
|
|
2590
|
+
}
|
|
2591
|
+
}
|
|
2592
|
+
|
|
2211
2593
|
export class SourceInfo extends jspb.Message {
|
|
2212
2594
|
getSourceId(): string;
|
|
2213
2595
|
setSourceId(value: string): SourceInfo;
|
|
@@ -2400,6 +2782,11 @@ export class CoreFields extends jspb.Message {
|
|
|
2400
2782
|
getConfidence(): number;
|
|
2401
2783
|
setConfidence(value: number): CoreFields;
|
|
2402
2784
|
|
|
2785
|
+
hasClassicScannedBy(): boolean;
|
|
2786
|
+
clearClassicScannedBy(): void;
|
|
2787
|
+
getClassicScannedBy(): number | undefined;
|
|
2788
|
+
setClassicScannedBy(value: number): CoreFields;
|
|
2789
|
+
|
|
2403
2790
|
serializeBinary(): Uint8Array;
|
|
2404
2791
|
toObject(includeInstance?: boolean): CoreFields.AsObject;
|
|
2405
2792
|
static toObject(includeInstance: boolean, msg: CoreFields): CoreFields.AsObject;
|
|
@@ -2422,6 +2809,7 @@ export namespace CoreFields {
|
|
|
2422
2809
|
sensorId?: string,
|
|
2423
2810
|
fqdn?: string,
|
|
2424
2811
|
confidence: number,
|
|
2812
|
+
classicScannedBy?: number,
|
|
2425
2813
|
}
|
|
2426
2814
|
}
|
|
2427
2815
|
|