RoleDefinition = object
Defined in: packages/modelence/src/auth/types.ts:50
Defines a role that can be assigned to users.
Roles are registered via the roles option in AppOptions and
are synced to the Modelence Cloud dashboard for user management.
Example
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
description? | string | Human-readable description of the role, shown in the Modelence Cloud dashboard. | packages/modelence/src/auth/types.ts:52 |