membershipChangeTrigger resource type
Namespace: microsoft.graph.identityGovernance
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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"
}