# UpdateOidcConfigRequest
## Properties
**attribute_mapping** | Option<[**serde_json::Value**](.md)> | Partial update for `attribute_mapping`. Keys present in this object overwrite the matching keys in the stored mapping. Keys not present are preserved. To remove a key, set it to `null`. To replace the whole mapping atomically, set `attribute_mapping_replace = true`. (See issue #1191.) | [optional]
**attribute_mapping_replace** | Option<**bool**> | When `true`, treat `attribute_mapping` as a wholesale replacement (legacy behavior). Defaults to `false` — partial merge. | [optional]
**auto_create_users** | Option<**bool**> | | [optional]
**client_id** | Option<**String**> | | [optional]
**client_secret** | Option<**String**> | | [optional]
**is_enabled** | Option<**bool**> | | [optional]
**issuer_url** | Option<**String**> | | [optional]
**map_groups_to_groups** | Option<**bool**> | | [optional]
**name** | Option<**String**> | | [optional]
**pkce_enabled** | Option<**bool**> | | [optional]
**scopes** | Option<**Vec<String>**> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)