AutomationActionWorkspace Class

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 Security Center continuous export capabilities, visit https://aka.ms/ASCExportLearnMore.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.security.models._models_py3.AutomationAction
AutomationActionWorkspace

Constructor

AutomationActionWorkspace(*, workspace_resource_id: Optional[str] = None, **kwargs)

Parameters

action_type
str or ActionType
Required

Required. The type of the action that will be triggered by the Automation.Constant filled by server. Possible values include: "LogicApp", "EventHub", "Workspace".

workspace_resource_id
str
Required

The fully qualified Log Analytics Workspace Azure Resource ID.