ISecurityAlert.ConfidenceLevel Property

Definition

The confidence level of this alert.

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.PSArgumentCompleter(new System.String[] { "Unknown", "Low", "High" })]
[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=false, Description="The confidence level of this alert.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="confidenceLevel", Update=false)]
public string ConfidenceLevel { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.PSArgumentCompleter(new System.String[] { "Unknown", "Low", "High" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=false, Description="The confidence level of this alert.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="confidenceLevel", Update=false)>]
member this.ConfidenceLevel : string
Public ReadOnly Property ConfidenceLevel As String

Property Value

Attributes

Applies to