SecurityInsightsIncidentAdditionalInfo Class

Definition

Incident additional data property bag.

public class SecurityInsightsIncidentAdditionalInfo
public class SecurityInsightsIncidentAdditionalInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentAdditionalInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentAdditionalInfo>
type SecurityInsightsIncidentAdditionalInfo = class
type SecurityInsightsIncidentAdditionalInfo = class
    interface IJsonModel<SecurityInsightsIncidentAdditionalInfo>
    interface IPersistableModel<SecurityInsightsIncidentAdditionalInfo>
Public Class SecurityInsightsIncidentAdditionalInfo
Public Class SecurityInsightsIncidentAdditionalInfo
Implements IJsonModel(Of SecurityInsightsIncidentAdditionalInfo), IPersistableModel(Of SecurityInsightsIncidentAdditionalInfo)
Inheritance
SecurityInsightsIncidentAdditionalInfo
Implements

Properties

AlertProductNames

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.

ProviderIncidentUri

The provider incident url to the incident in Microsoft 365 Defender portal.

Tactics

The tactics associated with incident.

Techniques

The techniques associated with incident's tactics.

Explicit Interface Implementations

IJsonModel<SecurityInsightsIncidentAdditionalInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SecurityInsightsIncidentAdditionalInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecurityInsightsIncidentAdditionalInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecurityInsightsIncidentAdditionalInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SecurityInsightsIncidentAdditionalInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to