Edit

Share via


windowsInformationProtectionDeviceRegistration resource type

Namespace: microsoft.graph

Important: Microsoft supports Intune /beta APIs, but they are subject to more frequent change. Microsoft recommends using version v1.0 when possible. Check an API's availability in version v1.0 using 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)"
}