Mengkueri status nomor telepon seluler atau email yang terikat ke pengguna Resource Access Management (RAM).
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ram:GetVerificationInfo |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| UserPrincipalName |
string |
No |
Nama login pengguna RAM. |
test@example.onaliyun.com |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Parameter respons. |
||
| RequestId |
string |
ID permintaan. |
B182C041-8C64-5F2F-A07B-FC67FAF89CF9 |
| SecurityPhoneDevice |
object |
Informasi tentang nomor telepon seluler. |
|
| AreaCode |
string |
Kode panggilan internasional. |
86 |
| PhoneNumber |
string |
Nomor telepon seluler. |
13900001234 |
| Status |
string |
Status nomor telepon seluler. Nilai yang valid:
|
active |
| SecurityEmailDevice |
object |
Informasi tentang email. |
|
|
string |
Alamat email. |
username@example.com |
|
| Status |
string |
Status email. Nilai yang valid:
|
active |
Contoh
Respons sukses
JSONformat
{
"RequestId": "B182C041-8C64-5F2F-A07B-FC67FAF89CF9",
"SecurityPhoneDevice": {
"AreaCode": "86",
"PhoneNumber": "13900001234",
"Status": "active"
},
"SecurityEmailDevice": {
"Email": "username@example.com",
"Status": "active"
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.