'Prevent GCP billing access to editor
I am using the default "Editor" role for a GCP account. I would like to disable the ability for the Editor Role from having access to the all Billing information. I there a way to do this easily? I have read through the IAM documentation but it is very confusing.
Solution 1:[1]
The role Editor is a member of the Basic roles. You cannot modify Basic roles as they are managed by Google.
Select one or more Predefined Roles and assign that to IAM members.
Another option is to create a Custom role with the permissions you require and assign that to IAM members.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | John Hanley |
