Share via


IIncident.Classification Property

Definition

The reason the incident was closed

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="The reason the incident was closed", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassification) }, ReadOnly=false, Required=false, SerializedName="classification")]
public Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassification? Classification { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Description="The reason the incident was closed", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassification) }, ReadOnly=false, Required=false, SerializedName="classification")>]
member this.Classification : Nullable<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.IncidentClassification> with get, set
Public Property Classification As Nullable(Of IncidentClassification)

Property Value

Attributes

Applies to