RestrictionSetSessionLockdown

class RestrictionSetSessionLockdown[source]

Session lockdown is active.

tag: Literal['set']

Discriminator tag.

max_entries: int

Maximum number of password entries per student.

heartbeat_enforced: bool

Whether heartbeat enforcement is enabled for this lockdown.

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.