Share via


IncidentAdditionalData Class

Definition

Incident additional data property bag.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IncidentAdditionalDataTypeConverter))]
public class IncidentAdditionalData : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IIncidentAdditionalData
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IncidentAdditionalDataTypeConverter))>]
type IncidentAdditionalData = class
    interface IIncidentAdditionalData
    interface IJsonSerializable
Public Class IncidentAdditionalData
Implements IIncidentAdditionalData
Inheritance
IncidentAdditionalData
Attributes
Implements

Constructors

IncidentAdditionalData()

Creates an new IncidentAdditionalData instance.

Properties

AlertProductName

List of product names of alerts in the incident

AlertsCount

The number of alerts in the incident

BookmarksCount

The number of bookmarks in the incident

CommentsCount

The number of comments in the incident

Tactic

The tactics associated with incident

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IncidentAdditionalData.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IncidentAdditionalData.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IncidentAdditionalData into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to