Ionize Docs
ReferenceSchemasDatabases

lockouts

Active and historical brute-force lockouts.

Table lockouts

Active and historical brute-force lockouts.

Database: ionize

Owner: SDK brute-force module

Columns

ColumnTypeNullableDescription
idUUIDnoPrimary key.
domainTEXTnociam or iam.
identifierTEXTnoLocked identifier.
locked_untilTIMESTAMPTZnoLockout expiry. NULL = never expires (manual unlock required).
reasonTEXTyesLockout reason (brute_force, manual, etc.).
applied_byUUIDyesIdentity who manually applied (if manual).
created_atTIMESTAMPTZnoLockout start.

Schema owned by SDK brute-force module. Migrations live in sdk/src/db.ts.

On this page