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 con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python