INrtAlertRule.GroupingConfigurationGroupByEntity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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