Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dcomponent_integrity.hpp43 enum class SecureSessionType{ enum
85 NLOHMANN_JSON_SERIALIZE_ENUM(SecureSessionType, {
86 {SecureSessionType::Invalid, "Invalid"},
87 {SecureSessionType::Plain, "Plain"},
88 {SecureSessionType::EncryptedAuthenticated, "EncryptedAuthenticated"},
89 {SecureSessionType::AuthenticatedOnly, "AuthenticatedOnly"},