IIncidentInfo.Severity 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.
The severity of the incident
[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="The severity of the incident", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity) }, ReadOnly=false, Required=false, SerializedName="severity")]
public Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity? Severity { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="The severity of the incident", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity) }, ReadOnly=false, Required=false, SerializedName="severity")>]
member this.Severity : Nullable<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentSeverity> with get, set
Public Property Severity As Nullable(Of IncidentSeverity)
Property Value
- Attributes