Uses of Class
com.azure.resourcemanager.securityinsights.models.GroupingConfiguration
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of GroupingConfiguration in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionIncidentConfiguration.groupingConfiguration()
Get the groupingConfiguration property: Set how the alerts that are triggered by this analytics rule, are grouped into incidents.GroupingConfiguration.withEnabled
(boolean enabled) Set the enabled property: Grouping enabled.GroupingConfiguration.withGroupByAlertDetails
(List<AlertDetail> groupByAlertDetails) Set the groupByAlertDetails property: A list of alert details to group by (when matchingMethod is Selected).GroupingConfiguration.withGroupByCustomDetails
(List<String> groupByCustomDetails) Set the groupByCustomDetails property: A list of custom details keys to group by (when matchingMethod is Selected).GroupingConfiguration.withGroupByEntities
(List<EntityMappingType> groupByEntities) Set the groupByEntities property: A list of entity types to group by (when matchingMethod is Selected).GroupingConfiguration.withLookbackDuration
(Duration lookbackDuration) Set the lookbackDuration property: Limit the group to alerts created within the lookback duration (in ISO 8601 duration format).GroupingConfiguration.withMatchingMethod
(MatchingMethod matchingMethod) Set the matchingMethod property: Grouping matching method.GroupingConfiguration.withReopenClosedIncident
(boolean reopenClosedIncident) Set the reopenClosedIncident property: Re-open closed matching incidents.Modifier and TypeMethodDescriptionIncidentConfiguration.withGroupingConfiguration
(GroupingConfiguration groupingConfiguration) Set the groupingConfiguration property: Set how the alerts that are triggered by this analytics rule, are grouped into incidents.