Skip to content

Commit

Permalink
Adding encrypted property
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Johnson committed Nov 20, 2023
1 parent a3cf975 commit 4768437
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/steps/devices/converter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export function createHostAgentEntity(device: Device): Entity {
systemVersion: device['System Version'],
firewallEnabled: device['Firewall Enabled'] || undefined,
fileVaultEnabled: device['FileVault Enabled'] || undefined,
encrypted: device['FileVault Enabled'] || undefined,
platform: device['OS Platform'] || undefined,
totalMemory: device['Total Memory (GB)'] || undefined,
totalDiskSpace: device['Total Disk Space (GB)'] || undefined,
Expand Down

0 comments on commit 4768437

Please sign in to comment.