windowsInformationProtectionWipeAction リソースの種類
名前空間: microsoft.graph
重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。
注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。
Bring-Your-Own-Device(BYOD) デバイスのテナント管理者が発行するワイプ要求を表Windowsします。
メソッド
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | 文字列 | エンティティのキー。 |
| status | actionState | ワイプ アクションの状態。 可能な値は、none、pending、canceled、active、done、failed、notSupported です。 |
| targetedUserId | 文字列 | このワイプ アクションの対象となる UserId。 |
| targetedDeviceRegistrationId | 文字列 | このワイプ アクションの対象となる DeviceRegistrationId。 |
| targetedDeviceName | 文字列 | 対象となるデバイス名。 |
| targetedDeviceMacAddress | 文字列 | 対象デバイスの 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)"
}
フィードバック
フィードバックの送信と表示