IScheduledAlertRule.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.PSArgumentCompleter(new System.String[] { "Account", "Host", "IP", "Malware", "File", "Process", "CloudApplication", "DNS", "AzureResource", "FileHash", "RegistryKey", "RegistryValue", "SecurityGroup", "URL", "Mailbox", "MailCluster", "MailMessage", "SubmissionMail" })]
[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, 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(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="groupByEntities", Update=true)]
public System.Collections.Generic.List<string> GroupingConfigurationGroupByEntity { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.PSArgumentCompleter(new System.String[] { "Account", "Host", "IP", "Malware", "File", "Process", "CloudApplication", "DNS", "AzureResource", "FileHash", "RegistryKey", "RegistryValue", "SecurityGroup", "URL", "Mailbox", "MailCluster", "MailMessage", "SubmissionMail" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, 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(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="groupByEntities", Update=true)>]
member this.GroupingConfigurationGroupByEntity : System.Collections.Generic.List<string> with get, set
Public Property GroupingConfigurationGroupByEntity As List(Of String)

Property Value

Attributes

Applies to