triggerAndScopeBasedConditions resource type
Namespace: microsoft.graph.identityGovernance
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents a lifecycle workflow running by schedule, who it runs for, and what triggers the workflow to run.
Inherits from workflowExecutionConditions.
Properties
Property | Type | Description |
---|---|---|
scope | microsoft.graph.subjectSet | Defines who the workflow runs for. |
trigger | microsoft.graph.identityGovernance.workflowExecutionTrigger | What triggers a workflow to run. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.identityGovernance.triggerAndScopeBasedConditions",
"scope": {
"@odata.type": "microsoft.graph.subjectSet"
},
"trigger": {
"@odata.type": "microsoft.graph.identityGovernance.workflowExecutionTrigger"
}
}