AutomationActionLogicApp type
Den logikappsåtgärd som ska utlösas. Mer information om funktionerna i Arbetsflödesautomatisering i Security Center finns i https://aka.ms/ASCWorkflowAutomationLearnMore
type AutomationActionLogicApp = AutomationAction & {
actionType: "LogicApp"
logicAppResourceId?: string
uri?: string
}