tencent cloud

Cloud Access Management

문서Cloud Access ManagementBusiness Use CasesCLBAuthorizing Sub-account Full CLB Access other than the Payment Permission

Authorizing Sub-account Full CLB Access other than the Payment Permission

PDF
포커스 모드
폰트 크기
마지막 업데이트 시간: 2024-01-23 18:02:52

Authorizing a sub-account with all permissions of CLB except payment

A sub-account Developer under the enterprise account CompanyExample (ownerUin is 12345678) requires full management permissions (such as creation and management) of the enterprise account CompanyExample's CLB service, except the payment permission. The sub-account is allowed to place an order but cannot pay for it.
Solution A:
The enterprise account CompanyExample directly authorizes the preset policy QcloudCLBFullAccess to the sub-account Developer. For more information on authorization, please see Authorization Management.
Solution B:
Step 1: Create the following policy using policy syntax
{
"version": "2.0",
"statement":[
{
"effect": "allow",
"action": "clb:*",
"resource": "*"
}
]
}
Step 2: Authorize the policy to the sub-account. For more information on authorization, please see Authorization Management.

도움말 및 지원

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

피드백