SessionRestrictionData

class SessionRestrictionData[source]

Restrictions of the session.

for_context: Just[SessionRestrictionContext] | _Nothing[SessionRestrictionContext] = Nothing

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

removed_permissions: Just[RemovedPermissions] | _Nothing[RemovedPermissions] = Nothing

The removed permissions for a session.

verified_assignment_ids: Just[Sequence[int]] | _Nothing[Sequence[int]] = Nothing

Assignments with password access restriction.