Token Permission
- boostType: string
Id read-onlyGlobally unique boost.space identifier for this record (UUID-like)
- createType: boolean
Whether the token may create records in this module
- createdType: stringread-only
Creation timestamp
- createdType: integer
User Id read-onlyID of user who created this record
- deleteType: boolean
Whether the token may delete records in this module
- idType: integerread-only
Unique identifier - primary key
- moduleType: string · All modules in system (dash syntax)
Module whose resources this permission controls
Module name in
kebab-case(dash-separated) format, used in URL path parameters. Open set (built-ins plus custom modules); not restricted to an enum. - readType: boolean
Whether the token may read records in this module
- tokenType: integer
Id ID of the token this permission entry belongs to
- updateType: boolean
Whether the token may update records in this module