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 quarantineCondition that quarantines a workflow when a single run would process more than a specified number of users. This condition is configured in the conditions property of a quarantineConfiguration.
Inherits from quarantineCondition.
Properties
| Property | Type | Description |
|---|---|---|
| threshold | Int64 | The maximum number of users a workflow run can process before the workflow is quarantined. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.identityGovernance.countBasedQuarantineCondition",
"threshold": "Integer"
}