| id |
string |
The unique identifier of the client. |
| clientId |
string |
The client identifier used in authentication flows. |
| name |
string |
The display name of the client. |
| description |
string |
A description of the client. |
| enabled |
boolean |
Whether the client is enabled. |
| protocol |
string |
The authentication protocol. |
| publicClient |
boolean |
Whether the client is public (no client secret). |
| rootUrl |
string |
The root URL of the client application. |
| redirectUris |
array |
Allowed redirect URIs after authentication. |
| webOrigins |
array |
Allowed web origins for CORS. |
| serviceAccountsEnabled |
boolean |
Whether service accounts are enabled. |
| authorizationServicesEnabled |
boolean |
Whether authorization services are enabled. |