Language

IScanResult.BaselineAdjustedResultStatus Property

Definition

The rule result status.

[Microsoft.Azure.PowerShell.Cmdlets.Security.PSArgumentCompleter(new System.String[] { "NonFinding", "Finding", "InternalError", "NotApplicable" })]
[Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.Info(Create=true, Description="The rule result status.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="status", Update=true)]
public string BaselineAdjustedResultStatus { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Security.PSArgumentCompleter(new System.String[] { "NonFinding", "Finding", "InternalError", "NotApplicable" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.Info(Create=true, Description="The rule result status.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="status", Update=true)>]
member this.BaselineAdjustedResultStatus : string with get, set
Public Property BaselineAdjustedResultStatus As String

Property Value

Attributes

Applies to