tencent cloud

Cloud Access Management

문서Cloud Access ManagementBusiness Use CasesCVMAuthorizing Sub-account Full Access to CVMs Except Payment

Authorizing Sub-account Full Access to CVMs Except Payment

PDF
포커스 모드
폰트 크기
마지막 업데이트 시간: 2024-01-23 18:02:53
The enterprise account, CompanyExample, whose ownerUin is 12345678, has a sub-account, Developer, that requires full management permissions (including all operations such as creation and management) for the CVM service of the CompanyExample enterprise account. These permissions do not include payment permissions, but allow orders to be made.
Solution A:
The CompanyExample enterprise account directly authorizes the preset policy QcloudCVMFullAccess to the Developer sub-account. For more information about authorization, see Authorization Management.
Solution B:
Step 1. Create the following policy according to policy syntax.
{
"version": "2.0",
"statement":[
{
"effect": "allow",
"action": "cvm:*",
"resource": "*"
}
]
}
Step 2. Authorize the policy to the sub-account. For more information about authorization, see Authorization Management.

도움말 및 지원

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

피드백