| title | logicAppTriggerEndpointConfiguration resource type |
|---|---|
| description | The configuration details for the logic app's endpoint that is associated with a custom access package workflow extension. |
| author | vikama-microsoft |
| ms.localizationpriority | medium |
| ms.subservice | entra-id-governance |
| doc_type | resourcePageType |
| ms.date | 07/23/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
The configuration details for the logic app's endpoint that is associated with a custom access package workflow extension. Derived from the customExtensionEndpointConfiguration abstract type.
| Property | Type | Description |
|---|---|---|
| logicAppWorkflowName | String | The name of the logic app. |
| resourceGroupName | String | The Azure resource group name for the logic app. |
| subscriptionId | String | Identifier of the Azure subscription for the logic app. |
| url | String | The URL to the logic app endpoint that will be triggered. Only required for app-only token scenarios where app is creating a customCalloutExtension without a signed-in user. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.logicAppTriggerEndpointConfiguration",
"subscriptionId": "String",
"resourceGroupName": "String",
"logicAppWorkflowName": "String",
"url": "String"
}