Skip to content

Commit

Permalink
feat(bigquery): add iamMember entity type to allowed access classes (
Browse files Browse the repository at this point in the history
  • Loading branch information
HemangChothani authored and tswast committed Dec 13, 2019
1 parent 68c2cc8 commit 1e19f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigquery/google/cloud/bigquery/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class AccessEntry(object):
"""

ENTITY_TYPES = frozenset(
["userByEmail", "groupByEmail", "domain", "specialGroup", "view"]
["userByEmail", "groupByEmail", "domain", "specialGroup", "view", "iamMember"]
)
"""Allowed entity types."""

Expand Down

0 comments on commit 1e19f9b

Please sign in to comment.