Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
Fix gcp project iam policy resource
Browse files Browse the repository at this point in the history
  • Loading branch information
jceresini committed Mar 18, 2019
1 parent 952f3c5 commit d835fbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions micromanager/resources/gcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ def _update_request_args(self, body):

class GcpProjectIam(GoogleAPIResource):

resource_property = "iam"
service_name = "cloudresourcemanager"
resource_path = "projects"
version = "v1"
Expand Down

0 comments on commit d835fbc

Please sign in to comment.