Searched defs:UserInfo (Results 1 – 2 of 2) sorted by relevance
71 struct UserInfo struct73 uint8_t userName[ipmiMaxUserName];74 UserPrivAccess userPrivAccess[ipmiMaxChannels];75 bool userEnabled;76 bool userInSystem;77 bool fixedUserName;78 PayloadAccess payloadAccess[ipmiMaxChannels];
71 using UserInfo = std::variant<Privilege, GroupList, UserEnabled>; typedef