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.hpp1110 struct UserUpdateParams struct
1112 std::string username;
1113 std::optional<std::string> password;
1114 std::optional<bool> enabled;
1115 std::optional<std::string> roleId;
1116 std::optional<bool> locked;
1117 std::optional<std::vector<std::string>> accountTypes;
1118 bool userSelf;
1119 std::shared_ptr<persistent_data::UserSession> session;
1120 std::string dbusObjectPath;