userSummary 资源类型

Namespace:microsoft.graph.identityGovernance

重要

Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

指定时间段内用户处理结果的摘要。 此摘要允许管理员根据计数快速获得概述。

属性

属性 类型 说明
failedTasks Int32 用户摘要中用户的失败任务数。
failedUsers Int32 用户摘要中失败的用户数。
successfulUsers Int32 用户摘要中成功的用户数。
totalTasks Int32 用户摘要中用户的总任务数。
totalUsers Int32 用户摘要中的用户总数

关系

无。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "@odata.type": "#microsoft.graph.identityGovernance.userSummary",
  "failedTasks": "Integer",
  "failedUsers": "Integer",
  "successfulUsers": "Integer",
  "totalTasks": "Integer",
  "totalUsers": "Integer"
}