ResourceAccessSpec(mapping=None, *, ignore_unknown_fields=False, **kwargs)
ResourceAccessSpec holds the access control configuration to be enforced on the resources, for example, Cloud Storage bucket, BigQuery dataset, BigQuery table.
Attributes |
|
---|---|
Name | Description |
readers |
MutableSequence[str]
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. |
writers |
MutableSequence[str]
Optional. The set of principals to be granted writer role on the resource. |
owners |
MutableSequence[str]
Optional. The set of principals to be granted owner role on the resource. |