SqlVulnerabilityAssessmentScanResults interface
Interface representing a SqlVulnerabilityAssessmentScanResults.
Methods
get(string, string, string, string, Sql |
Gets the scan results of a single rule in a scan record. |
list(string, string, string, Sql |
Gets a list of scan results for a single scan record. |
Method Details
get(string, string, string, string, SqlVulnerabilityAssessmentScanResultsGetOptionalParams)
Gets the scan results of a single rule in a scan record.
function get(scanId: string, scanResultId: string, workspaceId: string, resourceId: string, options?: SqlVulnerabilityAssessmentScanResultsGetOptionalParams): Promise<ScanResult>
Parameters
- scanId
-
string
The scan Id. Type 'latest' to get the scan results for the latest scan.
- scanResultId
-
string
The rule Id of the results.
- workspaceId
-
string
The workspace Id.
- resourceId
-
string
The identifier of the resource.
The options parameters.
Returns
Promise<ScanResult>
list(string, string, string, SqlVulnerabilityAssessmentScanResultsListOptionalParams)
Gets a list of scan results for a single scan record.
function list(scanId: string, workspaceId: string, resourceId: string, options?: SqlVulnerabilityAssessmentScanResultsListOptionalParams): Promise<ScanResults>
Parameters
- scanId
-
string
The scan Id. Type 'latest' to get the scan results for the latest scan.
- workspaceId
-
string
The workspace Id.
- resourceId
-
string
The identifier of the resource.
The options parameters.
Returns
Promise<ScanResults>