Compartilhar via


AlertDefinition Class

Alert definition.

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

Inheritance
azure.mgmt.authorization._serialization.Model
AlertDefinition

Constructor

AlertDefinition(**kwargs: Any)

Variables

Name Description
id
str

The alert definition ID.

name
str

The alert definition name.

type
str

The alert definition type.

display_name
str

The alert display name.

scope
str

The alert scope.

description
str

The alert description.

severity_level

Severity level of the alert. Known values are: "Low", "Medium", and "High".

security_impact
str

Security impact of the alert.

mitigation_steps
str

The methods to mitigate the alert.

how_to_prevent
str

The ways to prevent the alert.

is_remediatable

True if the alert can be remediated; false, otherwise.

is_configurable

True if the alert configuration can be configured; false, otherwise.