Google Cloud Dataplex V1Data Access Spec Args
data class GoogleCloudDataplexV1DataAccessSpecArgs(val readers: Output<List<String>>? = null) : ConvertibleToJava<GoogleCloudDataplexV1DataAccessSpecArgs>
DataAccessSpec holds the access control configuration to be enforced on data stored within resources (eg: rows, columns in BigQuery Tables). When associated with data, the data is only accessible to principals explicitly granted access through the DataAccessSpec. Principals with access to the containing resource are not implicitly granted access.