Difference between revisions of "System-user role"

From CNM Wiki
Jump to: navigation, search
(Related lectures)
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
A [[system-user role]] (or, alternatively spelt, [[system user role]]; also known as [[user-access level]] or [[system-granted identity]]; [[user role]] in [[WordPress]]; [[user group]] in [[MediaWiki]]; [[IAM role]] in [[AWS]]; hereinafter, the ''Role'') is a set of capacities often called permissions that a system grants to any user who belongs to a particular ''Role''.
+
A [[system-user role]] (or, alternatively spelt, a [[system user role]]; also known as a [[permitted user role]], [[user-access level]] or [[system-granted identity]]; a [[user role]] in [[WordPress]]; a [[user group]] in [[MediaWiki]] and [[HumHub]]; a [[security group]] in [[Odoo]]; an [[IAM role]], where [[Identity and access management|IAM]] stands for [[identity and access management]], in [[AWS]]; an [[actor]] in the [[Unified Modeling Language]] or [[Unified Modeling Language|UML]]; hereinafter, the ''Role'') is a set of capacities often called permissions that a [[system]] grants to any user who belongs to a particular ''Role''.
  
The ''Role'' is an identity that a system assigns to a particular user with permission policies that determine what the identity can and cannot do in the system. However, the ''Role'' does not have any credentials (password or access keys) associated with it. Instead of being uniquely associated with one person, a role is intended to be assumable by anyone at a specific level of permissions.
+
The ''Role'' is a group identity that a system assigns to a particular user with permission policies that determine what the identity can and cannot do in the system. The ''Role'' does not have any credentials (password or access keys) associated with it. Instead of being uniquely associated with one person, a role is intended to be assumable by anyone at a specific level of permissions.
 +
 
 +
 
 +
 
 +
==Practices==
 +
*[[Opplet role]]
 +
 
 +
==Related lectures==
 +
*[[Effort Engineering Quarter]].
 +
*[[System-User Roles]].
 +
 
 +
[[Category: Septem Artes Administrativi]][[Category: CNM Cyber Orientation]][[Category: Articles]]

Latest revision as of 13:07, 25 May 2020

A system-user role (or, alternatively spelt, a system user role; also known as a permitted user role, user-access level or system-granted identity; a user role in WordPress; a user group in MediaWiki and HumHub; a security group in Odoo; an IAM role, where IAM stands for identity and access management, in AWS; an actor in the Unified Modeling Language or UML; hereinafter, the Role) is a set of capacities often called permissions that a system grants to any user who belongs to a particular Role.

The Role is a group identity that a system assigns to a particular user with permission policies that determine what the identity can and cannot do in the system. The Role does not have any credentials (password or access keys) associated with it. Instead of being uniquely associated with one person, a role is intended to be assumable by anyone at a specific level of permissions.


Practices

Related lectures