
Answer-first summary for fast verification
Answer: Use the gcloud iam roles copy command, and provide the Organization ID of the startup company's Google Cloud Organization as the destination.
The correct answer is C. The `gcloud iam roles copy` command is specifically designed to copy IAM roles between different resources, including organizations. By providing the Organization ID of the startup company's Google Cloud Organization as the destination, you ensure that the Site Reliability Engineers (SREs) have the same project permissions in the startup company's organization as in your own organization. This approach is more effective and scalable compared to replicating roles individually in each project within the startup company.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
As a Google Cloud administrator responsible for managing user access within your organization, you have recently faced an organizational change due to the acquisition of a startup company that maintains its own separate Google Cloud organization. To maintain a seamless workflow, it is imperative that your Site Reliability Engineers (SREs) retain identical project permissions in the newly acquired startup's Google Cloud environment as they do in your existing Google Cloud organization. What steps should you take to accomplish this?
A
In the Google Cloud console for your organization, select Create role from selection, and choose destination as the startup company's organization.
B
In the Google Cloud console for the startup company, select Create role from selection and choose source as the startup company's Google Cloud organization.
C
Use the gcloud iam roles copy command, and provide the Organization ID of the startup company's Google Cloud Organization as the destination.
D
Use the gcloud iam roles copy command, and provide the project IDs of all projects in the startup company's organization as the destination.