SecurityAlertTimelineItem interface
Represents security alert timeline item.
- Extends
Properties
alert |
The name of the alert type. |
azure |
The alert azure resource id. |
description | The alert description. |
display |
The alert name. |
end |
The alert end time. |
kind | Polymorphic discriminator, which specifies the different types this object can be |
product |
The alert product name. |
severity | The alert severity. |
start |
The alert start time. |
time |
The alert generated time. |
Property Details
alertType
The name of the alert type.
alertType: string
Property Value
string
azureResourceId
The alert azure resource id.
azureResourceId: string
Property Value
string
description
The alert description.
description?: string
Property Value
string
displayName
The alert name.
displayName: string
Property Value
string
endTimeUtc
The alert end time.
endTimeUtc: Date
Property Value
Date
kind
Polymorphic discriminator, which specifies the different types this object can be
kind: "SecurityAlert"
Property Value
"SecurityAlert"
productName
The alert product name.
productName?: string
Property Value
string
severity
The alert severity.
severity: string
Property Value
string
startTimeUtc
The alert start time.
startTimeUtc: Date
Property Value
Date
timeGenerated
The alert generated time.
timeGenerated: Date
Property Value
Date
Azure SDK for JavaScript