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 151fce9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api_core/google/api_core/iam.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
},
{
"role": "roles/editor",
"members": "allAuthenticatedUsers"
"members": {"allAuthenticatedUsers"}
},
{
"role": "roles/viewer",
"members": "allUsers"
"members": {"allUsers"}
"condition": {
"title": "requested_time",
"title": "request_time",
"description": "Requests made before 2021-01-01T00:00:00Z",
"expression": "request.time < timestamp(\"2021-01-01T00:00:00Z\")"
}
Expand Down Expand Up @@ -195,7 +195,7 @@ def bindings(self):
"role": "roles/viewer",
"members": {USER, ADMIN_GROUP, SERVICE_ACCOUNT},
"condition": {
"title": "requested_time",
"title": "request_time",
"description": "Requests made before 2021-01-01T00:00:00Z", # Optional
"expression": "request.time < timestamp(\"2021-01-01T00:00:00Z\")"
}
Expand Down

0 comments on commit 151fce9

Please sign in to comment.