Class IncidentAdditionalData
java.lang.Object
com.azure.resourcemanager.securityinsights.models.IncidentAdditionalData
Incident additional data property bag.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the alertProductNames property: List of product names of alerts in the incident.Get the alertsCount property: The number of alerts in the incident.Get the bookmarksCount property: The number of bookmarks in the incident.Get the commentsCount property: The number of comments in the incident.Get the providerIncidentUrl property: The provider incident url to the incident in Microsoft 365 Defender portal.tactics()
Get the tactics property: The tactics associated with incident.Get the techniques property: The techniques associated with incident's tactics'.void
validate()
Validates the instance.
-
Constructor Details
-
IncidentAdditionalData
public IncidentAdditionalData()
-
-
Method Details
-
alertsCount
Get the alertsCount property: The number of alerts in the incident.- Returns:
- the alertsCount value.
-
bookmarksCount
Get the bookmarksCount property: The number of bookmarks in the incident.- Returns:
- the bookmarksCount value.
-
commentsCount
Get the commentsCount property: The number of comments in the incident.- Returns:
- the commentsCount value.
-
alertProductNames
Get the alertProductNames property: List of product names of alerts in the incident.- Returns:
- the alertProductNames value.
-
providerIncidentUrl
Get the providerIncidentUrl property: The provider incident url to the incident in Microsoft 365 Defender portal.- Returns:
- the providerIncidentUrl value.
-
tactics
Get the tactics property: The tactics associated with incident.- Returns:
- the tactics value.
-
techniques
Get the techniques property: The techniques associated with incident's tactics'.- Returns:
- the techniques value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-