Uses of Class
com.azure.resourcemanager.securityinsights.models.IncidentClassification
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of IncidentClassification in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionIncidentInner.classification()
Get the classification property: The reason the incident was closed.IncidentPropertiesInner.classification()
Get the classification property: The reason the incident was closed.Modifier and TypeMethodDescriptionIncidentInner.withClassification
(IncidentClassification classification) Set the classification property: The reason the incident was closed.IncidentPropertiesInner.withClassification
(IncidentClassification classification) Set the classification property: The reason the incident was closed. -
Uses of IncidentClassification in com.azure.resourcemanager.securityinsights.models
Modifier and TypeFieldDescriptionstatic final IncidentClassification
IncidentClassification.BENIGN_POSITIVE
Static value BenignPositive for IncidentClassification.static final IncidentClassification
IncidentClassification.FALSE_POSITIVE
Static value FalsePositive for IncidentClassification.static final IncidentClassification
IncidentClassification.TRUE_POSITIVE
Static value TruePositive for IncidentClassification.static final IncidentClassification
IncidentClassification.UNDETERMINED
Static value Undetermined for IncidentClassification.Modifier and TypeMethodDescriptionIncident.classification()
Gets the classification property: The reason the incident was closed.IncidentProperties.classification()
Gets the classification property: The reason the incident was closed.IncidentPropertiesAction.classification()
Get the classification property: The reason the incident was closed.static IncidentClassification
IncidentClassification.fromString
(String name) Creates or finds a IncidentClassification from its string representation.Modifier and TypeMethodDescriptionstatic Collection<IncidentClassification>
IncidentClassification.values()
Gets known IncidentClassification values.Modifier and TypeMethodDescriptionIncident.DefinitionStages.WithClassification.withClassification
(IncidentClassification classification) Specifies the classification property: The reason the incident was closed.Incident.UpdateStages.WithClassification.withClassification
(IncidentClassification classification) Specifies the classification property: The reason the incident was closed.IncidentPropertiesAction.withClassification
(IncidentClassification classification) Set the classification property: The reason the incident was closed.