Edit

countBasedQuarantineCondition resource type

Namespace: microsoft.graph.identityGovernance

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"
}