Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.38 KB

File metadata and controls

41 lines (33 loc) · 1.38 KB
title membershipChangeTrigger resource type
description Represents the change in group membership that triggers the execution conditions of a workflow for a user.
author AlexFilipin
ms.localizationpriority medium
ms.subservice entra-id-governance
doc_type resourcePageType
ms.date 10/21/2024

membershipChangeTrigger resource type

Namespace: microsoft.graph.identityGovernance

[!INCLUDE beta-disclaimer]

Represents the change in group membership that triggers the execution conditions of a workflow for a user.

Inherits from microsoft.graph.identityGovernance.workflowExecutionTrigger.

Properties

Property Type Description
changeType microsoft.graph.identityGovernance.membershipChangeType Defines what change that happens to the workflow group to trigger the workflowExecutionTrigger. The possible values are: add, remove, unknownFutureValue.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.identityGovernance.membershipChangeTrigger",
  "changeType": "String"
}