deviceDetail resource type

Namespace: microsoft.graph

Indicates device details associated with a device used for signing in. The information includes information like device browser and operating system, and whether the device is Microsoft Entra ID managed.

Properties

Property Type Description
browser String Indicates the browser information of the used for signing in.
deviceId String Refers to the UniqueID of the device used for signing in.
displayName String Refers to the name of the device used for signing in.
isCompliant Boolean Indicates whether the device is compliant.
isManaged Boolean Indicates whether the device is managed.
operatingSystem String Indicates the operating system name and version used for signing in.
trustType String Provides information about whether the signed-in device is Workplace Joined, AzureAD Joined, Domain Joined.

JSON representation

The following JSON representation shows the resource type.

{
  "browser": "String",
  "deviceId": "String",
  "displayName": "String",
  "isCompliant": true,
  "isManaged": true,
  "operatingSystem": "String",
  "trustType": "String"
}