CAM 概述
产品功能
应用场景
基本概念
使用限制
用户类型
| CAM中产品名 | 角色名称 | 角色类型 | 角色载体 |
|---|---|---|---|
| 云桌面 | CVD_QCSLinkedRoleInEIP | 服务相关角色 | eip.cvd.cloud.tencent.com |
| 云桌面 | CVD_QCSLinkedRoleInVPC | 服务相关角色 | vpc.cvd.cloud.tencent.com |
| 云桌面 | CVD_QCSLinkedRoleInSubnet | 服务相关角色 | subnet.cvd.cloud.tencent.com |
| 云桌面 | CVD_QCSLinkedRoleInNatGateway | 服务相关角色 | natgateway.cvd.cloud.tencent.com |
| 云桌面 | CVD_QCSLinkedRoleInRouteTable | 服务相关角色 | routetable.cvd.cloud.tencent.com |
使用场景: 当前角色为云桌面(CVD)服务相关角色,该角色将在已关联策略的权限范围内访问您的其他云服务资源。
权限策略
{
"statement": [
{
"action": [
"cvm:AllocateAddresses",
"cvm:ReleaseAddresses",
"vpc:DescribeTaskResult",
"cvm:DescribeAddresses",
"cvm:ModifyAddressesBandwidth"
],
"effect": "allow",
"resource": "*"
}
],
"version": "2.0"
}
使用场景: 当前角色为云桌面 (CVD)服务相关角色,该角色将在已关联策略的权限范围内访问您的其他云服务资源。
权限策略
{
"statement": [
{
"action": [
"vpc:DescribeVpcs",
"vpc:DescribeVpcEx",
"vpc:ModifyNetworkInterfaceAttribute",
"vpc:DescribeSecurityGroups",
"vpc:ModifyNetworkInterface"
],
"effect": "allow",
"resource": "*"
}
],
"version": "2.0"
}
使用场景: 当前角色为云桌面 (CVD)服务相关角色,该角色将在已关联策略的权限范围内访问您的其他云服务资源。
权限策略
{
"statement": [
{
"action": [
"vpc:DescribeSubnets",
"vpc:DescribeSubnetEx"
],
"effect": "allow",
"resource": "*"
}
],
"version": "2.0"
}
使用场景: 当前角色为云桌面(CVD)服务相关角色,该角色将在已关联策略的权限范围内访问您的其他云服务资源。
权限策略
{
"statement": [
{
"action": [
"vpc:InquiryPriceNatGateway",
"vpc:CreateNatGateway",
"vpc:DeleteNatGateway",
"vpc:DescribeNatGateways",
"vpc:AssociateNatGatewayAddress",
"vpc:DisassociateNatGatewayAddress",
"cvm:ModifyAddressesBandwidth",
"cvm:DisassociateAddress",
"cvm:AssociateAddress"
],
"effect": "allow",
"resource": "*"
}
],
"version": "2.0"
}
使用场景: 当前角色为云桌面(CVD)服务相关角色,该角色将在已关联策略的权限范围内访问您的其他云服务资源。
权限策略
{
"statement": [
{
"action": [
"vpc:CreateRouteTable",
"vpc:DeleteRouteTable",
"vpc:DescribeRouteTables",
"vpc:DeleteRoutes",
"vpc:CreateRoutes",
"vpc:DescribeRouteTable",
"vpc:CreateRoute"
],
"effect": "allow",
"resource": "*"
}
],
"version": "2.0"
}
文档反馈