Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp188 for (const auto& accountType : accountTypes) in getUserGroupFromAccountType() local
190 if (accountType == "Redfish") in getUserGroupFromAccountType()
194 else if (accountType == "WebUI") in getUserGroupFromAccountType()
198 else if (accountType == "IPMI") in getUserGroupFromAccountType()
202 else if (accountType == "HostConsole") in getUserGroupFromAccountType()
206 else if (accountType == "ManagerConsole") in getUserGroupFromAccountType()
213 messages::propertyValueNotInList(res, "AccountTypes", accountType); in getUserGroupFromAccountType()