Compartilhar via


Alert Class

The alert.

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

Inheritance
azure.mgmt.authorization._serialization.Model
Alert

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
str

The alert ID.

name
str

The alert name.

type
str

The alert type.

scope
str

The alert scope.

is_active

False by default; true if the alert is active.

incident_count
int

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.