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