SecurityAlertProperties interface

SecurityAlert entity property bag.

Extends

Properties

alertDisplayName

The display name of the alert.

alertLink

The uri link of the alert.

alertType

The type name of the alert.

compromisedEntity

Display name of the main entity being reported on.

confidenceLevel

The confidence level of this alert.

confidenceReasons

The confidence reasons

confidenceScore

The confidence score of the alert.

confidenceScoreStatus

The confidence score calculation status, i.e. indicating if score calculation is pending for this alert, not applicable or final.

description

Alert description.

endTimeUtc

The impact end time of the alert (the time of the last event contributing to the alert).

intent

Holds the alert intent stage(s) mapping for this alert.

processingEndTime

The time the alert was made available for consumption.

productComponentName

The name of a component inside the product which generated the alert.

productName

The name of the product which published this alert.

productVersion

The version of the product generating the alert.

providerAlertId

The identifier of the alert inside the product which generated the alert.

remediationSteps

Manual action items to take to remediate the alert.

resourceIdentifiers

The list of resource identifiers of the alert.

severity

The severity of the alert

startTimeUtc

The impact start time of the alert (the time of the first event contributing to the alert).

status

The lifecycle status of the alert.

systemAlertId

Holds the product identifier of the alert for the product.

tactics

The tactics of the alert

timeGenerated

The time the alert was generated.

vendorName

The name of the vendor that raise the alert.

Inherited Properties

additionalData

A bag of custom fields that should be part of the entity and will be presented to the user.

friendlyName

The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.

Property Details

alertDisplayName

The display name of the alert.

alertDisplayName?: string

Property Value

string

The uri link of the alert.

alertLink?: string

Property Value

string

alertType

The type name of the alert.

alertType?: string

Property Value

string

compromisedEntity

Display name of the main entity being reported on.

compromisedEntity?: string

Property Value

string

confidenceLevel

The confidence level of this alert.

confidenceLevel?: string

Property Value

string

confidenceReasons

The confidence reasons

confidenceReasons?: SecurityAlertPropertiesConfidenceReasonsItem[]

Property Value

confidenceScore

The confidence score of the alert.

confidenceScore?: number

Property Value

number

confidenceScoreStatus

The confidence score calculation status, i.e. indicating if score calculation is pending for this alert, not applicable or final.

confidenceScoreStatus?: string

Property Value

string

description

Alert description.

description?: string

Property Value

string

endTimeUtc

The impact end time of the alert (the time of the last event contributing to the alert).

endTimeUtc?: Date

Property Value

Date

intent

Holds the alert intent stage(s) mapping for this alert.

intent?: string

Property Value

string

processingEndTime

The time the alert was made available for consumption.

processingEndTime?: Date

Property Value

Date

productComponentName

The name of a component inside the product which generated the alert.

productComponentName?: string

Property Value

string

productName

The name of the product which published this alert.

productName?: string

Property Value

string

productVersion

The version of the product generating the alert.

productVersion?: string

Property Value

string

providerAlertId

The identifier of the alert inside the product which generated the alert.

providerAlertId?: string

Property Value

string

remediationSteps

Manual action items to take to remediate the alert.

remediationSteps?: string[]

Property Value

string[]

resourceIdentifiers

The list of resource identifiers of the alert.

resourceIdentifiers?: any[]

Property Value

any[]

severity

The severity of the alert

severity?: string

Property Value

string

startTimeUtc

The impact start time of the alert (the time of the first event contributing to the alert).

startTimeUtc?: Date

Property Value

Date

status

The lifecycle status of the alert.

status?: string

Property Value

string

systemAlertId

Holds the product identifier of the alert for the product.

systemAlertId?: string

Property Value

string

tactics

The tactics of the alert

tactics?: string[]

Property Value

string[]

timeGenerated

The time the alert was generated.

timeGenerated?: Date

Property Value

Date

vendorName

The name of the vendor that raise the alert.

vendorName?: string

Property Value

string

Inherited Property Details

additionalData

A bag of custom fields that should be part of the entity and will be presented to the user.

additionalData?: Record<string, any>

Property Value

Record<string, any>

Inherited From EntityCommonProperties.additionalData

friendlyName

The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.

friendlyName?: string

Property Value

string

Inherited From EntityCommonProperties.friendlyName