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
action |
Polymorphic discriminator, which specifies the different types this object can be |
logic |
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
Polymorphic discriminator, which specifies the different types this object can be
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
Azure SDK for JavaScript