GoogleCloudDataplexV1DataAccessSpecArgs

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.

Constructors

Link copied to clipboard
constructor(readers: Output<List<String>>? = null)

Properties

Link copied to clipboard
val readers: Output<List<String>>? = null

Optional. The format of strings follows the pattern followed by IAM in the bindings. user:{email}, serviceAccount:{email} group:{email}. The set of principals to be granted reader role on data stored within resources.

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDataplexV1DataAccessSpecArgs