Entity description
A role is a named set of Operators Capabilities, for example, admin, manager, etc
Properties
Name | Description | Type | Example |
---|---|---|---|
uid | The unique identifier (UID) of the BusinessRole | string | "d290f1ee-6c54-4b01-90e6-d701748f0851" |
created_at | Date the BusinessRole was created | string | "2021-07-20T14:00:00.000Z" |
updated_at | Date the BusinessRole was last updated | string | "2021-07-20T14:00:00.000Z" |
code | A unique readable code for the role | string | "admin" |
name | The role name | string | "Admin" |
description | The role description | string | "Admin role. Typically has access to all features in the system" |
capabilities | A list of permissions that are assigned to the role | array | ["business.read", "business.create", "operator.read"] |