Skip to content

Latest commit

 

History

History
64 lines (52 loc) · 1.92 KB

File metadata and controls

64 lines (52 loc) · 1.92 KB
title deviceDetail resource type
description Indicates device details associated with a device used for signing in.
ms.localizationpriority medium
author myra-ramdenbourg
ms.subservice entra-sign-in
doc_type resourcePageType
ms.date 08/09/2024

deviceDetail resource type

Namespace: microsoft.graph

Indicates details of the device used in a sign-in activity. Includes information like device browser and OS info and if the device is Microsoft Entra ID-managed.

Properties

Property Type Description
browser String Indicates the browser information of the used in the sign-in. Populated for devices registered in Microsoft Entra.
deviceId String Refers to the unique ID of the device used in the sign-in. Populated for devices registered in Microsoft Entra.
displayName String Refers to the name of the device used in the sign-in. Populated for devices registered in Microsoft Entra.
isCompliant Boolean Indicates whether the device is compliant or not.
isManaged Boolean Indicates if the device is managed or not.
operatingSystem String Indicates the OS name and version used in the sign-in.
trustType String Indicates information on whether the device used in the sign-in is workplace-joined, Microsoft Entra-joined, domain-joined.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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