customTaskExtensionCalloutData resource type

Namespace: microsoft.graph.identityGovernance

Represents the data send to Azure Logic Apps as part of a custom extension callout request when a custom task extension gets used as part of a lifecycle workflow execution.

Inherits from customExtensionData.

Properties

None.

Relationships

Relationship Type Description
subject user The user that the workflow is executed for.
task microsoft.graph.identityGovernance.task The task that references the custom extension making this callout.
taskProcessingResult microsoft.graph.identityGovernance.lifecycleWorkflowProcessingStatus The taskProcessingResult tracking the instance information of the executing task.
workflow microsoft.graph.identityGovernance.workflow The workflow associated with the task that references the custom extension that will be making the callout.

JSON representation

The following is a JSON representation of the resource.

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