AutomationActionWorkspaceResponse

data class AutomationActionWorkspaceResponse(val actionType: String, val workspaceResourceId: String? = null)

The Log Analytics Workspace to which event data will be exported. Security alerts data will reside in the 'SecurityAlert' table and the assessments data will reside in the 'SecurityRecommendation' table (under the 'Security'/'SecurityCenterFree' solutions). Note that in order to view the data in the workspace, the Security Center Log Analytics free/standard solution needs to be enabled on that workspace. To learn more about Microsoft Defender for Cloud continuous export capabilities, visit https://aka.ms/ASCExportLearnMore

Constructors

Link copied to clipboard
constructor(actionType: String, workspaceResourceId: 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 'Workspace'.

Link copied to clipboard

The fully qualified Log Analytics Workspace Azure Resource ID.