1

I need to manage the GCP for my client (who is not really technical person). For now he is granting me email and password of the account (not good I know).

I checked the documentation of GCP and from what I see, IAM is Per-Project-based. However I need to create projects, manage all his projects too.

Is there a general role that I can manage near-everything (billing is not my concern)?

Luke Vo
  • 159
  • 2
  • 7

1 Answers1

1

In GCP an Organization 1 is the root resource which contains the projects. You can get a more detailed explanation and a descriptive diagram about GCPs hierarchy on this page: 2. To create and manage projects 3 within an organization you will need to have the roles/resourcemanager.organizationAdmin role as you will find explained here: 4.

You can further read this article on the Google Cloud Platform Blog which explains how to organize your GCP organization 5.