Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can you grant your development team access exclusively to the development delivery pipeline in Cloud Deploy, while adhering to Google's recommended best practices for managing permissions?
A
In the Google Cloud console, grant the development team the roles/clouddeploy.operator role. Add deny conditions to all pipelines other than the development delivery pipeline.
B
In the Google Cloud console, create a custom IAM role with all clouddeploy.automations.* permissions and an allow policy for only the development delivery pipeline. Grant this IAM role to the development team.
C
Grant the development team the roles/clouddeploy.operator role in a policy file. Apply the policy file to the development target.
D
Grant the development team the roles/clouddeploy.developer role in a policy file. Apply this policy file to the development delivery pipeline.