Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #17 from JupiterOne/sol-add-device-property
Browse files Browse the repository at this point in the history
POV-412: add aadDeviceId property to Devices
  • Loading branch information
ajahoda authored Jun 24, 2024
2 parents d1885f5 + 50ccd2e commit 9af7f23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/steps/devices/converters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export function createDeviceEntity(device: any): Entity {
model: null,
serial: device.SerialNumber || null,
serialNumber: device.SerialNumber || null,
aadDeviceId: device.AADDeviceID,
adSiteName: device.Active0,
active: device.Active0 == true, // This appears to be 0/1 or true/false depending on the table used. Deliberately picking double equals to make sure both work.
clientVersion: device.Client_Version0,
Expand Down

0 comments on commit 9af7f23

Please sign in to comment.