Get Incident Result
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 relatedAnalyticRuleIds: List<String>, val severity: String, val status: String, 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, relatedAnalyticRuleIds: List<String>, severity: String, status: String, title: String, type: String)
Properties
Link copied to clipboard
Additional data on the incident
Link copied to clipboard
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
The description of the incident
Link copied to clipboard
The time of the first activity in the incident
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
Describes a user that the incident is assigned to
Link copied to clipboard
List of resource ids of Analytic rules related to the incident