Edit

cancelRunsScope resource type

Namespace: microsoft.graph.identityGovernance

Defines a set of workflow runs to cancel when using the cancelProcessing action. Only runs that are currently in queued or inProgress status can be cancelled.

Inherits from cancelScope.

Properties

None.

Relationships

Property Type Description
runs microsoft.graph.identityGovernance.run collection The workflow runs to cancel. Currently limited to 1 run per request. Required.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.identityGovernance.cancelRunsScope"
}