UserAuthenticatorLockoutStatus
Detailed lockout information for each authenticator for a particular user.
Properties
Name | Type | Description | Notes |
---|
lockoutDate | OffsetDateTime | The date the user was locked. Null means the user is not locked. | [optional] |
lockoutExpiryDate | OffsetDateTime | 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] |
remainingAuthenticationAttempts | Integer | The number of authentication attempts remaining before the user is locked out. | [optional] |
type | TypeEnum | The type of the authenticator. | [optional] |
TypeEnum
Name | Value |
---|
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" |
PASSTHROUGH | "PASSTHROUGH" |