ores.iam
Table of Contents
The ores.iam module groups all logical entities in the ores.iam namespace. Each entity is a logical-space type projected by ores.codegen into C++, SQL, and other technical spaces.
1. Entities
| Entity | Brief |
|---|---|
| ores.iam.account | An account that can authenticate against the system. |
| ores.iam.account_contact_information | Real name and contact details for an account. |
| ores.iam.account_party | Links an IAM account to a party. |
| ores.iam.account_type | Classification of account types. |
| ores.iam.login_info | Login tracking and security state for an account. |
| ores.iam.permission | An atomic permission that can be granted to roles. |
| ores.iam.role | A named collection of permissions that can be assigned to accounts. |
| ores.iam.session | A user session, recorded in the TimescaleDB sessions hypertable. |
| ores.iam.tenant | A tenant representing an isolated organisation or the system platform. |
| ores.iam.tenant_status | Tenant lifecycle status definitions. |
| ores.iam.tenant_type | Classification of tenant types. |
2. See also
- ores.iam — top-level component overview.