Meminta laporan keamanan akun Alibaba Cloud.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ram:GetAccountSecurityPracticeReport |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
Tidak ada parameter yang diperlukan.
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
ID permintaan. |
ABA822EE-85C2-4418-9577-A1831FC8466D |
| AccountSecurityPracticeInfo |
object |
Informasi tentang laporan keamanan untuk akun Alibaba Cloud. |
|
| AccountSecurityPracticeUserInfo |
object |
Informasi tentang laporan keamanan untuk akun Alibaba Cloud. |
|
| 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 |
Skor keamanan akun Alibaba Cloud. |
63 |
Contoh
Respons sukses
JSONformat
{
"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
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.