IIncident.ClassificationReason Property

Definition

The classification reason the incident was closed with

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

Property Value

Attributes

Applies to