Alert interface
The alert.
Properties
| alert |
The alert configuration. NOTE: This property will not be serialized. It can only be populated by the server. |
| alert |
The alert definition. NOTE: This property will not be serialized. It can only be populated by the server. |
| alert |
The alert incidents. NOTE: This property will not be serialized. It can only be populated by the server. |
| id | The alert ID. NOTE: This property will not be serialized. It can only be populated by the server. |
| incident |
The number of generated incidents of the alert. NOTE: This property will not be serialized. It can only be populated by the server. |
| is |
False by default; true if the alert is active. |
| last |
The date time when the alert configuration was updated or new incidents were generated. NOTE: This property will not be serialized. It can only be populated by the server. |
| last |
The date time when the alert was last scanned. NOTE: This property will not be serialized. It can only be populated by the server. |
| name | The alert 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 type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
alertConfiguration
The alert configuration. NOTE: This property will not be serialized. It can only be populated by the server.
alertConfiguration?: AlertConfiguration
Property Value
alertDefinition
The alert definition. NOTE: This property will not be serialized. It can only be populated by the server.
alertDefinition?: AlertDefinition
Property Value
alertIncidents
The alert incidents. NOTE: This property will not be serialized. It can only be populated by the server.
alertIncidents?: AlertIncident[]
Property Value
id
The alert ID. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
incidentCount
The number of generated incidents of the alert. NOTE: This property will not be serialized. It can only be populated by the server.
incidentCount?: number
Property Value
number
isActive
False by default; true if the alert is active.
isActive?: boolean
Property Value
boolean
lastModifiedDateTime
The date time when the alert configuration was updated or new incidents were generated. NOTE: This property will not be serialized. It can only be populated by the server.
lastModifiedDateTime?: Date
Property Value
Date
lastScannedDateTime
The date time when the alert was last scanned. NOTE: This property will not be serialized. It can only be populated by the server.
lastScannedDateTime?: Date
Property Value
Date
name
The alert 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 type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string