Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp706 const std::vector<std::string>& serviceAddressList, in handleServiceAddressPatch() argument
713 "LDAPServerURI", serviceAddressList.front()); in handleServiceAddressPatch()
944 std::optional<std::vector<std::string>> serviceAddressList; member
983 if (input.serviceAddressList) in handleLDAPPatch()
985 if (input.serviceAddressList->empty()) in handleLDAPPatch()
988 asyncResp->res, *input.serviceAddressList, "ServiceAddress"); in handleLDAPPatch()
1003 if (!input.userName && !input.password && !input.serviceAddressList && in handleLDAPPatch()
1031 if (input.serviceAddressList) in handleLDAPPatch()
1033 handleServiceAddressPatch(*input.serviceAddressList, asyncResp, in handleLDAPPatch()
1556 "ActiveDirectory/ServiceAddresses", activeDirectoryObject.serviceAddressList, in handleAccountServicePatch()
[all …]