AutomationActionLogicAppResponse

data class AutomationActionLogicAppResponse(val actionType: String, val logicAppResourceId: String? = null, val uri: String? = null)

The logic app action that should be triggered. To learn more about Microsoft Defender for Cloud's Workflow Automation capabilities, visit https://aka.ms/ASCWorkflowAutomationLearnMore

Constructors

Link copied to clipboard
constructor(actionType: String, logicAppResourceId: String? = null, uri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of the action that will be triggered by the Automation Expected value is 'LogicApp'.

Link copied to clipboard

The triggered Logic App Azure Resource ID. This can also reside on other subscriptions, given that you have permissions to trigger the Logic App

Link copied to clipboard
val uri: String? = null

The Logic App trigger URI endpoint (it will not be included in any response).