SecurityAlertTimelineItem interface

Represents security alert timeline item.

Extends

Properties

alertType

The name of the alert type.

azureResourceId

The alert azure resource id.

description

The alert description.

displayName

The alert name.

endTimeUtc

The alert end time.

intent

The intent of the alert.

kind

The entity query kind type.

productName

The alert product name.

severity

The alert severity.

startTimeUtc

The alert start time.

techniques

The techniques of the alert.

timeGenerated

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

intent

The intent of the alert.

intent?: string

Property Value

string

kind

The entity query kind type.

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

techniques

The techniques of the alert.

techniques?: string[]

Property Value

string[]

timeGenerated

The alert generated time.

timeGenerated: Date

Property Value

Date