GetSqlVulnerabilityAssessmentsSettingResult

data class GetSqlVulnerabilityAssessmentsSettingResult(val id: String, val name: String, val state: String? = null, val systemData: SystemDataResponse, val type: String)

A SQL Vulnerability Assessment.

Constructors

constructor(id: String, name: String, state: String? = null, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Resource name.

Link copied to clipboard
val state: String? = null

Specifies the state of the SQL Vulnerability Assessment, whether it is enabled or disabled or a state has not been applied yet on the specific database or server.

Link copied to clipboard

SystemData of SqlVulnerabilityAssessmentResource.

Link copied to clipboard

Resource type.