Interface: RoleCatalogRecord
Defined in: packages/polizy/src/role-registry.ts:47
A persisted record of a custom role (existence + label + granted actions).
Properties
actions
actions:
string[]
Defined in: packages/polizy/src/role-registry.ts:55
The actions this role grants (denormalized cache; tuples are the truth).
key
key:
string
Defined in: packages/polizy/src/role-registry.ts:51
The role name (unique within a tenant).
label?
optionallabel?:string
Defined in: packages/polizy/src/role-registry.ts:53
Optional human label for display.
tenant
tenant:
string
Defined in: packages/polizy/src/role-registry.ts:49
The tenant scope key, ${type}:${id}.