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.CompanyExample
account directly authorizes the preset policy QcloudVPCFullAccess
to the Developer
sub-account. For more information on authorization, please see Authorization Management.{"version": "2.0","statement":[{"effect": "allow","action": "vpc:*","resource": "*"}]}
Was this page helpful?