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 the read-only quarantine state of a workflow. This object is returned in the quarantineDetails property of a workflow when the workflow is automatically quarantined because a run exceeded the threshold conditions defined in its quarantineConfiguration.
Properties
| Property | Type | Description |
|---|---|---|
| quarantinedDateTime | DateTimeOffset | The date and time when the workflow was quarantined. |
| quarantineReason | String | The reason the workflow was quarantined. |
| quarantineType | microsoft.graph.identityGovernance.quarantineType | The type of threshold condition that caused the workflow to be quarantined. The possible values are: notQuarantined, countBasedThresholdExceeded, percentageBasedThresholdExceeded, multipleConditionsExceeded, unknownFutureValue. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.identityGovernance.quarantineDetails",
"quarantinedDateTime": "String (timestamp)",
"quarantineType": "String",
"quarantineReason": "String"
}