Alert Class
The alert.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.authorization._serialization.ModelAlert
Constructor
Alert(*, is_active: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
is_active
|
False by default; true if the alert is active. |
Variables
Name | Description |
---|---|
id
|
The alert ID. |
name
|
The alert name. |
type
|
The alert type. |
scope
|
The alert scope. |
is_active
|
False by default; true if the alert is active. |
incident_count
|
The number of generated incidents of the alert. |
last_modified_date_time
|
The date time when the alert configuration was updated or new incidents were generated. |
last_scanned_date_time
|
The date time when the alert was last scanned. |
alert_definition
|
The alert definition. |
alert_incidents
|
The alert incidents. |
alert_configuration
|
The alert configuration. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python