BaselineAdjustedResult interface
SQL Vulnerability Assessment baseline adjusted results
Properties
baseline | SQL Vulnerability Assessment baseline details NOTE: This property will not be serialized. It can only be populated by the server. |
results |
SQL Vulnerability Assessment results that are not in baseline NOTE: This property will not be serialized. It can only be populated by the server. |
results |
SQL Vulnerability Assessment results that are in baseline. NOTE: This property will not be serialized. It can only be populated by the server. |
status | SQL Vulnerability Assessment baseline status NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
baseline
SQL Vulnerability Assessment baseline details NOTE: This property will not be serialized. It can only be populated by the server.
baseline?: Baseline
Property Value
resultsNotInBaseline
SQL Vulnerability Assessment results that are not in baseline NOTE: This property will not be serialized. It can only be populated by the server.
resultsNotInBaseline?: string[][]
Property Value
string[][]
resultsOnlyInBaseline
SQL Vulnerability Assessment results that are in baseline. NOTE: This property will not be serialized. It can only be populated by the server.
resultsOnlyInBaseline?: string[][]
Property Value
string[][]
status
SQL Vulnerability Assessment baseline status NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string