INrtAlertRule.GroupingConfigurationGroupByAlertDetail Property

Definition

A list of alert details to group by (when matchingMethod is Selected)

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.PSArgumentCompleter(new System.String[] { "DisplayName", "Severity" })]
[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="A list of alert details to group by (when matchingMethod is Selected)", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="groupByAlertDetails", Update=true)]
public System.Collections.Generic.List<string> GroupingConfigurationGroupByAlertDetail { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.PSArgumentCompleter(new System.String[] { "DisplayName", "Severity" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="A list of alert details to group by (when matchingMethod is Selected)", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="groupByAlertDetails", Update=true)>]
member this.GroupingConfigurationGroupByAlertDetail : System.Collections.Generic.List<string> with get, set
Public Property GroupingConfigurationGroupByAlertDetail As List(Of String)

Property Value

Attributes

Applies to