Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 wipe requests issued by tenant admin for Bring-Your-Own-Device(BYOD) Windows devices.
Methods
| Method | Return Type | Description |
|---|---|---|
| List windowsInformationProtectionWipeActions | windowsInformationProtectionWipeAction collection | List properties and relationships of the windowsInformationProtectionWipeAction objects. |
| Get windowsInformationProtectionWipeAction | windowsInformationProtectionWipeAction | Read properties and relationships of the windowsInformationProtectionWipeAction object. |
| Create windowsInformationProtectionWipeAction | windowsInformationProtectionWipeAction | Create a new windowsInformationProtectionWipeAction object. |
| Delete windowsInformationProtectionWipeAction | None | Deletes a windowsInformationProtectionWipeAction. |
| Update windowsInformationProtectionWipeAction | windowsInformationProtectionWipeAction | Update the properties of a windowsInformationProtectionWipeAction object. |
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)"
}