ISecurityAlertTimelineItem Interface

Definition

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

Properties

Name Description
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

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to