Authorization
Authorization is deciding whether a User is allowed to perform an action. For example, Alice has permission to get a resource but not to create a resource.
Broadcast Suite supports multiple Users and Groups. Each part in the software can by controlled with Permissions. The authorizations are organized as tree.
A User can have multiple groups and a group can have multiple users and groups as members. The permissions are inherited. A group inherits all permissions to the users it belongs to.