windowsInformationProtectionWipeAction リソースの種類

名前空間: microsoft.graph

大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。

注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。

Bring-Your-Own-Device(BYOD) Windows デバイスのテナント管理者によって発行されたワイプ要求を表します。

メソッド

メソッド 戻り値の型 説明
windowsInformationProtectionWipeActions を一覧表示する windowsInformationProtectionWipeAction コレクション windowsInformationProtectionWipeAction オブジェクトのプロパティとリレーションシップを一覧表示します。
windowsInformationProtectionWipeAction を取得する windowsInformationProtectionWipeAction windowsInformationProtectionWipeAction オブジェクトのプロパティとリレーションシップを読み取ります。
windowsInformationProtectionWipeAction を作成する windowsInformationProtectionWipeAction 新しい windowsInformationProtectionWipeAction オブジェクトを 作成します。
windowsInformationProtectionWipeAction を削除する なし windowsInformationProtectionWipeAction を削除します。
WindowsInformationProtectionWipeAction を更新する windowsInformationProtectionWipeAction windowsInformationProtectionWipeAction オブジェクトのプロパティを更新します。

プロパティ

プロパティ 説明
id String エンティティのキー。
status actionState ワイプ アクションの状態。 可能な値は、nonependingcanceledactivedonefailednotSupported です。
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)"
}