Portal Instances
Service: arkos-platform-api
Table: portal_instances
Fields
| Field | Type | Required | Default | Notes |
|---|---|---|---|---|
id | uuid | no | - | - |
platform_instance_id | uuid | no | - | - |
tenant_id | uuid | yes | - | - |
portal_definition_id | uuid | yes | - | - |
portal_definition_version | string | no | - | - |
status | enum | no | - | enum: provisioning, active, suspended, terminated |
ownership | enum | no | - | enum: platform, customer |
owner_account_id | uuid | no | - | - |
tenant_account_id | uuid | no | - | - |
tenant_organization_id | uuid | no | - | - |
licensed_from_account_id | uuid | no | - | - |
subdomain | string | no | - | - |
license_id | uuid | no | - | - |
navigation | jsonb | no | - | - |
branding | jsonb | no | - | - |
enabled_module_ids | jsonb | no | - | - |
module_configs | jsonb | no | - | - |
installed_extensions | jsonb | no | - | - |
subscribed_app_edition_id | uuid | no | - | - |
settings | jsonb | no | - | - |
custom_domain | string | no | - | - |
custom_domain_status | string | no | - | - |
created_at | timestamp | no | - | - |
updated_at | timestamp | no | - | - |