# Role

This model represents a single role in local database. A role can be applied to multiple users. Authorizations can be granted to or revoked from a role instead of a single user, thus affecting all users the role has been applied to.

It is part of access control management at runtime.

# Properties

These are the properties provided per role:

# name

For every role, this string (opens new window) property is representing the role's unique name. It is used in authorization rules to grant access on a resource to a set of users or revoke it from them explicitly.

# Methods

Roles don't have custom methods apart from basic ones (opens new window).