0

Based on this documentation : https://cloud.google.com/iam/docs/custom-roles-permissions-support

There are several permissions with prefix : AccessContextManager. But After I ran the API : QueryTestablePermission, it doesn't include those list. Also when I create new IAM Role with permission:AccessContextManager.* (let's say it's : accesscontextmanager.accessLevels.create), it will return exception which said accesscontextmanager.accessLevels.create is not a valid permission.

Anyone know what have I been missed on this?

1 Answer 1

0

Apparently accesscontextmanager.* and some others permissions are applicable on Organization level, while my code was on project level. So it's the correct behavior.

You must log in to answer this question.

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