Authorization procedure for a sub-account to access QT
By default, when a RAM user accesses the QT console, a system error is reported. The RAM user must be authorized by the primary account before the RAM user can access the QT console.
If RAM is not authorized, the following error is displayed,

The RAM authorization process is as follows
Create custom permissions in RAM. For more information, see RAM policies.
Type editing using scripts

Create the script as follows
{
"Statement": [
{
"Action": [
"quickaplus:*"
],
"Effect": "Allow",
"Resource": [
"*"
]
}
],
"Version": "1"
}After the policy is created, save the corresponding policy

Authorize the created policy to the RAM user that needs to access the QT console. For more information, see RAM authorization management


After the authorization is completed, the corresponding sub-account can normally access the QT management console.