Home
last modified time | relevance | path

Searched defs:UserUpdateParams (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp1109 struct UserUpdateParams struct
1111 std::string username;
1112 std::optional<std::string> password;
1113 std::optional<bool> enabled;
1114 std::optional<std::string> roleId;
1115 std::optional<bool> locked;
1116 std::optional<std::vector<std::string>> accountTypes;
1117 bool userSelf;
1118 std::shared_ptr<persistent_data::UserSession> session;
1119 std::string dbusObjectPath;