Skip to content

Commit 004e410

Browse files
HemangChothanitswast
authored andcommitted
feat(bigquery): add iamMember entity type to allowed access classes (#9973)
1 parent 7c35491 commit 004e410

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/cloud/bigquery/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class AccessEntry(object):
123123
"""
124124

125125
ENTITY_TYPES = frozenset(
126-
["userByEmail", "groupByEmail", "domain", "specialGroup", "view"]
126+
["userByEmail", "groupByEmail", "domain", "specialGroup", "view", "iamMember"]
127127
)
128128
"""Allowed entity types."""
129129

0 commit comments

Comments
 (0)