Ultimate access to all questions.
After setting up and testing several custom roles in your development project, what is the most efficient method to replicate these roles in your new production project?
Explanation:
The correct answer is D because the Cloud SDK command gcloud iam roles copy
is specifically designed to copy roles across different organizations or projects within GCP. This method is efficient and reduces the potential for manual errors. For more details, refer to the GCP documentation on Cloud SDK IAM Copy Role.