Edit

workflowSetting resource type

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