Compartir a través de


AlertConfiguration Class

Alert configuration.

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

Inheritance
azure.mgmt.authorization._serialization.Model
AlertConfiguration

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
str

The alert configuration ID.

name
str

The alert configuration name.

type
str

The alert configuration type.

alert_definition_id
str

The alert definition ID.

scope
str

The alert scope.

is_enabled

True if the alert is enabled, false will disable the scanning for the specific alert.

alert_configuration_type
str

The alert configuration type.

alert_definition

The alert definition.