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.hpp1106 struct UserUpdateParams struct
1108 std::string username;
1109 std::optional<std::string> password;
1110 std::optional<bool> enabled;
1111 std::optional<std::string> roleId;
1112 std::optional<bool> locked;
1113 std::optional<std::vector<std::string>> accountTypes;
1114 bool userSelf;
1115 std::shared_ptr<persistent_data::UserSession> session;
1116 std::string dbusObjectPath;