
docs.UserFactorSecurityQuestionProfile.md Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of okta-sdk-api Show documentation
Show all versions of okta-sdk-api Show documentation
The Okta Java SDK API .jar provides a Java API that your code can use to make calls to the Okta
API. This .jar is the only compile-time dependency within the Okta SDK project that your code should
depend on. Implementations of this API (implementation .jars) should be runtime dependencies only.
# UserFactorSecurityQuestionProfile
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**answer** | **String** | Answer to the question | [optional] |
|**question** | [**QuestionEnum**](#QuestionEnum) | Unique key for the question | [optional] |
|**questionText** | **String** | Human-readable text that's displayed to the user | [optional] [readonly] |
## Enum: QuestionEnum
| Name | Value |
|---- | -----|
| DISLIKED_FOOD | "disliked_food" |
| NAME_OF_FIRST_PLUSH_TOY | "name_of_first_plush_toy" |
| FIRST_AWARD | "first_award" |
| FAVORITE_SECURITY_QUESTION | "favorite_security_question" |
| FAVORITE_TOY | "favorite_toy" |
| FIRST_COMPUTER_GAME | "first_computer_game" |
| FAVORITE_MOVIE_QUOTE | "favorite_movie_quote" |
| FIRST_SPORTS_TEAM_MASCOT | "first_sports_team_mascot" |
| FIRST_MUSIC_PURCHASE | "first_music_purchase" |
| FAVORITE_ART_PIECE | "favorite_art_piece" |
| GRANDMOTHER_FAVORITE_DESERT | "grandmother_favorite_desert" |
| FIRST_THING_COOKED | "first_thing_cooked" |
| CHILDHOOD_DREAM_JOB | "childhood_dream_job" |
| FIRST_KISS_LOCATION | "first_kiss_location" |
| PLACE_WHERE_SIGNIFICANT_OTHER_WAS_MET | "place_where_significant_other_was_met" |
| FAVORITE_VACATION_LOCATION | "favorite_vacation_location" |
| NEW_YEARS_TWO_THOUSAND | "new_years_two_thousand" |
| FAVORITE_SPEAKER_ACTOR | "favorite_speaker_actor" |
| FAVORITE_BOOK_MOVIE_CHARACTER | "favorite_book_movie_character" |
| FAVORITE_SPORTS_PLAYER | "favorite_sports_player" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |
## Implemented Interfaces
* Serializable
© 2015 - 2025 Weber Informatics LLC | Privacy Policy