AlertDefinition Class
Alert definition.
Variables are only populated by the server, and will be ignored when sending a request.
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. |