Delen via


AutomationActionLogicApp type

De actie van de logische app die moet worden geactiveerd. Ga naar https://aka.ms/ASCWorkflowAutomationLearnMore voor meer informatie over de mogelijkheden van Workflow Automation van Security Center

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