Share via


ISecurityAlertProperties.Severity Property

Definition

The severity of the alert

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="The severity of the alert", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity) }, ReadOnly=false, Required=false, SerializedName="severity")]
public Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity? Severity { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="The severity of the alert", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity) }, ReadOnly=false, Required=false, SerializedName="severity")>]
member this.Severity : Nullable<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.AlertSeverity> with get, set
Public Property Severity As Nullable(Of AlertSeverity)

Property Value

Attributes

Applies to