AutomationActionLogicApp interface

The logic app action that should be triggered. To learn more about Microsoft Defender for Cloud's Workflow Automation capabilities, visit https://aka.ms/ASCWorkflowAutomationLearnMore

Extends

Properties

actionType

The type of the action that will be triggered by the Automation

logicAppResourceId

The triggered Logic App Azure Resource ID. This can also reside on other subscriptions, given that you have permissions to trigger the Logic App

uri

The Logic App trigger URI endpoint (it will not be included in any response).

Property Details

actionType

The type of the action that will be triggered by the Automation

actionType: "LogicApp"

Property Value

"LogicApp"

logicAppResourceId

The triggered Logic App Azure Resource ID. This can also reside on other subscriptions, given that you have permissions to trigger the Logic App

logicAppResourceId?: string

Property Value

string

uri

The Logic App trigger URI endpoint (it will not be included in any response).

uri?: string

Property Value

string