Package version:

Interface BaselineAdjustedResult

SQL Vulnerability Assessment baseline adjusted results

Hierarchy

  • BaselineAdjustedResult

Properties

baseline?: Baseline

SQL Vulnerability Assessment baseline details NOTE: This property will not be serialized. It can only be populated by the server.

resultsNotInBaseline?: string[][]

SQL Vulnerability Assessment results that are not in baseline NOTE: This property will not be serialized. It can only be populated by the server.

resultsOnlyInBaseline?: string[][]

SQL Vulnerability Assessment results that are in baseline. NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

SQL Vulnerability Assessment baseline status NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc