windowsInformationProtectionWipeAction 资源类型
命名空间:microsoft.graph
重要: Microsoft /beta 版本下的 Graph API 可能会发生更改;不支持生产使用。
注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证。
表示租户管理员针对自带设备 (BYOD) Windows 设备发出的擦除请求。
方法
属性
属性 | 类型 | 说明 |
---|---|---|
id | String | 实体的键。 |
status | actionState | 擦除操作状态。 可取值为:none 、pending 、canceled 、active 、done 、failed 或 notSupported 。 |
targetedUserId | String | 此擦除操作针对的 UserId。 |
targetedDeviceRegistrationId | String | 此擦除操作所针对的 DeviceRegistrationId。 |
targetedDeviceName | String | 目标设备名称。 |
targetedDeviceMacAddress | String | 目标设备 Mac 地址。 |
lastCheckInDateTime | DateTimeOffset | 此擦除操作所针对设备的上次签入时间。 |
关系
无
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.windowsInformationProtectionWipeAction",
"id": "String (identifier)",
"status": "String",
"targetedUserId": "String",
"targetedDeviceRegistrationId": "String",
"targetedDeviceName": "String",
"targetedDeviceMacAddress": "String",
"lastCheckInDateTime": "String (timestamp)"
}