-
Notifications
You must be signed in to change notification settings - Fork 0
Tag
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.
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.
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.