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.hpp688 const std::vector<std::string>& serviceAddressList, in handleServiceAddressPatch() argument
695 "LDAPServerURI", serviceAddressList.front()); in handleServiceAddressPatch()
926 std::optional<std::vector<std::string>> serviceAddressList; member
965 if (input.serviceAddressList) in handleLDAPPatch()
967 if (input.serviceAddressList->empty()) in handleLDAPPatch()
970 asyncResp->res, *input.serviceAddressList, "ServiceAddress"); in handleLDAPPatch()
985 if (!input.userName && !input.password && !input.serviceAddressList && in handleLDAPPatch()
1013 if (input.serviceAddressList) in handleLDAPPatch()
1015 handleServiceAddressPatch(*input.serviceAddressList, asyncResp, in handleLDAPPatch()
1536 "ActiveDirectory/ServiceAddresses", activeDirectoryObject.serviceAddressList, in handleAccountServicePatch()
[all …]