feat: add support for DisablePasswordAuthenticationForUsersWithSSOIdentities...
Add support for the disable_password_authentication_for_users_with_sso_identities field in the Settings API.
Closes #2251 (closed)
The length of the field name requires that all lines in the Settings and UpdateSettingsOptions structs are touched since this is now the longest name and therefor all types and struct tags are moved by some spaces.