你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ISecurityAlertProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.SecurityAlertPropertiesTypeConverter))]
public interface ISecurityAlertProperties : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityCommonProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.SecurityAlertPropertiesTypeConverter))>]
type ISecurityAlertProperties = interface
    interface IJsonSerializable
    interface IEntityCommonProperties
Public Interface ISecurityAlertProperties
Implements IEntityCommonProperties
Derived
Attributes
Implements

Properties

AdditionalData

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

(Inherited from IEntityCommonProperties)
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.

ConfidenceReason

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).

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.

(Inherited from IEntityCommonProperties)
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.

RemediationStep

Manual action items to take to remediate the alert.

ResourceIdentifier

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.

Tactic

The tactics of the alert

TimeGenerated

The time the alert was generated.

VendorName

The name of the vendor that raise the alert.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to