Namespace:microsoft.graph.identityGovernance
为特定用户执行的 生命周期工作流 的结果,因为该用户满足生命周期工作流 的执行条件 。 结果是工作流任务的所有 任务处理结果 的聚合,这些 任务 是生命周期工作流的一部分,并为特定用户执行。
继承自 entity。
Methods
| 方法 | 返回类型 | 说明 |
|---|---|---|
| 列出用户处理结果 | microsoft.graph.identityGovernance.userProcessingResult 集合 | 获取 userProcessingResult 对象及其属性的列表。 |
| 获取用户处理结果 | microsoft.graph.identityGovernance.userProcessingResult | 获取用户处理结果。 |
| 获取摘要 | microsoft.graph.identityGovernance.userSummary | 提供指定时间段内用户处理结果的摘要。 |
| 列出任务处理结果 | microsoft.graph.identityGovernance.taskReport 集合 | 获取 taskProcessingResult 对象及其属性的列表。 |
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| completedDateTime | DateTimeOffset | 用户完成工作流执行的日期时间。 如果工作流尚未完成,则值为 null。 支持 $filter (lt、le、、gegt、 neeq) 和 $orderby。 |
| failedTasksCount | Int32 | 工作流执行中失败的任务数。 |
| id | String | 用于单独寻址特定用户处理结果的标识符。继承自 实体。 支持 $filter (eq、 ne) 和 $orderby。 |
| processingStatus | microsoft.graph.identityGovernance.lifecycleWorkflowProcessingStatus | 工作流执行状态。 可取值包括:queued、inProgress、completed、completedWithErrors、canceled、failed、unknownFutureValue。支持 $filter (eq、 ne) 和 $orderby。 |
| scheduledDateTime | DateTimeOffset | 计划为用户执行工作流的日期时间。 支持 $filter (lt、le、、gegt、 neeq) 和 $orderby。 |
| startedDateTime | DateTimeOffset | 工作流执行开始的日期时间。
null如果工作流执行尚未启动,则值为 。支持 $filter (lt、le、、gegt、 neeq) 和 $orderby。 |
| totalTasksCount | Int32 | 工作流执行中的任务总数。 |
| totalUnprocessedTasksCount | Int32 | 工作流的未处理任务总数。 |
| workflowExecutionType | microsoft.graph.identityGovernance.workflowExecutionType | 描述工作流的执行类型。 可能的值包括 scheduled、onDemand、unknownFutureValue。支持 $filter (lt、le、、gegt、 neeq) 和 $orderby。 |
| workflowVersion | Int32 | 执行的工作流的版本。 |
关系
| 关系 | 类型 | 说明 |
|---|---|---|
| subject | user | 面向 的 AAD 用户的唯一 taskProcessingResult标识符。支持 $filter (eq、 ne) 和 $expand。 |
| taskProcessingResults | microsoft.graph.identityGovernance.taskProcessingResult 集合 | 关联的单个任务执行。 |
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.identityGovernance.userProcessingResult",
"id": "String (identifier)",
"completedDateTime": "String (timestamp)",
"failedTasksCount": "Integer",
"processingStatus": "String",
"scheduledDateTime": "String (timestamp)",
"startedDateTime": "String (timestamp)",
"totalTasksCount": "Integer",
"totalUnprocessedTasksCount": "Integer",
"workflowExecutionType": "String",
"workflowVersion": "Integer"
}