Add/update typing for rbtools.utils.users.
Review Request #14473 — Created June 24, 2025 and submitted — Latest diff uploaded
This change adds missing type hints for the methods in
rbtools.utils.users, and fixes up a couple more places where we were
just usingResourceinstead of specific subclasses. While I was in
here I also switched this to use a named logger.
Ran unit tests.