NamespaceInfo
NamespaceInfo
Defined in: dto/namespaces.ts:14
One aggregated pool row from GET /admin/namespaces.
Properties
app_codes
app_codes:
string[]
Defined in: dto/namespaces.ts:28
Codes of apps whose pool config (default pool / other pools)
references this pool. A pool with user_count === 0 but a
non-empty app_codes is config-only (“empty”) — flag it.
home_count
home_count:
number
Defined in: dto/namespaces.ts:20
Users whose home pool this is.
namespace
namespace:
string
Defined in: dto/namespaces.ts:16
Pool name (lower-case [a-z0-9_-], ≤100 chars).
tag_count
tag_count:
number
Defined in: dto/namespaces.ts:22
Users tagged into the pool (home elsewhere).
user_count
user_count:
number
Defined in: dto/namespaces.ts:18
Distinct non-deleted users in the pool (home OR tag).