AlertDefinition Class
Alert definition.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.authorization._serialization.ModelAlertDefinition
Constructor
AlertDefinition(**kwargs: Any)
Variables
Name | Description |
---|---|
id
|
The alert definition ID. |
name
|
The alert definition name. |
type
|
The alert definition type. |
display_name
|
The alert display name. |
scope
|
The alert scope. |
description
|
The alert description. |
severity_level
|
str or
SeverityLevel
Severity level of the alert. Known values are: "Low", "Medium", and "High". |
security_impact
|
Security impact of the alert. |
mitigation_steps
|
The methods to mitigate the alert. |
how_to_prevent
|
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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python