membershipChangeTrigger resource type
Namespace: microsoft.graph.identityGovernance
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. 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"
}