Skip to content

Commit 4b56b2c

Browse files
IAM: update quickstart comments (#4716)
* sample: do not limit member to user:email * add reference url * delete quickstartv2.py * respect quickstart scope
1 parent 63ea9b2 commit 4b56b2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

iam/api-client/quickstart.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ def set_policy(crm_service, project_id, policy):
117117
if __name__ == '__main__':
118118

119119
# TODO: replace with your project ID
120-
project_id = "your_project_id"
121-
# TODO: Replace with the ID of your member in the form 'user:[email protected].
122-
member = "your_member"
120+
project_id = "your-project-id"
121+
# TODO: Replace with the ID of your member in the form 'user:[email protected]'.
122+
member = "your-member"
123123
quickstart(project_id, member)
124124
# [END iam_quickstart]

0 commit comments

Comments
 (0)