Edit

Share via


windowsInformationProtectionWipeAction resource type

Namespace: microsoft.graph

Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.

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

Represents wipe requests issued by tenant admin for Bring-Your-Own-Device(BYOD) Windows devices.

Methods

Properties

Property Type Description
id String Key of the entity.
status actionState Wipe action status. Possible values are: none, pending, canceled, active, done, failed, notSupported.
targetedUserId String The UserId being targeted by this wipe action.
targetedDeviceRegistrationId String The DeviceRegistrationId being targeted by this wipe action.
targetedDeviceName String Targeted device name.
targetedDeviceMacAddress String Targeted device Mac address.
lastCheckInDateTime DateTimeOffset Last checkin time of the device that was targeted by this wipe action.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.windowsInformationProtectionWipeAction",
  "id": "String (identifier)",
  "status": "String",
  "targetedUserId": "String",
  "targetedDeviceRegistrationId": "String",
  "targetedDeviceName": "String",
  "targetedDeviceMacAddress": "String",
  "lastCheckInDateTime": "String (timestamp)"
}