Modifica

Condividi tramite


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