Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to leave project?

I can not find a way to leave the project, the owner of which is not me. Any attempts to do this through the IAM lead to nothing. I want the project to stop showing up in my account.

like image 847
Caravus Avatar asked Jun 22 '17 11:06

Caravus


1 Answers

A member of the project with the permission resourcemanager.projects.setIamPolicy is required to add/remove/update IAM policies on the project. The IAM role roles/owner, contains this permission.

The member with this permission is the only member that will be able to remove you from the project typically this is the "Project Owner". Unless your membership is being granted via a Google Group / Google Apps domain that you belong to.

If your Google account is added directly, the "Project Owner" can remove you by:

  1. Accessing the project
  2. Navigating to "IAM & Admin"
  3. Selecting your Google account email from the Members list
  4. Selecting "Remove"

If your access is granted via a Google Group / Google Apps domain, you will need to remove yourself from those entities.

Currently, the project will continue to appear in your Project Selection window until you are removed.

like image 143
Henry Lawson Avatar answered Nov 11 '22 06:11

Henry Lawson