SqlServerVulnerabilityProperties Class

public final class SqlServerVulnerabilityProperties
extends AdditionalData

Details of the resource that was assessed.

Constructor Summary

Constructor Description
SqlServerVulnerabilityProperties()

Creates an instance of SqlServerVulnerabilityProperties class.

Method Summary

Modifier and Type Method and Description
String query()

Get the query property: The T-SQL query that runs on your SQL database to perform the particular check.

String type()

Get the type property: The resource type the sub assessment refers to in its resource details.

void validate()

Validates the instance.

Methods inherited from AdditionalData

Methods inherited from java.lang.Object

Constructor Details

SqlServerVulnerabilityProperties

public SqlServerVulnerabilityProperties()

Creates an instance of SqlServerVulnerabilityProperties class.

Method Details

query

public String query()

Get the query property: The T-SQL query that runs on your SQL database to perform the particular check.

Returns:

the query value.

type

public String type()

Get the type property: The resource type the sub assessment refers to in its resource details.

Returns:

the type value.

validate

public void validate()

Validates the instance.

Overrides:

SqlServerVulnerabilityProperties.validate()

Applies to