The access rights management¶
All entities that requires access rights management are linked to one ‘Assessment’ entity by the relation ‘in_assessment’. As the access rights are set on the ‘Assessment’ entity through the ‘can_read’ and ‘can_update’ relations, the concerned entity are accessible only by authorized users. See schema below:
-
class
cubes.piws.schema.security.
can_read
(subject=None, name=None, object=None, package=None, **kwargs)[source]¶ Link a group to an assessment with this relation to give the group users read access to the assessment related entities.