Searched refs:SMTPAuthenticationMethods (Results 1 – 1 of 1) sorted by relevance
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | event_service.hpp | 18 enum class SMTPAuthenticationMethods{ enum 35 NLOHMANN_JSON_SERIALIZE_ENUM(SMTPAuthenticationMethods, { 36 {SMTPAuthenticationMethods::Invalid, "Invalid"}, 37 {SMTPAuthenticationMethods::None, "None"}, 38 {SMTPAuthenticationMethods::AutoDetect, "AutoDetect"}, 39 {SMTPAuthenticationMethods::Plain, "Plain"}, 40 {SMTPAuthenticationMethods::Login, "Login"}, 41 {SMTPAuthenticationMethods::CRAM_MD5, "CRAM_MD5"},
|