remoteActionAudit リソースの種類

名前空間: microsoft.graph

重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。

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

特定のテナントに属するデバイスで開始されたリモート アクションのレポート。

メソッド

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

プロパティ

プロパティ 説明
id 文字列 レポート ID。
deviceDisplayName String Intune デバイス名。
userName String [非推奨 ] 代わりに、InitiatedByUserPrincipalName を使用してください。
initiatedByUserPrincipalName String デバイスアクションを開始したユーザーの形式は UPN です。
action remoteAction アクション名。 使用できる値は unknown factoryReset 、、、、 、 です removeCompanyData resetPasscode remoteLock enableLostMode disableLostMode locateDevice rebootNow recoverPasscode cleanWindowsDevice logoutSharedAppleDeviceActiveUser quickScan fullScan windowsDefenderUpdateSignatures factoryResetKeepEnrollmentData updateDeviceAccount automaticRedeployment shutDown rotateBitLockerKeys rotateFileVaultKey getFileVaultKey setDeviceName activateDeviceEsim
requestDateTime DateTimeOffset UTC で指定されたアクションが発行された時刻。
deviceOwnerUserPrincipalName 文字列 デバイス所有者の Upn。
deviceIMEI String デバイスの IMEI。
actionState actionState アクションの状態。 可能な値は、nonependingcanceledactivedonefailednotSupported です。
managedDeviceId String アクション ターゲット。

リレーションシップ

なし

JSON 表記

以下は、リソースの JSON 表記です。

{
  "@odata.type": "#microsoft.graph.remoteActionAudit",
  "id": "String (identifier)",
  "deviceDisplayName": "String",
  "userName": "String",
  "initiatedByUserPrincipalName": "String",
  "action": "String",
  "requestDateTime": "String (timestamp)",
  "deviceOwnerUserPrincipalName": "String",
  "deviceIMEI": "String",
  "actionState": "String",
  "managedDeviceId": "String"
}