Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui committed Dec 3, 2019
1 parent c183726 commit 4f4324d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api_core/google/api_core/iam.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
},
{
"role": "roles/editor",
"members": "allAuthenticatedUsers"
"members": {"allAuthenticatedUsers"}
},
{
"role": "roles/viewer",
"members": "allUsers"
"members": {"allUsers"}
"condition": {
"title": "requested_time",
"description": "Requests made before 2021-01-01T00:00:00Z",
Expand Down

0 comments on commit 4f4324d

Please sign in to comment.