Share via


IQueryBasedAlertRuleProperties.GroupingConfigurationGroupByEntity Property

Definition

A list of entity types to group by (when matchingMethod is Selected). Only entities defined in the current alert rule may be used.

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="A list of entity types to group by (when matchingMethod is Selected). Only entities defined in the current alert rule may be used.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType) }, ReadOnly=false, Required=false, SerializedName="groupByEntities")]
public Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType[] GroupingConfigurationGroupByEntity { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="A list of entity types to group by (when matchingMethod is Selected). Only entities defined in the current alert rule may be used.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType) }, ReadOnly=false, Required=false, SerializedName="groupByEntities")>]
member this.GroupingConfigurationGroupByEntity : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.EntityMappingType[] with get, set
Public Property GroupingConfigurationGroupByEntity As EntityMappingType()

Property Value

Attributes

Applies to