LogAnalyticsIdentifier Class

Represents a Log Analytics workspace scope identifier.

Variables are only populated by the server, and will be ignored when sending a request.

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

Inheritance
azure.mgmt.security.models._models_py3.ResourceIdentifier
LogAnalyticsIdentifier

Constructor

LogAnalyticsIdentifier(**kwargs)

Parameters

type
str or ResourceIdentifierType
Required

Required. There can be multiple identifiers of different type per alert, this field specify the identifier type.Constant filled by server. Possible values include: "AzureResource", "LogAnalytics".

Variables

workspace_id
str

The LogAnalytics workspace id that stores this alert.

workspace_subscription_id
str

The azure subscription id for the LogAnalytics workspace storing this alert.

workspace_resource_group
str

The azure resource group for the LogAnalytics workspace storing this alert.

agent_id
str

(optional) The LogAnalytics agent id reporting the event that this alert is based on.