SessionRestrictionData#

class SessionRestrictionData[source]#

Restrictions of the session.

for_context: Union[Just[SessionRestrictionContext], _Nothing[SessionRestrictionContext]] = Nothing#

If set and not none this is the course for which the token is valid.

removed_permissions: Union[Just[RemovedPermissions], _Nothing[RemovedPermissions]] = Nothing#

The removed permissions for a session.

verified_assignment_ids: Union[Just[Sequence[int]], _Nothing[Sequence[int]]] = Nothing#

Assignments with password access restriction.