RestrictionSetSessionLockdownWithEntryWindow

class RestrictionSetSessionLockdownWithEntryWindow[source]

The serialized form of an active session lockdown.

Mirrors SetSessionLockdown but additionally carries the global configured entry window. The window is only serialized here; the input/property SetSessionLockdown stays window-free as the window is written through set_entry_window().

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_window: EntryWindow | None

The global configured entry window, or None when the feature is disabled, the viewer is anonymous, or no complete window is stored.