IIncident.Classification 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 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