IIncident.Classification Property

Definition

The reason the incident was closed

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.PSArgumentCompleter(new System.String[] { "Undetermined", "TruePositive", "BenignPositive", "FalsePositive" })]
[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="The reason the incident was closed", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="classification", Update=true)]
public string Classification { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.PSArgumentCompleter(new System.String[] { "Undetermined", "TruePositive", "BenignPositive", "FalsePositive" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="The reason the incident was closed", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="classification", Update=true)>]
member this.Classification : string with get, set
Public Property Classification As String

Property Value

Attributes

Applies to