runSummary 资源类型

Namespace:microsoft.graph.identityGovernance

重要

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

指定时间段的运行摘要。 此摘要允许管理员根据计数快速获得概述。

属性

属性 类型 说明
failedRuns Int32 失败的工作流运行数。
failedTasks Int32 工作流的失败任务数。
successfulRuns Int32 成功的工作流运行数。
totalRuns Int32 工作流的运行总数。
totalTasks Int32 工作流处理的任务总数。
totalUsers Int32 工作流处理的用户总数。

关系

无。

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.identityGovernance.runSummary",
  "failedRuns": "Integer",
  "failedTasks": "Integer",
  "successfulRuns": "Integer",
  "totalRuns": "Integer",
  "totalTasks": "Integer",
  "totalUsers": "Integer"
}