Queries the security report of an Alibaba Cloud account.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ram:GetAccountSecurityPracticeReport |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
ABA822EE-85C2-4418-9577-A1831FC8466D |
| AccountSecurityPracticeInfo |
object |
The information about the security report for the Alibaba Cloud account. |
|
| AccountSecurityPracticeUserInfo |
object |
The information about the security report for the Alibaba Cloud account. |
|
| UnusedAkNum |
integer |
The number of AccessKey pairs that are not used for the Alibaba Cloud account. |
0 |
| SubUserWithUnusedAccessKey |
integer |
The number of Resource Access Management (RAM) users that have unused AccessKey pairs. |
0 |
| RootWithAccessKey |
integer |
The number of AccessKey pairs for the Alibaba Cloud account. |
1 |
| SubUser |
integer |
The number of RAM users within the Alibaba Cloud account. |
9 |
| BindMfa |
boolean |
Indicates whether multi-factor authentication (MFA) is enabled. Valid values:
|
false |
| OldAkNum |
integer |
The number of old AccessKey pairs for the Alibaba Cloud account. |
0 |
| SubUserPwdLevel |
string |
The complexity level of the password for the RAM user. Valid values:
|
low |
| SubUserWithOldAccessKey |
integer |
The number of RAM users that use the old AccessKey pairs. |
0 |
| SubUserBindMfa |
integer |
The number of RAM users that have MFA devices bound. |
0 |
| Score |
integer |
The security score of the Alibaba Cloud account. |
63 |
Examples
Success response
JSON format
{
"RequestId": "ABA822EE-85C2-4418-9577-A1831FC8466D",
"AccountSecurityPracticeInfo": {
"AccountSecurityPracticeUserInfo": {
"UnusedAkNum": 0,
"SubUserWithUnusedAccessKey": 0,
"RootWithAccessKey": 1,
"SubUser": 9,
"BindMfa": false,
"OldAkNum": 0,
"SubUserPwdLevel": "low",
"SubUserWithOldAccessKey": 0,
"SubUserBindMfa": 0
},
"Score": 63
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.