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

From Senfi Docs
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:
 
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 18: 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