runSummary 资源类型
Namespace:microsoft.graph.identityGovernance
指定时间段的运行摘要。 此摘要允许管理员根据计数快速获得概述。
属性
属性 | 类型 | 说明 |
---|---|---|
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"
}