Package version:

Interface DatabaseSqlVulnerabilityAssessmentRuleBaselineListInput

A database sql vulnerability assessment rule baseline list input.

Hierarchy

  • ProxyResource
    • DatabaseSqlVulnerabilityAssessmentRuleBaselineListInput

Properties

id?: string

Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

latestScan?: boolean

The latest scan flag

name?: string

Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

results?: {
    [propertyName: string]: string[][];
}

The rule baseline result list

Type declaration

  • [propertyName: string]: string[][]
systemData?: SystemData

SystemData of DatabaseSqlVulnerabilityAssessmentRuleBaselineListInputResource. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc