Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 1.5 KB

File metadata and controls

50 lines (39 loc) · 1.5 KB
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

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