All Products
Search
Document Center

Identity as a Service:ListApplicationRoles

Last Updated:Jun 10, 2026

Mencantumkan peran aplikasi menggunakan kursor.

Coba sekarang

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tidak ada otorisasi untuk operasi ini. Jika Anda mengalami masalah saat menjalankan operasi ini, hubungi dukungan teknis.

Parameter permintaan

Parameter

Type

Required

Description

Example

InstanceId

string

Yes

ID Instans.

idaas_ue2jvisn35ea5lmthk267xxxxx

NextToken

string

No

Token yang digunakan untuk memulai kueri berikutnya. Atur parameter ini ke nilai NextToken yang dikembalikan pada panggilan API terakhir. Kosongkan parameter ini untuk kueri pertama.

NTxxxxexample

ApplicationId

string

Yes

ID aplikasi.

app_mkv7rgt4d7i4u7zqtzev2mxxxx

MaxResults

integer

No

Jumlah entri yang dikembalikan per halaman.

20

Filter

array<object>

No

Kondisi filter.

object

No

A filter condition.

Name

string

No

The name of the filter condition.

Valid values:

  • ApplicationRoleNameStartsWith :

    Queries application roles by matching the prefix of their names.

  • ApplicationRoleIds :

    Queries application roles by a list of their IDs.

ApplicationRoleNameStartsWith

Value

array

No

The values of the filter condition.

string

No

The value of the filter condition.

Admin Role

Elemen respons

Element

Type

Description

Example

object

RequestId

string

The request ID.

0441BD79-92F3-53AA-8657-F8CE4A2B912A

TotalCount

integer

The total number of entries returned.

100

NextToken

string

The token used to start the next query.

NTxxxxexample

ApplicationRoles

array<object>

The list of application roles.

object

InstanceId

string

The instance ID.

idaas_ue2jvisn35ea5lmthk267xxxxx

ApplicationId

string

The application ID.

app_mkv7rgt4d7i4u7zqtzev2mxxxx

ApplicationRoleId

string

The application role ID.

approle_01kh2vuo8v9splv8maak1d22rxxxx

ApplicationRoleName

string

The name of the application role.

Admin Role

ApplicationRoleValue

string

The value of the application role.

admin_role

Description

string

The description of the application role.

Admin Role Description

MaxResults

integer

The number of entries returned on each page.

20

Contoh

Respons sukses

JSONformat

{
  "RequestId": "0441BD79-92F3-53AA-8657-F8CE4A2B912A",
  "TotalCount": 100,
  "NextToken": "NTxxxxexample",
  "ApplicationRoles": [
    {
      "InstanceId": "idaas_ue2jvisn35ea5lmthk267xxxxx\n",
      "ApplicationId": "app_mkv7rgt4d7i4u7zqtzev2mxxxx",
      "ApplicationRoleId": "approle_01kh2vuo8v9splv8maak1d22rxxxx",
      "ApplicationRoleName": "Admin Role",
      "ApplicationRoleValue": "admin_role",
      "Description": "Admin Role Description\n"
    }
  ],
  "MaxResults": 20
}

Kode kesalahan

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.