/** * LdapGroupResponse */ export interface LdapGroupResponseDto { description?: string; dn?: string; message?: string; name?: string; total_members?: number; }