Skip to content

Commit

Permalink
IAM: update quickstart comments (#4716)
Browse files Browse the repository at this point in the history
* sample: do not limit member to user:email

* add reference url

* delete quickstartv2.py

* respect quickstart scope
  • Loading branch information
anguillanneuf authored Sep 22, 2020
1 parent 63ea9b2 commit 4b56b2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions iam/api-client/quickstart.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ def set_policy(crm_service, project_id, policy):
if __name__ == '__main__':

# TODO: replace with your project ID
project_id = "your_project_id"
# TODO: Replace with the ID of your member in the form 'user:member@example.com.
member = "your_member"
project_id = "your-project-id"
# TODO: Replace with the ID of your member in the form 'user:member@example.com'.
member = "your-member"
quickstart(project_id, member)
# [END iam_quickstart]

0 comments on commit 4b56b2c

Please sign in to comment.