windowsInformationProtectionWipeAction リソースの種類
名前空間: microsoft.graph
大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
Bring-Your-Own-Device(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)"
}