AlertConfiguration interface
Alert configuration.
Properties
| alert |
The alert configuration type. |
| alert |
The alert definition. NOTE: This property will not be serialized. It can only be populated by the server. |
| alert |
The alert definition ID. NOTE: This property will not be serialized. It can only be populated by the server. |
| id | The alert configuration ID. NOTE: This property will not be serialized. It can only be populated by the server. |
| is |
True if the alert is enabled, false will disable the scanning for the specific alert. |
| name | The alert configuration name. NOTE: This property will not be serialized. It can only be populated by the server. |
| scope | The alert scope. NOTE: This property will not be serialized. It can only be populated by the server. |
| type | The alert configuration type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
alertConfigurationType
The alert configuration type.
alertConfigurationType?: string
Property Value
string
alertDefinition
The alert definition. NOTE: This property will not be serialized. It can only be populated by the server.
alertDefinition?: AlertDefinition
Property Value
alertDefinitionId
The alert definition ID. NOTE: This property will not be serialized. It can only be populated by the server.
alertDefinitionId?: string
Property Value
string
id
The alert configuration ID. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
isEnabled
True if the alert is enabled, false will disable the scanning for the specific alert.
isEnabled?: boolean
Property Value
boolean
name
The alert configuration name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
scope
The alert scope. NOTE: This property will not be serialized. It can only be populated by the server.
scope?: string
Property Value
string
type
The alert configuration type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string