AutomationActionLogicApp type
Akce aplikace logiky, která by se měla aktivovat. Další informace o možnostech automatizace pracovních postupů služby Security Center najdete v tématu https://aka.ms/ASCWorkflowAutomationLearnMore
type AutomationActionLogicApp = AutomationAction & {
actionType: "LogicApp"
logicAppResourceId?: string
uri?: string
}