DatascanData

data class DatascanData(val entity: String? = null, val resource: String? = null)

Constructors

Link copied to clipboard
constructor(entity: String? = null, resource: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val entity: String? = null

The Dataplex entity that represents the data source(e.g. BigQuery table) for Datascan.

Link copied to clipboard
val resource: String? = null

The service-qualified full resource name of the cloud resource for a DataScan job to scan against. The field could be: (Cloud Storage bucket for DataDiscoveryScan)BigQuery table of type "TABLE" for DataProfileScan/DataQualityScan.