Difference between revisions of "V2/Concepts/User/Access Group"

From Senfi Docs
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<h1 class="main-heading">Access Group</h1>
 
<h1 class="main-heading">Access Group</h1>
  
Think of access group as a subset of the assets under the organization. Users can be placed into access groups to have access to those assets. Currently assets that can be assigned to an access group are:
+
You can think of access group as a subset of the assets under the organization. Users can be placed into access groups to have access to those assets. Currently assets that can be assigned to an access group are:
 
* user
 
* user
* site
+
* site & asset
* rule
+
* measurement
 
+
* video
As pointed out in [[Concepts#Organization, User, Access Group|general concepts]], access group is a subset of the assets under the organization that users under the access group can access.
+
* key
 
 
Currently assets that can be assigned to an access group are:
 
* user
 
* site
 
* rule
 
  
 
Each '''organization''' has default access group called '''All (<organization's Name>)'''. By default, the following assets will be assigned to the default access group:
 
Each '''organization''' has default access group called '''All (<organization's Name>)'''. By default, the following assets will be assigned to the default access group:
 
* Users with Administrator role
 
* Users with Administrator role
* All of the sites under the organization
+
* All of the sites & assets under the organization
* All of the rules under the organization
+
* All of the measurements under the organization
 +
* All of the video adapters under the organization
 +
* All of the API keys under the organization
  
 
Access group can be nested and users of top level access group have access to all of the assets that belong to access groups under top level access group.  
 
Access group can be nested and users of top level access group have access to all of the assets that belong to access groups under top level access group.  
Line 23: Line 20:
  
 
For example: '''Asia''' access group have access to all of the assets of '''Toa Payoh''' access group.
 
For example: '''Asia''' access group have access to all of the assets of '''Toa Payoh''' access group.
 +
 +
==== What's Next ====
 +
-----
 +
* [[V2/Concepts/Preparing for Access Group Creation|What is needed to create an Access Group]]
 +
* Start [[V2/CMS_Tutorial/User_Tools/Creating_Content/User/Access_group|creating your own Access Group]]

Latest revision as of 13:12, 5 July 2021

Access Group

You can think of access group as a subset of the assets under the organization. Users can be placed into access groups to have access to those assets. Currently assets that can be assigned to an access group are:

  • user
  • site & asset
  • measurement
  • video
  • key

Each organization has default access group called All (<organization's Name>). By default, the following assets will be assigned to the default access group:

  • Users with Administrator role
  • All of the sites & assets under the organization
  • All of the measurements under the organization
  • All of the video adapters under the organization
  • All of the API keys under the organization

Access group can be nested and users of top level access group have access to all of the assets that belong to access groups under top level access group.

Nested Access Group Example

For example: Asia access group have access to all of the assets of Toa Payoh access group.

What's Next