userSummary 资源类型

Namespace:microsoft.graph.identityGovernance

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

属性

属性 类型 说明
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"
}