Home
last modified time | relevance | path

Searched refs:userCanSeeSelf (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp1693 bool userCanSeeSelf = in handleAccountCollectionGet() local
1715 if (userCanSeeAllAccounts || (thisUser == user && userCanSeeSelf)) in handleAccountCollectionGet()