namespace MxGateway.Server.Configuration; public sealed record EffectiveLdapConfiguration( bool Enabled, string Server, int Port, bool UseTls, bool AllowInsecureLdap, string SearchBase, string ServiceAccountDn, string ServiceAccountPassword, string UserNameAttribute, string DisplayNameAttribute, string GroupAttribute, string RequiredGroup);