20#ifndef ORES_IAM_DOMAIN_TENANT_TYPE_HPP
21#define ORES_IAM_DOMAIN_TENANT_TYPE_HPP
Domain types for identity and access management.
Definition account.hpp:29
Classification of tenant types.
Definition tenant_type.hpp:38
int display_order
Order for UI display purposes.
Definition tenant_type.hpp:64
std::string modified_by
Username of the person who last modified this tenant type.
Definition tenant_type.hpp:69
std::string change_commentary
Free-text commentary explaining the change.
Definition tenant_type.hpp:81
std::string description
Detailed description of the tenant type.
Definition tenant_type.hpp:59
std::string type
Unique type code.
Definition tenant_type.hpp:49
std::chrono::system_clock::time_point recorded_at
Timestamp when this version of the record was recorded.
Definition tenant_type.hpp:91
std::string name
Human-readable name for the type.
Definition tenant_type.hpp:54
int version
Version number for optimistic locking and change tracking.
Definition tenant_type.hpp:42
std::string performed_by
Username of the account that performed this operation.
Definition tenant_type.hpp:86
std::string change_reason_code
Code identifying the reason for the change.
Definition tenant_type.hpp:76