Google cloud platform 在GCP中创建自定义角色

Google cloud platform 在GCP中创建自定义角色,google-cloud-platform,google-cloud-iam,Google Cloud Platform,Google Cloud Iam,我希望为项目创建一个在GCP中具有自定义角色的用户 角色包括: 用户可以: able to ssh all the servers in the project monitor all the servers in the project list all snapshots in the project list all images in the project stop/delete the instances view billing access launch new in

我希望为项目创建一个在GCP中具有自定义角色的用户

角色包括:

用户可以:

able to ssh all the servers in the project
monitor all the servers in the project 
list all  snapshots  in the project 
list all images in the project 
stop/delete the instances
view billing access
launch new instances
create/delete snapshot 
create/delete images
create/remove firewall tags
用户不应拥有:

able to ssh all the servers in the project
monitor all the servers in the project 
list all  snapshots  in the project 
list all images in the project 
stop/delete the instances
view billing access
launch new instances
create/delete snapshot 
create/delete images
create/remove firewall tags
可能吗


如果是这样的话,需要在自定义角色下添加哪些权限?如所述,您完全可以使用自定义角色根据您的用例设置权限。您需要找到适当的权限并进行相应的设置。您可以找到这篇文章,它指导如何创建和管理自定义角色。请注意,自定义角色并不支持所有权限。您可以在此处找到权限列表及其相关支持级别(支持、测试、不支持)。

阅读有关自定义IAM角色的文档,您将找到您要查找的内容: