windowsInformationProtectionWipeAction リソースの種類

名前空間: microsoft.graph

重要: Microsoft Graph /beta バージョンの 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 文字列 エンティティのキー。
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)"
}