Mengkueri pengaturan logon Konsol untuk Pengguna RAM.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ram:GetLoginProfile |
get |
*User
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| UserPrincipalName |
string |
Yes |
Nama logon Pengguna RAM. |
test@example.onaliyun.com |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The ID of the request. |
E517F18B-632C-48FC-93F1-CDCBCC6F8444 |
| LoginProfile |
object |
The console logon settings for the RAM user. |
|
| Status |
string |
The status of console logon. Valid values:
|
Active |
| UserPrincipalName |
string |
The logon name of the RAM user. |
test@example.onaliyun.com |
| UpdateDate |
string |
The time when the logon settings were last updated. The time is displayed in UTC. |
2020-10-14T06:56:45Z |
| LastLoginTime |
string |
The time when the RAM user last logged on to the console. The time is displayed in UTC. |
2020-10-14T07:25:25Z |
| PasswordResetRequired |
boolean |
Indicates whether the RAM user must reset the password at the next logon. Valid values:
|
false |
| MFABindRequired |
boolean |
Indicates whether multi-factor authentication (MFA) is required for the user. Valid values:
|
false |
| AutoDisableLoginStatus |
string |
Indicates whether console logon is automatically disabled if the user is inactive. This feature is enabled by default and cannot be disabled. |
true |
| PasswordStatus |
string |
The status of the initial password. An initial password is the password that is configured when you create a logon profile or re-enable console logon. Valid values
|
NotInitial |
Contoh
Respons sukses
JSONformat
{
"RequestId": "E517F18B-632C-48FC-93F1-CDCBCC6F8444",
"LoginProfile": {
"Status": "Active",
"UserPrincipalName": "test@example.onaliyun.com",
"UpdateDate": "2020-10-14T06:56:45Z",
"LastLoginTime": "2020-10-14T07:25:25Z",
"PasswordResetRequired": false,
"MFABindRequired": false,
"AutoDisableLoginStatus": "true",
"PasswordStatus": "NotInitial"
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.