| Product | Role Name | Role Types | Role Entity |
|---|---|---|---|
| Cloud Virtual Desktop | CVD_QCSLinkedRoleInEIP | Service-Related Roles | eip.cvd.cloud.tencent.com |
| Cloud Virtual Desktop | CVD_QCSLinkedRoleInVPC | Service-Related Roles | vpc.cvd.cloud.tencent.com |
| Cloud Virtual Desktop | CVD_QCSLinkedRoleInSubnet | Service-Related Roles | subnet.cvd.cloud.tencent.com |
| Cloud Virtual Desktop | CVD_QCSLinkedRoleInNatGateway | Service-Related Roles | natgateway.cvd.cloud.tencent.com |
| Cloud Virtual Desktop | CVD_QCSLinkedRoleInRouteTable | Service-Related Roles | routetable.cvd.cloud.tencent.com |
Use Cases: The current role is the CVD service linked role, which will access your other service resources within the scope of the permissions of the associated policy.
Authorization Polices
{
"statement": [
{
"action": [
"cvm:AllocateAddresses",
"cvm:ReleaseAddresses",
"vpc:DescribeTaskResult",
"cvm:DescribeAddresses",
"cvm:ModifyAddressesBandwidth"
],
"effect": "allow",
"resource": "*"
}
],
"version": "2.0"
}
Use Cases: The current role is the CVD service linked role, which will access your other service resources within the scope of the permissions of the associated policy.
Authorization Polices
{
"statement": [
{
"action": [
"vpc:DescribeVpcs",
"vpc:DescribeVpcEx",
"vpc:ModifyNetworkInterfaceAttribute",
"vpc:DescribeSecurityGroups",
"vpc:ModifyNetworkInterface"
],
"effect": "allow",
"resource": "*"
}
],
"version": "2.0"
}
Use Cases: The current role is the CVD service linked role, which will access your other service resources within the scope of the permissions of the associated policy.
Authorization Polices
{
"statement": [
{
"action": [
"vpc:DescribeSubnets",
"vpc:DescribeSubnetEx"
],
"effect": "allow",
"resource": "*"
}
],
"version": "2.0"
}
Use Cases: The current role is the CVD service linked role, which will access your other service resources within the scope of the permissions of the associated policy.
Authorization Polices
{
"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"
}
Use Cases: The current role is the CVD service linked role, which will access your other service resources within the scope of the permissions of the associated policy.
Authorization Polices
{
"statement": [
{
"action": [
"vpc:CreateRouteTable",
"vpc:DeleteRouteTable",
"vpc:DescribeRouteTables",
"vpc:DeleteRoutes",
"vpc:CreateRoutes",
"vpc:DescribeRouteTable",
"vpc:CreateRoute"
],
"effect": "allow",
"resource": "*"
}
],
"version": "2.0"
}
Feedback