triggerAndScopeBasedConditions resource type

Namespace: microsoft.graph.identityGovernance

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"
  }
}