tencent cloud

Cloud Access Management

문서Cloud Access ManagementBusiness Use CasesVPCAuthorizing a Sub-account Full Access to VPCs Except Payment

Authorizing a Sub-account Full Access to VPCs Except Payment

PDF
포커스 모드
폰트 크기
마지막 업데이트 시간: 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.

도움말 및 지원

문제 해결에 도움이 되었나요?

피드백