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