triggerAndScopeBasedConditions 资源类型
Namespace:microsoft.graph.identityGovernance
重要
Microsoft Graph /beta
版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
表示按计划运行的生命周期工作流、它针对谁运行以及触发工作流运行的内容。
继承自 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"
}
}