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
Represents the configurable settings of a workflow or a workflowVersion. This object is configured in the settings property of those resources.
Properties
| Property | Type | Description |
|---|---|---|
| quarantineConfiguration | microsoft.graph.identityGovernance.quarantineConfiguration | The threshold configuration that automatically halts the workflow when its conditions are met. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.identityGovernance.workflowSetting",
"quarantineConfiguration": {
"@odata.type": "microsoft.graph.identityGovernance.quarantineConfiguration"
}
}