|
ORE Studio 0.0.4
|
Represents login tracking information in the database. More...
#include <login_info_entity.hpp>

Public Attributes | |
| sqlgen::PrimaryKey< std::string > | account_id |
| std::string | tenant_id |
| std::string | last_ip |
| std::string | last_attempt_ip |
| int | failed_logins |
| int | locked |
| db_timestamp | last_login = "9999-12-31 23:59:59" |
| int | online |
| int | password_reset_required |
Static Public Attributes | |
| static constexpr const char * | schema = "public" |
| static constexpr const char * | tablename = "ores_iam_login_info_tbl" |
Represents login tracking information in the database.