Searched defs:accountTypes (Results 1 – 1 of 1) sorted by relevance
/openbmc/bmcweb/redfish-core/lib/ |
H A D | account_service.hpp | 138 std::vector<std::string> accountTypes; in translateUserGroup() local 189 crow::Response& res, const std::vector<std::string>& accountTypes, in getUserGroupFromAccountType() argument 252 patchAccountTypes(const std::vector<std::string> & accountTypes,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & dbusObjectPath,bool userSelf) patchAccountTypes() argument 1117 std::optional<std::vector<std::string>> accountTypes; global() member 1216 updateUserProperties(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & username,const std::optional<std::string> & password,const std::optional<bool> & enabled,const std::optional<std::string> & roleId,const std::optional<bool> & locked,const std::optional<std::vector<std::string>> & accountTypes,bool userSelf,const std::shared_ptr<persistent_data::UserSession> & session) updateUserProperties() argument 1844 processAfterGetAllGroups(const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & username,const std::string & password,const std::string & roleId,bool enabled,std::optional<std::vector<std::string>> accountTypes,const std::vector<std::string> & allGroupsList) processAfterGetAllGroups() argument 1931 std::optional<std::vector<std::string>> accountTypes; handleAccountCollectionPost() local 2224 std::optional<std::vector<std::string>> accountTypes; handleAccountPatch() local [all...] |