We are using SSSD for authentication using LDAP. And I filter the user access using simple_allow_groups as follows:

access_provider = simple
simple_allow_groups = Computer Admins

Is it possible to get a list of ONLY allowed users using getent?

There is an option enumeration, but this lists all users.

I am only interested in the allowed users.