Mengaktifkan kembali token otentikasi untuk konsumen.
Deskripsi operasi
This API uses an access token issued by IDaaS to perform identity authentication and authorization.
Ensure that the provided access token is authorized to access the Manage Authentication Token feature in the IDaaS built-in PAM (Privileged Access Management) application.
The corresponding scope is urn:cloud:idaas:pam|authentication_token:manage.
This operation supports only JWT-type authentication tokens.
Coba sekarang
Test
RAM authorization
Sintaks permintaan
POST /v2/{instanceId}/authenticationTokens/_/actions/reinstateByConsumer 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. |
|
| consumerId |
string |
Yes |
The ID of the authentication token consumer. |
test_jwt_subject |
| credentialProviderIdentifier |
string |
Yes |
The credential provider identifier. |
test_example_identifier |
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.