logicAppTriggerEndpointConfiguration resource type
Namespace: microsoft.graph
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.
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.
Properties
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. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.logicAppTriggerEndpointConfiguration",
"subscriptionId": "String",
"resourceGroupName": "String",
"logicAppWorkflowName": "String",
"url": "String"
}