Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 a workflow execution trigger that initiates workflow execution when a guest user has fewer than the required number of sponsors.
This complex type is used in the trigger property of the triggerAndScopeBasedConditions resource.
Inherits from microsoft.graph.identityGovernance.workflowExecutionTrigger.
Properties
| Property | Type | Description |
|---|---|---|
| minimumRequiredSponsors | Int32 | The minimum number of sponsors required for a guest user. When a guest has fewer sponsors than this value, the workflow is triggered. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.identityGovernance.guestSponsorTrigger",
"minimumRequiredSponsors": "Integer"
}