Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 1.7 KB

File metadata and controls

49 lines (39 loc) · 1.7 KB
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

logicAppTriggerEndpointConfiguration resource type

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.

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"
}