运行资源类型

Namespace:microsoft.graph.identityGovernance

表示为用户集合运行的 生命周期工作流 的结果,因为他们满足生命周期工作流 的条件 。 结果是在间隔内处理或按需执行的用户的所有用户处理结果的聚合。

继承自 entity

Methods

方法 返回类型 说明
列出运行 microsoft.graph.identityGovernance.run 集合 获取 运行 对象及其属性的列表。
获取运行 microsoft.graph.identityGovernance.run 读取 运行 对象的属性和关系。
获取摘要 microsoft.graph.identityGovernance.runSummary 获取工作流运行的摘要。
列出任务处理结果 microsoft.graph.identityGovernance.taskReportSummary 列出运行中的任务处理结果。

属性

属性 类型 说明
completedDateTime DateTimeOffset 运行完成的日期时间。 null如果工作流尚未完成,则值为 值。

支持 $filter (ltle、、gegtneeq) 和 $orderby
failedTasksCount Int32 运行执行中失败的任务数。
failedUsersCount Int32 运行执行失败的用户数。
id String 工作流运行的唯一标识符。
lastUpdatedDateTime DateTimeOffset 上次更新运行的日期时间。

支持 $filter (ltle、、gegtneeq) 和 $orderby
processingStatus microsoft.graph.identityGovernance.lifecycleWorkflowProcessingStatus 运行执行状态。 可取值包括:queuedinProgresscompletedcompletedWithErrorscanceledfailedunknownFutureValue

支持 $filter (eqne) 和 $orderby
scheduledDateTime DateTimeOffset 计划为工作流执行运行的日期时间。

支持 $filter (ltle、、gegtneeq) 和 $orderby
startedDateTime DateTimeOffset 运行执行的开始日期时间。

支持 $filter (ltle、、gegtneeq) 和 $orderby
successfulUsersCount Int32 运行中成功完成的用户数。
totalUsersCount Int32 工作流执行中的用户总数。
totalTasksCounts Int32 运行执行中的任务总数。
totalUnprocessedTasksCount Int32 运行执行中未处理的任务总数。
workflowExecutionType microsoft.graph.identityGovernance.workflowExecutionType 与运行关联的工作流的执行类型。 可能的值包括 scheduledonDemandunknownFutureValue

支持 $filter (eqne) 和 $orderby

关系

关系 类型 说明
userProcessingResults microsoft.graph.identityGovernance.userProcessingResult 集合 关联的单个用户执行。
taskProcessingResults microsoft.graph.identityGovernance.taskProcessingResult 集合 相关任务ProcessingResults。
taskReports microsoft.graph.identityGovernance.taskReport 集合 相关任务ProcessingReports。

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.identityGovernance.run",
  "id": "String (identifier)",
  "completedDateTime": "String (timestamp)",
  "failedTasksCount": "Integer",
  "failedUsersCount": "Integer",
  "lastUpdatedDateTime": "String (timestamp)",
  "processingStatus": "String",
  "startedDateTime": "String (timestamp)",
  "scheduledDateTime": "String (timestamp)",
  "successfulUsersCount": "Integer",
  "totalTasksCounts": "Integer",
  "totalUsersCount": "Integer",
  "totalUnprocessedTasksCount": "Integer",
  "workflowExecutionType": "String"
}