You are using the gcloud command line tool to create a new custom role in a project by coping a predefined role. You receive this error message:
INVALID_ARGUMENT: Permission resourcemanager.projects.list is not valid
What should you do?
You are using the gcloud command line tool to create a new custom role in a project by coping a predefined role. You receive this error message:
INVALID_ARGUMENT: Permission resourcemanager.projects.list is not valid
What should you do?
The error message 'INVALID_ARGUMENT: Permission resourcemanager.projects.list is not valid' indicates that the permission resourcemanager.projects.list is not applicable for the role you are trying to create at the project level. This permission can only be added to custom roles at the organization level. To resolve the error, you should remove the resourcemanager.projects.list permission and try again.
Agree C, if you try doning the same you will get this These permissions can only be added to custom roles at the organization level; they have no effect at the project level or below. resourcemanager.projects.list
It's C. If you try from the console, you'll see that that role is not applicable to project-level custom roles
C is correct
This may be the worst question I've ever seen
Ans - C
CCCCCCCC
Answer is C: https://cloud.google.com/iam/docs/understanding-custom-roles
Answer is : C
• C. Remove ***** the resourcemanager.projects.list permission, and try again. Method: projects.list Lists Projects that the caller has the resourcemanager.projects.get permission on and satisfy the specified filter. This method returns Projects in an unspecified order. This method is eventually consistent with project mutations; this means that a newly created project may not appear in the results or recent updates to an existing project may not be reflected in the results. To retrieve the latest state of a project, use the projects.get method.