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