Edit

Share via


deviceConfigurationTargetedUserAndDevice resource type

Namespace: microsoft.graph

Important: APIs under the /beta version in Microsoft Graph are subject to change which could break your applications. While Intune /beta APIs are supported by Microsoft, you should use these at your own discretion. In general, /beta APIs are not recommended for use in production applications. To determine whether an API is available in v1.0, use the Version selector

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

Conflict summary for a set of device configuration policies.

Properties

Property Type Description
deviceId String The id of the device in the checkin.
deviceName String The name of the device in the checkin.
userId String The id of the user in the checkin.
userDisplayName String The display name of the user in the checkin
userPrincipalName String The UPN of the user in the checkin.
lastCheckinDateTime DateTimeOffset Last checkin time for this user/device pair.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.deviceConfigurationTargetedUserAndDevice",
  "deviceId": "String",
  "deviceName": "String",
  "userId": "String",
  "userDisplayName": "String",
  "userPrincipalName": "String",
  "lastCheckinDateTime": "String (timestamp)"
}