Skip to main content

Microsoft Intune

Endpoint Management

The Microsoft Intune connector integrates with the Microsoft Intune device management platform via the Microsoft Graph API. It synchronizes managed device inventory data, distinguishing between traditional hosts (desktops, laptops, servers) and mobile devices (phones, tablets) based on IMEI presence or operating system type (iOS, Android).

Both models share the same API endpoint (/v1.0/deviceManagement/managedDevices) and use a local KV store for caching device data. The connector fetches all managed devices with pagination, stores them in a local KV store keyed by device ID, classifies each device as Host or Mobile Device, and maps device attributes to the appropriate connector object.


Data retrieved from Microsoft Intune

Connector ObjectRequiredMaps to Data Model
HostYesHost
Mobile DeviceYesDevice

Model relationships

note

For detailed steps on how to view the data retrieved from Microsoft Intune in the Brinqa Platform, see How to view your data.