triggerAndScopeBasedConditions 资源类型

Namespace:microsoft.graph.identityGovernance

表示按计划运行的生命周期工作流、它针对谁运行以及触发工作流运行的内容。

继承自 workflowExecutionConditions

属性

属性 类型 说明
范围 microsoft.graph.subjectSet 定义工作流的运行者。
触发 microsoft.graph.identityGovernance.workflowExecutionTrigger 触发工作流运行的内容。

关系

无。

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.identityGovernance.triggerAndScopeBasedConditions",
  "scope": {
    "@odata.type": "microsoft.graph.subjectSet"
  },
  "trigger": {
    "@odata.type": "microsoft.graph.identityGovernance.workflowExecutionTrigger"
  }
}