๐Ÿ’ปCreating Roles and Groups using Policy Configurator UI

1. Step By Step Process

1. Roles

Set of textual constants that are used to separate users into different roles.

1.1 Creation of Roles

Roles can be created by adding Role Property and its Value in Policy Configurator as shown below:

1.2 Usage

This is used for setting Permissions for a block, which limits which users can see this block or access it via the API.

Note: Permissions do not affect the Block via Events.

2. Groups

Groups are separate sets of documents access , which can be limited to users who are members of the group.

Note: A user can be included into any number of groups with a single role within each. User roles can be different in different groups.

2.1 Properties

Property NameDefinition

Name

The name of the group

Creator Role

Role which is assigned to the creator of the group

Members Role

The list of roles which can be assigned to members of the group

Relationship Type

ยท Single โ€“ only a single user can be included in the group. This type is maintained for backward compatibility with historic policy versions.

ยท Multiple โ€“ the group can include multiple users. This is the new mode of operation.

Access Type

ยท Global โ€“ static group is created at the start. The creator of the group is the creator of the policy.

ยท Private โ€“ a new instance of the group is created every time a user selects group creation action. The creator of the group is the user who executed the group creation action.

2.2 Usage

documentsSourceAddon has multiple filters which allow us to select relevant documents

Owned by UserOwned by GroupDocument Selection

False

False

Documents are not filtered by Owner.

True

False

Only documents created by the current user (in all groups)

False

True

Only documents created in the current group (by all users)

True

True

Only documents created by the current user in the current group

3. Switching between Groups

When a policy contains multiple groups, users have an option to switch between those they are included in. The selection menu also allows to switch to the โ€˜no groupโ€™ default state, i.e. the state in which the user is not acting as a member of any group.

2. Demo Video

Youtube

Last updated