WindowsInformationProtectionWipeAction リソースの種類

名前空間: microsoft.graph

重要:Microsoft は Intune /beta API をサポートしていますが、より頻繁に変更される可能性があります。 可能な場合は、バージョン v1.0 を使用することをお勧めします。 バージョン セレクターを使用して、バージョン v1.0 で 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 文字列 このワイプ アクションの対象となる 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)"
}