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