UserAuthenticateQueryResponse
Response associated with user authentication query.
Properties
Name | Type | Description | Notes |
---|---|---|---|
authentication_completed | bool | Flag to indicate if access to the application is allowed with the current JWT. | [optional] |
authentication_types | List[str] | List of authenticator types available for the user. | [optional] |
authenticator_lockout_status | List[UserAuthenticatorLockoutStatus] | A list of all authenticators that the user has with their lockout status. | [optional] |
available_second_factor | List[str] | Lists authenticator types available to complete second factor challenge (if enabled). | [optional] |
device_cert_auth_desired | bool | Flag to indicate if the user has to attempt device certificate authentication. | [optional] |
expires | int | [optional] | |
fido_challenge | FIDOChallenge | [optional] | |
grid_challenge | GridChallenge | [optional] | |
kba_challenge | KbaChallenge | [optional] | |
machine_authenticator | MachineAuthenticator | [optional] | |
organizations | List[Organization] | A list of the user organizations. | [optional] |
otp_delivery_info | OTPDetails | [optional] | |
otp_delivery_type | str | The OTP delivery type used. | [optional] |
password_reset_allowed | bool | Flag to indicate if the user can initiate a password reset flow. | [optional] |
push_mutual_challenge | str | Push authentication mutual challenge for token or Face Biometric. | [optional] |
registration_required | bool | Flag to indicate if the user has to register authenticators. | [optional] |
supports_signature | bool | Flag to indicate if the user has a token that supports signature. | [optional] |
temp_access_code_challenge | TempAccessCodeChallenge | [optional] | |
time | int | [optional] | |
token | str | [optional] | |
token_challenge | TokenChallenge | [optional] | |
token_details | List[str] | For a token or token push authenticator challenge, provides a list of serial numbers of the tokens that can be used to authenticate. | [optional] |
token_push_mutual_challenge | str | The token push authentication mutual challenge. | [optional] |
user_machine_settings | UserMachineSettings | [optional] | |
verification_required | bool | Flag to indicate if the user has to verify. | [optional] |