Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp510 nlohmann::json::object_t roleMapEntry; in handleRoleMapPatch() local
511 roleMapEntry["LocalRole"] = *localRole; in handleRoleMapPatch()
512 roleMapEntry["RemoteGroup"] = *remoteGroup; in handleRoleMapPatch()
513 remoteRoleJson.emplace_back(std::move(roleMapEntry)); in handleRoleMapPatch()