OP Role

Entity description

A role is a named set of Operators Capabilities, for example, admin, manager, etc

Properties

NameDescriptionTypeExample
uidThe unique identifier (UID) of the BusinessRolestring"d290f1ee-6c54-4b01-90e6-d701748f0851"
created_atDate the BusinessRole was createdstring"2021-07-20T14:00:00.000Z"
updated_atDate the BusinessRole was last updatedstring"2021-07-20T14:00:00.000Z"
codeA unique readable code for the rolestring"admin"
nameThe role namestring"Admin"
descriptionThe role descriptionstring"Admin role. Typically has access to all features in the system"
capabilitiesA list of permissions that are assigned to the rolearray["business.read", "business.create", "operator.read"]