Share via


ISecurityAlertTimelineItem Interface

Definition

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

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

The entity query kind type.

(Inherited from IEntityTimelineItem)
ProductName

The alert product name.

Severity

The alert severity.

StartTimeUtc

The alert start time.

TimeGenerated

The alert generated time.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to