remoteActionAudit リソースの種類

名前空間: microsoft.graph

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

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

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

メソッド

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

プロパティ

プロパティ 説明
id String レポート ID。
deviceDisplayName String デバイス名をIntuneします。
userName String [非推奨]代わりに InitiatedByUserPrincipalName を使用してください。
initiatedByUserPrincipalName String デバイス アクションを開始したユーザーの形式は UPN です。
action remoteAction アクション名。 使用できる値は、 factoryResetfactoryResetKeepEnrollmentDatarecoverPasscoderebootNowcleanWindowsDevicelogoutSharedAppleDeviceActiveUserquickScanfullScanwindowsDefenderUpdateSignatureslocateDeviceautomaticRedeploymentupdateDeviceAccountreenabledisablemoveDeviceToOrganizationalUnitdeprovisionactivateDeviceEsimsetDeviceNameinitiateMobileDeviceManagementKeyRecoverygetFileVaultKeyrotateFileVaultKeyrotateBitLockerKeysinitiateOnDemandProactiveRemediationshutDowndisableLostModerotateLocalAdminPasswordremoveDeviceFirmwareConfigurationInterfaceManagementrevokeAppleVppLicensespauseConfigurationRefreshlaunchRemoteHelpinitiateDeviceAttestationchangeAssignmentsunknownresetPasscodedeleteremoveCompanyDataremoteLockenableLostModeunknownFutureValueです。
requestDateTime DateTimeOffset アクションが発行された時刻 (UTC)。
deviceOwnerUserPrincipalName String デバイス所有者の 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"
}