Home
last modified time | relevance | path

Searched refs:SMTPAuthenticationMethods (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Devent_service.hpp16 enum class SMTPAuthenticationMethods{ enum
33 NLOHMANN_JSON_SERIALIZE_ENUM(SMTPAuthenticationMethods, {
34 {SMTPAuthenticationMethods::Invalid, "Invalid"},
35 {SMTPAuthenticationMethods::None, "None"},
36 {SMTPAuthenticationMethods::AutoDetect, "AutoDetect"},
37 {SMTPAuthenticationMethods::Plain, "Plain"},
38 {SMTPAuthenticationMethods::Login, "Login"},
39 {SMTPAuthenticationMethods::CRAM_MD5, "CRAM_MD5"},