Class GetDataScanRequest (1.4.2)

GetDataScanRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Get dataScan request.

Attributes

NameDescription
name str
Required. The resource name of the dataScan: projects/{project}/locations/{location_id}/dataScans/{data_scan_id} where project refers to a *project_id* or *project_number* and location_id refers to a GCP region.
view google.cloud.dataplex_v1.types.GetDataScanRequest.DataScanView
Optional. Select the DataScan view to return. Defaults to BASIC.

Classes

DataScanView

DataScanView(value)

DataScan view options.

Values: DATA_SCAN_VIEW_UNSPECIFIED (0): The API will default to the BASIC view. BASIC (1): Basic view that does not include spec and result. FULL (10): Include everything.