package model import ( "github.com/caos/zitadel/internal/eventstore/v1/models" ) type PasswordLockoutPolicy struct { models.ObjectRoot State PolicyState MaxAttempts uint64 ShowLockOutFailures bool }