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.

kind

Polymorphic discriminator, which specifies the different types this object can be

productName

The alert product name.

severity

The alert severity.

startTimeUtc

The alert start time.

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

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