AutomationActionLogicApp type
트리거해야 하는 논리 앱 작업입니다. Security Center의 워크플로 자동화 기능에 대해 자세히 알아보려면 https://aka.ms/ASCWorkflowAutomationLearnMore
type AutomationActionLogicApp = AutomationAction & {
actionType: "LogicApp"
logicAppResourceId?: string
uri?: string
}