scan_result
Creates, updates, deletes, gets or lists a scan_result resource.
Overview
| Name | scan_result |
| Type | Resource |
| Id | azure.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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
list_scan_history | exec | endpoint | Lists the scan history of a scan. | |
run_scan | exec | endpoint | Runs the scan. | |
cancel_scan | exec | endpoint | Cancels 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.
| Name | Datatype | Description |
|---|---|---|
endpoint | string | The service endpoint host (no scheme). (default: ) |
Lifecycle Methods
- list_scan_history
- run_scan
- cancel_scan
Lists the scan history of a scan.
EXEC azure.purview_scanning.scan_result.list_scan_history
@endpoint='{{ endpoint }}' --required
;
Runs the scan.
EXEC azure.purview_scanning.scan_result.run_scan
@endpoint='{{ endpoint }}' --required
;
Cancels a scan.
EXEC azure.purview_scanning.scan_result.cancel_scan
@endpoint='{{ endpoint }}' --required
;