Can organizational policies restrict IAM policy updates, and if so, how do I check?

Responsive Ad Header

Question

Grade: Education Subject: Support
Can organizational policies restrict IAM policy updates, and if so, how do I check?
Asked by:
83 Viewed 83 Answers

Answer (83)

Best Answer
(398)
Yes, organizational policies, particularly Organization Policy Constraints, can restrict IAM updates. Use the `gcloud org-policies describe` command to view the active policies for your organization. Look for constraints related to IAM, such as `iam.allowedPolicyMemberDomains` or `iam.disableServiceAccountUserImpersonation`. You may need to request changes from your organization administrator.