Share via


SecurityAlertTimelineItem Class

Definition

Represents security alert timeline item.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.SecurityAlertTimelineItemTypeConverter))]
public class SecurityAlertTimelineItem : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISecurityAlertTimelineItem, Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.SecurityAlertTimelineItemTypeConverter))>]
type SecurityAlertTimelineItem = class
    interface ISecurityAlertTimelineItem
    interface IJsonSerializable
    interface IEntityTimelineItem
    interface IValidates
Public Class SecurityAlertTimelineItem
Implements ISecurityAlertTimelineItem, IValidates
Inheritance
SecurityAlertTimelineItem
Attributes
Implements

Constructors

SecurityAlertTimelineItem()

Creates an new SecurityAlertTimelineItem instance.

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.

ProductName

The alert product name.

Severity

The alert severity.

StartTimeUtc

The alert start time.

TimeGenerated

The alert generated time.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SecurityAlertTimelineItem.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SecurityAlertTimelineItem.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ISecurityAlertTimelineItem.

FromJsonString(String)

Creates a new instance of SecurityAlertTimelineItem, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SecurityAlertTimelineItem into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to