Share via


ISecurityAlert Interface

Definition

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

Properties

AdditionalData

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

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.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from IResource)
Intent

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

Kind

The kind of the entity.

(Inherited from IEntity)
Name

The name of the resource

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

SystemDataCreatedAt

The timestamp of resource creation (UTC).

(Inherited from IResource)
SystemDataCreatedBy

The identity that created the resource.

(Inherited from IResource)
SystemDataCreatedByType

The type of identity that created the resource.

(Inherited from IResource)
SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

(Inherited from IResource)
SystemDataLastModifiedBy

The identity that last modified the resource.

(Inherited from IResource)
SystemDataLastModifiedByType

The type of identity that last modified the resource.

(Inherited from IResource)
Tactic

The tactics of the alert

TimeGenerated

The time the alert was generated.

Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from IResource)
VendorName

The name of the vendor that raise the alert.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to