0

I see this crap in lots of google docs: enter image description here

They are doing a terrible job with documentation here.

I want to create a custom role. custom roles dont support adding predefined roles and dont support wildcard permissions. I NEED to know ALL the perms of a predefined role

is there a gcloud command for this? why is info so hard to find? i must be missing something

1 Answer 1

0

Yes, there is an equivalent gcloud command and it is gcloud iam roles list. You can check its documentation here to find more options or parameters on the command.

With regards to gcloud command for creating custom roles, you will need to use gcloud iam roles create. Here is a more detailed guide for this one.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .