| 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 |
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.
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.identityGovernance.membershipChangeTrigger",
"changeType": "String"
}