| 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 |
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.
None.
| 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. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.identityGovernance.customTaskExtensionCalloutData"
}