Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 sent to Azure Logic Apps as part of a customExtensionCalloutRequest. This object is configured in the data property of that resource for the customTaskExtension resource.
Inherits from customExtensionData.
Properties
| Property | Type | Description |
|---|---|---|
| targetSubject | microsoft.graph.identityGovernance.workflowSubject | The target subject for workflow execution. |
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",
"targetSubject": {
"@odata.type": "microsoft.graph.identityGovernance.workflowSubject"
}
}