RestrictionSetSessionLockdown¶
- class RestrictionSetSessionLockdown[source]¶
Session lockdown is active.
- entry_starts_at: datetime | None¶
When the entry window opens, or None when no lower bound is set. On serialization this is the requesting user’s effective bound (per- student override applied); the session_lockdown property getter returns the global configured bound.
- entry_ends_at: datetime | None¶
When the entry window closes, or None when no upper bound is set. Effective/global the same way as
entry_starts_at.