Udostępnij za pośrednictwem


SecurityInsightsGroupingConfiguration Constructor

Definition

Initializes a new instance of SecurityInsightsGroupingConfiguration.

public SecurityInsightsGroupingConfiguration (bool isEnabled, bool isClosedIncidentReopened, TimeSpan lookbackDuration, Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsGroupingMatchingMethod matchingMethod);
new Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsGroupingConfiguration : bool * bool * TimeSpan * Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsGroupingMatchingMethod -> Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsGroupingConfiguration
Public Sub New (isEnabled As Boolean, isClosedIncidentReopened As Boolean, lookbackDuration As TimeSpan, matchingMethod As SecurityInsightsGroupingMatchingMethod)

Parameters

isEnabled
Boolean

Grouping enabled.

isClosedIncidentReopened
Boolean

Re-open closed matching incidents.

lookbackDuration
TimeSpan

Limit the group to alerts created within the lookback duration (in ISO 8601 duration format).

matchingMethod
SecurityInsightsGroupingMatchingMethod

Grouping matching method. When method is Selected at least one of groupByEntities, groupByAlertDetails, groupByCustomDetails must be provided and not empty.

Applies to