authenticationCompleted | Boolean | Flag to indicate if access to the application is allowed with the current JWT. | [optional] |
authenticationTypes | List<AuthenticationTypesEnum> | List of authenticator types available for the user. | [optional] |
authenticatorLockoutStatus | List<UserAuthenticatorLockoutStatus> | A list of all authenticators that the user has with their lockout status. | [optional] |
availableSecondFactor | List<AvailableSecondFactorEnum> | Lists authenticator types available to complete second factor challenge (if enabled). | [optional] |
deviceCertAuthDesired | Boolean | Flag to indicate if the user has to attempt device certificate authentication. | [optional] |
expires | Long | | [optional] |
fidoChallenge | FIDOChallenge | | [optional] |
gridChallenge | GridChallenge | | [optional] |
kbaChallenge | KbaChallenge | | [optional] |
machineAuthenticator | MachineAuthenticator | | [optional] |
organizations | List<Organization> | A list of the user organizations. | [optional] |
otpDeliveryInfo | OTPDetails | | [optional] |
otpDeliveryType | OtpDeliveryTypeEnum | The OTP delivery type used. | [optional] |
passwordResetAllowed | Boolean | Flag to indicate if the user can initiate a password reset flow. | [optional] |
pushMutualChallenge | String | Push authentication mutual challenge for token or Face Biometric. | [optional] |
registrationRequired | Boolean | Flag to indicate if the user has to register authenticators. | [optional] |
supportsSignature | Boolean | Flag to indicate if the user has a token that supports signature. | [optional] |
tempAccessCodeChallenge | TempAccessCodeChallenge | | [optional] |
time | Long | | [optional] |
token | String | | [optional] |
tokenChallenge | TokenChallenge | | [optional] |
tokenDetails | List<String> | For a token or token push authenticator challenge, provides a list of serial numbers of the tokens that can be used to authenticate. | [optional] |
tokenPushMutualChallenge | String | The token push authentication mutual challenge. | [optional] |
userMachineSettings | UserMachineSettings | | [optional] |
verificationRequired | Boolean | Flag to indicate if the user has to verify. | [optional] |