Skip to main content

UserAuthenticatorLockoutStatus

Detailed lockout information for each authenticator for a particular user.

Properties

NameTypeDescriptionNotes
LockoutDateDateTime?The date the user was locked. Null means the user is not locked.[optional]
LockoutExpiryDateDateTime?if 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]
RemainingAuthenticationAttemptsint?The number of authentication attempts remaining before the user is locked out.[optional]
TypestringThe type of the authenticator.[optional]