Skip to main content

UserAuthenticatorLockoutStatus

Detailed lockout information for each authenticator for a particular user.

Properties

NameTypeDescriptionNotes
lockoutDateOffsetDateTimeThe date the user was locked. Null means the user is not locked.[optional]
lockoutExpiryDateOffsetDateTimeif remainingAuthenticationAttempts is 0 then a lockoutExpiryDate of null means the lockout never expires. Otherwise a value of null means the user isn't locked out.[optional]
remainingAuthenticationAttemptsIntegerThe number of authentication attempts remaining before the user is locked out.[optional]
typeTypeEnumThe type of the authenticator.[optional]

TypeEnum

NameValue
MACHINE"MACHINE"
PASSWORD"PASSWORD"
EXTERNAL"EXTERNAL"
KBA"KBA"
TEMP_ACCESS_CODE"TEMP_ACCESS_CODE"
OTP"OTP"
GRID"GRID"
TOKEN"TOKEN"
TOKENPUSH"TOKENPUSH"
FIDO"FIDO"
SMARTCREDENTIALPUSH"SMARTCREDENTIALPUSH"
PASSWORD_AND_SECONDFACTOR"PASSWORD_AND_SECONDFACTOR"
SMART_LOGIN"SMART_LOGIN"
IDP"IDP"
PASSKEY"PASSKEY"
IDP_AND_SECONDFACTOR"IDP_AND_SECONDFACTOR"
USER_CERTIFICATE"USER_CERTIFICATE"
FACE"FACE"