Topic 1 Question 80
You want to add a new auditor to a Google Cloud Platform project. The auditor should be allowed to read, but not modify, all project items. How should you configure the auditor's permissions?
Create a custom role with view-only project permissions. Add the user's account to the custom role.
Create a custom role with view-only service permissions. Add the user's account to the custom role.
Select the built-in IAM project Viewer role. Add the user's account to this role.
Select the built-in IAM service Viewer role. Add the user's account to this role.
ユーザの投票
コメント(17)
C is correct roles/Viewer role provides access to all resources under the projects but do not alter the state of these resources
👍 39cloudenthu012020/06/25C. Select the built-in IAM project Viewer role. Add the user's account to this role.
👍 13glam2020/10/11