AlertConfiguration Class
Alert configuration.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.authorization._serialization.ModelAlertConfiguration
Constructor
AlertConfiguration(*, is_enabled: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
is_enabled
|
True if the alert is enabled, false will disable the scanning for the specific alert. |
Variables
Name | Description |
---|---|
id
|
The alert configuration ID. |
name
|
The alert configuration name. |
type
|
The alert configuration type. |
alert_definition_id
|
The alert definition ID. |
scope
|
The alert scope. |
is_enabled
|
True if the alert is enabled, false will disable the scanning for the specific alert. |
alert_configuration_type
|
The alert configuration type. |
alert_definition
|
The alert definition. |
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