Edit

cancelRunsScope 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.

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