Edit

Share via


windowsInformationProtectionDeviceRegistration 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.

Represents device registration records for Bring-Your-Own-Device(BYOD) Windows devices.

Methods

Method Return Type Description
List windowsInformationProtectionDeviceRegistrations windowsInformationProtectionDeviceRegistration collection List properties and relationships of the windowsInformationProtectionDeviceRegistration objects.
Get windowsInformationProtectionDeviceRegistration windowsInformationProtectionDeviceRegistration Read properties and relationships of the windowsInformationProtectionDeviceRegistration object.
Create windowsInformationProtectionDeviceRegistration windowsInformationProtectionDeviceRegistration Create a new windowsInformationProtectionDeviceRegistration object.
Delete windowsInformationProtectionDeviceRegistration None Deletes a windowsInformationProtectionDeviceRegistration.
Update windowsInformationProtectionDeviceRegistration windowsInformationProtectionDeviceRegistration Update the properties of a windowsInformationProtectionDeviceRegistration object.
wipe action None

Properties

Property Type Description
id String Key of the entity.
userId String UserId associated with this device registration record.
deviceRegistrationId String Device identifier for this device registration record.
deviceName String Device name.
deviceType String Device type, for example, Windows laptop VS Windows phone.
deviceMacAddress String Device Mac address.
lastCheckInDateTime DateTimeOffset Last checkin time of the device.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.windowsInformationProtectionDeviceRegistration",
  "id": "String (identifier)",
  "userId": "String",
  "deviceRegistrationId": "String",
  "deviceName": "String",
  "deviceType": "String",
  "deviceMacAddress": "String",
  "lastCheckInDateTime": "String (timestamp)"
}