Edit

workflowSetting resource type

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