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 操作名称。 可能的值为:、、、、removeCompanyDatawindowsDefenderUpdateSignaturesquickScanfullScancleanWindowsDeviceenableLostModedisableLostModelocateDevicerebootNowlogoutSharedAppleDeviceActiveUserupdateDeviceAccountresetPasscodeautomaticRedeploymentremoteLockrecoverPasscodefactoryResetKeepEnrollmentDatalaunchRemoteHelpunknownFutureValuerotateLocalAdminPasswordinitiateMobileDeviceManagementKeyRecoveryshutDownsetDeviceNameactivateDeviceEsimdeprovisiondisablereenablerotateFileVaultKeyinitiateOnDemandProactiveRemediationremoveDeviceFirmwareConfigurationInterfaceManagementmoveDeviceToOrganizationalUnitrotateBitLockerKeysrevokeAppleVppLicensesgetFileVaultKeypauseConfigurationRefresh、 。 changeAssignmentsdeleteinitiateDeviceAttestationfactoryResetunknown
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"
}