AutomationActionLogicApp type
トリガーする必要があるロジック アプリのアクション。 Security Center のワークフロー自動化機能の詳細については、https://aka.ms/ASCWorkflowAutomationLearnMore
type AutomationActionLogicApp = AutomationAction & {
actionType: "LogicApp"
logicAppResourceId?: string
uri?: string
}