Mencabut token otentikasi.
Deskripsi operasi
This API uses an Access Token issued by IDaaS to perform identity authentication and authorization.
Ensure that the Access Token is authorized to access the "Manage Authentication Tokens" feature of the built-in Privileged Access Management (PAM) application in IDaaS.
The corresponding scope is urn:cloud:idaas:pam|authentication_token:manage.
This operation currently supports only JWT authentication tokens.
Coba sekarang
Test
RAM authorization
Sintaks permintaan
POST /v2/{instanceId}/authenticationTokens/_/actions/revoke HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| instanceId |
string |
Yes |
ID instans. |
idaas_ue2jvisn35ea5lmthk267xxxxx |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Authorization |
string |
Yes |
Informasi otentikasi. Format: Bearer ${access_token}. Catatan
Masukkan token akses yang diterbitkan oleh IDaaS. |
Bearer xxxxxx |
| body |
object |
No |
Badan permintaan. |
|
| token |
string |
Yes |
Original authentication token. Catatan
You can pass either the original authentication token or a derived short token. |
eyJhbGciOixxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx |
| token_type_hint |
string |
No |
Authentication token type hint. Penting
Currently, no value is required. |
- |
Elemen respons
|
Element |
Type |
Description |
Example |
Tidak ada yang didefinisikan.
Contoh
Respons sukses
JSONformat
{}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.