We are collecting device data using getDevices graphql. However, unable to find the field to get the data for the EDR Protection and BitLocker Encryption property in the console. Can anyone provide the solution for this? Attaching the screenshot of UI console which properties we are not able to find in graphql?
We are using GraphQL as below:
query GetDevices { getDevices(input: { pagination: { first: 100, offset: 0 } }) {id deviceName deviceHealth deviceRole group {name tenant { name} } status hostName labels clientVersion osName osVersion ipAddresses lastLoggedInUser{userName} lastAccess geolocation{city country continent} firstSeen osInstallDate osActivation notes systemModel systemManufacturer processor totalPhysicalMemory drives{name encryptionStatus} biosVersion biosSerialNumber connectivity{status ipAddress lastChanged} lastBootTime timeZone userLocale lastSeen macAddresses premium wakeOnLanEnabled alerts{alertStatus alertCount alertPolicyCount} patchmanagement{numberOfAppUpdates numberOfOsUpdates updateStatus appUpdateCapability appUpdatesStatus osUpdatesStatus appInstallationCapability} av{avHealthState antivirusStatus rtpAvailable rtpState detectedAVName detectedAVSignature lastScanOn lastReportOn updatedOn avInstalled scanAvailable firewallStatus definitionNumber} firewall{firewallAvailable detectedFirewallName firewalls{firewallState firewallSignature firewallName}} companyId issueInfos { type summary description severity } verified locked kioskMode inSession deviceGroupId platform premium}}

