Skip to main content

UserAuthenticatorLockoutStatus

Detailed lockout information for each authenticator for a particular user.

Properties

NameTypeDescriptionNotes
lockout_datedatetimeThe date the user was locked. Null means the user is not locked.[optional]
lockout_expiry_datedatetimeif 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]
remaining_authentication_attemptsintThe number of authentication attempts remaining before the user is locked out.[optional]
typestrThe type of the authenticator.[optional]

Example