Entry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Access control entry.
Attributes
Name | Description |
role |
str
The granted role, which can be READER , WRITER , or
OWNER .
|
group_email |
str
Grants access to a group identified by an email address. |
user_email |
str
Grants access to a user identified by an email address. |
domain |
str
Grants access to all members of a domain. |
special_group |
str
Grants access to special groups. Valid groups are PROJECT_OWNERS , PROJECT_READERS , PROJECT_WRITERS
and ALL_AUTHENTICATED_USERS .
|
view_name |
google.cloud.bigquery_logging_v1.types.TableName
Grants access to a BigQuery View. |