Skip to content
Laures Christophe edited this page May 19, 2016 · 2 revisions

#The Tags Tags are used to control the access of the user's to the password itself. There are 2 methods how tags are evaluated: strict tagging and recursive tagging.

Strict tagging

When strict tagging is enabled the users have only access to passwords tagged with a tag witch they are subscribed to. So you have a linear access structure.

Recursive tagging

When strict tagging is disabled the users have access to all passwords tagged with a tag which they are subscribed to and to every password tagged with a child tag of the subscribed tag. So you have a hierarchical access structure.

Clone this wiki locally