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