
Answer-first summary for fast verification
Answer: Use permissions in your role that use the 'supported' support level for role permissions. Set the role stage to ALPHA while testing the role permissions.
The correct answer is A. Based on the GCP IAM documentation and the highly voted answer, 'supported' permissions are suitable for production use. The first version of a custom role should be set to ALPHA as it indicates that the role is still being tested and developed. Setting the role stage to ALPHA helps keep track of the status of the role while ensuring that it is using permissions that are supported for production use.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
To set up a Google Cloud Platform service with specific access controls, you need to create a custom Identity and Access Management (IAM) role. It is essential that all the permissions included in this custom role are appropriate for a production environment. Additionally, you want to ensure that your organization is well informed about the status of this custom role. This role will be the initial version. What steps should you take?
A
Use permissions in your role that use the 'supported' support level for role permissions. Set the role stage to ALPHA while testing the role permissions.
B
Use permissions in your role that use the 'supported' support level for role permissions. Set the role stage to BETA while testing the role permissions.
C
Use permissions in your role that use the 'testing' support level for role permissions. Set the role stage to ALPHA while testing the role permissions.
D
Use permissions in your role that use the 'testing' support level for role permissions. Set the role stage to BETA while testing the role permissions.