remoteActionAudit 资源类型
命名空间:microsoft.graph
重要提示: Microsoft Graph /beta 版本下的 API 可能会更改;不支持生产使用。
注意: 适用于 Intune 的 Microsoft Graph API 需要适用于租户的 活动 Intune 许可证。
在属于特定租户的设备上启动的远程操作的报告。
方法
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| id | String | 报告 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 | String | 设备所有者的 Upn。 |
| deviceIMEI | String | 设备的 IMEI。 |
| actionState | actionState | 操作状态。 可取值为:none、pending、canceled、active、done、failed 或 notSupported。 |
| 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"
}
反馈
提交和查看相关反馈