You are in charge of provisioning access for all Google Cloud users in your organization. Your company recently acquired a startup company that has their own Google Cloud organization. You need to ensure that your Site Reliability Engineers (SREs) have the same project permissions in the startup company's organization as in your own organization. What should you do?
- AIn the Google Cloud console for your organization, select Create role from selection, and choose destination as the startup company's organization.
- BIn the Google Cloud console for the startup company, select Create role from selection and choose source as the startup company's Google Cloud organization.
- CUse the gcloud iam roles copy command, and provide the Organization ID of the startup company's Google Cloud Organization as the destination. (correct answer)
- DUse the gcloud iam roles copy command, and provide the project IDs of all projects in the startup company's organization as the destination.
Reveal answer & explanationHide answer
The correct answer is C. Option C: Use the gcloud iam roles copy command, and provide the Organization ID of the startup company's Google Cloud Organization as the destination.
Explanation
Cloud IAM grants fine-grained, least-privilege access to Google Cloud resources.