GoogleCloudDataplexV1ResourceAccessSpecResponse

data class GoogleCloudDataplexV1ResourceAccessSpecResponse(val owners: List<String>, val readers: List<String>, val writers: List<String>)

ResourceAccessSpec holds the access control configuration to be enforced on the resources, for example, Cloud Storage bucket, BigQuery dataset, BigQuery table.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. The set of principals to be granted owner role on the resource.

Link copied to clipboard

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 the resource.

Link copied to clipboard

Optional. The set of principals to be granted writer role on the resource.