Uses of Class
com.azure.resourcemanager.securityinsights.models.IncidentPropertiesAction
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of IncidentPropertiesAction in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionAutomationRuleModifyPropertiesAction.actionConfiguration()
Get the actionConfiguration property: The actionConfiguration property.IncidentPropertiesAction.withClassification
(IncidentClassification classification) Set the classification property: The reason the incident was closed.IncidentPropertiesAction.withClassificationComment
(String classificationComment) Set the classificationComment property: Describes the reason the incident was closed.IncidentPropertiesAction.withClassificationReason
(IncidentClassificationReason classificationReason) Set the classificationReason property: The classification reason the incident was closed with.IncidentPropertiesAction.withLabels
(List<IncidentLabel> labels) Set the labels property: List of labels to add to the incident.IncidentPropertiesAction.withOwner
(IncidentOwnerInfo owner) Set the owner property: Information on the user an incident is assigned to.IncidentPropertiesAction.withSeverity
(IncidentSeverity severity) Set the severity property: The severity of the incident.IncidentPropertiesAction.withStatus
(IncidentStatus status) Set the status property: The status of the incident.Modifier and TypeMethodDescriptionAutomationRuleModifyPropertiesAction.withActionConfiguration
(IncidentPropertiesAction actionConfiguration) Set the actionConfiguration property: The actionConfiguration property.