# UserToRole

Every instance of this model links an instance of User model with a instance of Role model.

This model is part of access control management at runtime.

# Properties

These are the properties provided per role:

# user

Provides UUID (opens new window) of user associated with a role.

# user

Provides UUID (opens new window) of role associated with a user.

# Methods

There no custom methods apart from basic ones (opens new window).