tencent cloud

Cloud Access Management

DocumentationCloud Access ManagementBusiness Use CasesVPCAuthorizing a Sub-account Full Access to VPCs Except Payment

Authorizing a Sub-account Full Access to VPCs Except Payment

PDF
Focus Mode
Font Size
Last updated: 2024-01-23 18:02:53
The organizational account CompanyExample (ownerUin: 12345678) has a sub-account Developer that requires full management permissions (for all operations such as creation and management) for the VPC service under CompanyExample except payment permissions. The sub-account should be able to place orders but cannot make payments.
Solution A:
The CompanyExample account directly authorizes the preset policy QcloudVPCFullAccess to the Developer sub-account. For more information on authorization, please see Authorization Management.
Solution B:
Step 1. Create the following policy according to the policy syntax:
{
"version": "2.0",
"statement":[
{
"effect": "allow",
"action": "vpc:*",
"resource": "*"
}
]
}
Step 2. Associate the policy with the sub-account. For more information on authorization, please see Authorization Management.

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback