Namespace:microsoft.graph.identityGovernance
重要
Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
工作流运行中特定工作流任务的任务处理结果的聚合。 使用此报告,可以轻松确定工作流运行中工作流任务的运行状况状态,因此,如果工作流运行尚未成功完成,则可以更快地识别错误源。
继承自 entity。
Methods
| 方法 | 返回类型 | 说明 |
|---|---|---|
| 列出任务报告 | microsoft.graph.identityGovernance.taskReport 集合 | 获取 taskReport 对象及其属性的列表。 |
| 获取摘要 | microsoft.graph.identityGovernance.taskReportSummary | 读取 taskReport 对象的属性和关系。 |
| 列出任务处理结果 | microsoft.graph.identityGovernance.taskProcessingResult 集合 | 获取任务报表的 taskProcessingResult 资源。 |
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| completedDateTime | DateTimeOffset | 关联运行完成的日期时间。 如果运行尚未完成,则 null 值为 。支持 $filter (lt、le、、gegt、 neeq) 和 $orderby。 |
| failedUsersCount | Int32 | 运行执行中关联任务失败的用户数。 支持 $filter (lt、le、、gegt、 neeq) 和 $orderby。 |
| id | String | 任务报表的唯一标识符。 继承自 entity。 支持 $filter (eq、 ne) 和 $orderby。 |
| lastUpdatedDateTime | DateTimeOffset | 上次更新任务报告的日期和时间。 |
| processingStatus | microsoft.graph.identityGovernance.lifecycleWorkflowProcessingStatus | 基于 taskProcessingResults 的关联任务的处理状态。 可能的值基于 、 completedWithErrorsinProgresscompletedcanceledfailed和 unknownFutureValue的数量。queued支持 $filter (eq、 ne) 和 $orderby。 |
| runId | String | 关联 运行的唯一标识符。 |
| startedDateTime | DateTimeOffset | 关联运行开始的日期时间。
null如果运行尚未启动,则值为 。 |
| successfulUsersCount | Int32 | 运行执行中关联任务成功的用户数。 支持 $filter (lt、le、、gegt、 neeq) 和 $orderby。 |
| totalUsersCount | Int32 | 运行执行中计划为其执行关联的任务的用户总数。 支持 $filter (lt、le、、gegt、 neeq) 和 $orderby。 |
| unprocessedUsersCount | Int32 | 运行执行中关联任务为 queued、 in progress或 canceled的用户数。支持 $filter (lt、le、、gegt、 neeq) 和 $orderby。 |
关系
| 关系 | 类型 | 说明 |
|---|---|---|
| task | task | 相关的生命周期工作流任务。 支持 $filter (eq、 ne) 和 $expand。 |
| taskDefinition | microsoft.graph.identityGovernance.taskDefinition | 与相关生命周期工作流任务关联的 taskDefinition。 支持 $filter (eq、 ne) 和 $expand。 |
| taskProcessingResults | microsoft.graph.identityGovernance.taskProcessingResult 集合 | 相关的生命周期工作流任务ProcessingResults。 |
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.identityGovernance.taskReport",
"id": "String (identifier)",
"runId": "String",
"processingStatus": "String",
"successfulUsersCount": "Integer",
"failedUsersCount": "Integer",
"unprocessedUsersCount": "Integer",
"totalUsersCount": "Integer",
"startedDateTime": "String (timestamp)",
"completedDateTime": "String (timestamp)",
"lastUpdatedDateTime": "String (timestamp)"
}