SecurityInsightsIncidentData Class

Definition

A class representing the SecurityInsightsIncident data model. Represents an incident in Azure Security Insights.

public class SecurityInsightsIncidentData : Azure.ResourceManager.Models.ResourceData
type SecurityInsightsIncidentData = class
    inherit ResourceData
Public Class SecurityInsightsIncidentData
Inherits ResourceData
Inheritance
SecurityInsightsIncidentData

Constructors

SecurityInsightsIncidentData()

Initializes a new instance of SecurityInsightsIncidentData.

Properties

AdditionalInfo

Additional data on the incident.

Classification

The reason the incident was closed.

ClassificationComment

Describes the reason the incident was closed.

ClassificationReason

The classification reason the incident was closed with.

CreatedOn

The time the incident was created.

Description

The description of the incident.

ETag

Etag of the azure resource.

FirstActivityOn

The time of the first activity in the incident.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
IncidentNumber

A sequential number.

IncidentUri

The deep-link url to the incident in Azure portal.

Labels

List of labels relevant to this incident.

LastActivityOn

The time of the last activity in the incident.

LastModifiedOn

The last time the incident was updated.

Name

The name of the resource.

(Inherited from ResourceData)
Owner

Describes a user that the incident is assigned to.

RelatedAnalyticRuleIds

List of resource ids of Analytic rules related to the incident.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
Severity

The severity of the incident.

Status

The status of the incident.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Title

The title of the incident.

Applies to