IMicrosoftSecurityIncidentCreationAlertRule.SeveritiesFilter Property

Definition

the alerts' severities on which the cases will be generated

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.PSArgumentCompleter(new System.String[] { "High", "Medium", "Low", "Informational" })]
[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="the alerts' severities on which the cases will be generated", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="severitiesFilter", Update=true)]
public System.Collections.Generic.List<string> SeveritiesFilter { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.PSArgumentCompleter(new System.String[] { "High", "Medium", "Low", "Informational" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="the alerts' severities on which the cases will be generated", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="severitiesFilter", Update=true)>]
member this.SeveritiesFilter : System.Collections.Generic.List<string> with get, set
Public Property SeveritiesFilter As List(Of String)

Property Value

Attributes

Applies to