Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 1.48 KB

identitygovernance-triggerandscopebasedconditions.md

File metadata and controls

49 lines (38 loc) · 1.48 KB
title description author ms.localizationpriority ms.subservice doc_type
triggerAndScopeBasedConditions resource type
Represents a lifecycle workflow running by schedule, who it runs for, and what triggers the workflow to run.
AlexFilipin
medium
entra-id-governance
resourcePageType

triggerAndScopeBasedConditions resource type

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.

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 is a JSON representation of the resource.

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