AutomationActionLogicApp type

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

type AutomationActionLogicApp = AutomationAction & {
  actionType: "LogicApp"
  logicAppResourceId?: string
  uri?: string
}