Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.78 KB

File metadata and controls

47 lines (36 loc) · 1.78 KB
title customTaskExtensionCalloutData resource type
description Custom Task Extension callout data
author AlexFilipin
ms.localizationpriority medium
ms.subservice entra-id-governance
doc_type resourcePageType
ms.date 07/22/2024

customTaskExtensionCalloutData resource type

Namespace: microsoft.graph.identityGovernance

[!INCLUDE beta-disclaimer]

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 JSON representation shows the resource type.

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