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
Represents a task that failed during a preview operation of a workflow.
Properties
| Property | Type | Description |
|---|---|---|
| definitionId | String | The identifier of the task definition of the task that failed during the preview operation of a workflow. |
| failureReason | String | The reason why the task failed in the preview operation of a workflow. |
| name | String | The name of the task that failed within the preview operation of a workflow. |
| taskId | String | The identifier of the task that failed during the preview operation of a workflow. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.identityGovernance.previewFailedTask",
"definitionId": "String",
"failureReason": "String",
"name": "String",
"taskId": "String"
}