GetIncidentResult

data class GetIncidentResult(val additionalData: IncidentAdditionalDataResponse, val classification: String? = null, val classificationComment: String? = null, val classificationReason: String? = null, val createdTimeUtc: String, val description: String? = null, val etag: String? = null, val firstActivityTimeUtc: String? = null, val id: String, val incidentNumber: Int, val incidentUrl: String, val labels: List<IncidentLabelResponse>? = null, val lastActivityTimeUtc: String? = null, val lastModifiedTimeUtc: String, val name: String, val owner: IncidentOwnerInfoResponse? = null, val providerIncidentId: String, val providerName: String, val relatedAnalyticRuleIds: List<String>, val severity: String, val status: String, val systemData: SystemDataResponse, val title: String, val type: String)

Represents an incident in Azure Security Insights.

Constructors

Link copied to clipboard
constructor(additionalData: IncidentAdditionalDataResponse, classification: String? = null, classificationComment: String? = null, classificationReason: String? = null, createdTimeUtc: String, description: String? = null, etag: String? = null, firstActivityTimeUtc: String? = null, id: String, incidentNumber: Int, incidentUrl: String, labels: List<IncidentLabelResponse>? = null, lastActivityTimeUtc: String? = null, lastModifiedTimeUtc: String, name: String, owner: IncidentOwnerInfoResponse? = null, providerIncidentId: String, providerName: String, relatedAnalyticRuleIds: List<String>, severity: String, status: String, systemData: SystemDataResponse, title: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Additional data on the incident

Link copied to clipboard
val classification: String? = null

The reason the incident was closed

Link copied to clipboard

Describes the reason the incident was closed

Link copied to clipboard

The classification reason the incident was closed with

Link copied to clipboard

The time the incident was created

Link copied to clipboard
val description: String? = null

The description of the incident

Link copied to clipboard
val etag: String? = null

Etag of the azure resource

Link copied to clipboard

The time of the first activity in the incident

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

A sequential number

Link copied to clipboard

The deep-link url to the incident in Azure portal

Link copied to clipboard

List of labels relevant to this incident

Link copied to clipboard

The time of the last activity in the incident

Link copied to clipboard

The last time the incident was updated

Link copied to clipboard

The name of the resource

Link copied to clipboard

Describes a user that the incident is assigned to

Link copied to clipboard

The incident ID assigned by the incident provider

Link copied to clipboard

The name of the source provider that generated the incident

Link copied to clipboard

List of resource ids of Analytic rules related to the incident

Link copied to clipboard

The severity of the incident

Link copied to clipboard

The status of the incident

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

The title of the incident

Link copied to clipboard

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