namespace ZB.MOM.WW.OtOpcUa.Admin.Security;
/// Outcome of an LDAP bind attempt. is the mapped-set of Admin roles.
public sealed record LdapAuthResult(
bool Success,
string? DisplayName,
string? Username,
IReadOnlyList Groups,
IReadOnlyList Roles,
string? Error);