The request for updating client details.
| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | The client name. | [optional] |
| description | String | The client description | [optional] |
| logo | String | The client logo in base64 format. | [optional] |
| allowPkce | Boolean | Indicates whether PKCE is allowed for the client. | [optional] |
| isPublic | Boolean | Indicates whether the client is accessible by third-party tenants. | [optional] |
| allowedOrigins | Set<String> | The allowed origins for the client. | [optional] |