Skip to main content

scan_result

Creates, updates, deletes, gets or lists a scan_result resource.

Overview

Namescan_result
TypeResource
Idazure.purview_scanning.scan_result

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_scan_historyexecendpointLists the scan history of a scan.
run_scanexecendpointRuns the scan.
cancel_scanexecendpointCancels a scan.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
endpointstringThe service endpoint host (no scheme). (default: )

Lifecycle Methods

Lists the scan history of a scan.

EXEC azure.purview_scanning.scan_result.list_scan_history 
@endpoint='{{ endpoint }}' --required
;