| title | triggerAndScopeBasedConditions resource type |
|---|---|
| description | Represents a lifecycle workflow running by schedule, who it runs for, and what triggers the workflow to run. |
| author | AlexFilipin |
| ms.localizationpriority | medium |
| ms.subservice | entra-id-governance |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph.identityGovernance
[!INCLUDE beta-disclaimer]
Represents a lifecycle workflow running by schedule, who it runs for, and what triggers the workflow to run.
Inherits from workflowExecutionConditions.
| Property | Type | Description |
|---|---|---|
| scope | microsoft.graph.subjectSet | Defines who the workflow runs for. |
| trigger | microsoft.graph.identityGovernance.workflowExecutionTrigger | What triggers a workflow to run. |
None.
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"
}
}