On this page
Roles
The roles
collection is a multi-entry collection that stores user roles for simplifying user capability management.
Definition
The collection includes the following fields, with required fields indicated by the R symbol:
Field | Type | Description |
---|---|---|
| A unique role name or title. | |
| List of capabilities assigned to this role. Users with this role inherit these capabilities. | |
| An automatically generated timestamp indicating when the role was created. | |
| An automatically generated timestamp indicating when the role was last updated. | |
| The unique identifier of the record. |
Check out the collection definition on GitHub for more details.
Last updated on December 31, 2023 at 17:02