Skip to main content

KnowledgeBasedAuthenticator

KBA information stored for a user.

Properties

NameTypeDescriptionNotes
MaximumNumberOfQuestionsint?The maximum number of questions a user can answer for KBA. If zero, then KBA is disabled. This value is not used when adding or updating a KBA. If provided, it will be ignored.[optional]
MaximumResponseSizeint?The maximum number of characters in an answer. This value is not used when adding or updating a KBA. If provided, it will be ignored.[optional]
MinimumNumberOfQuestionsint?The minimum number of questions a user must answer to perform KBA. Defaults to the maximum Q&A challenge size setting. This value is not used when adding or updating a KBA. If provided, it will be ignored.[optional]
UserQuestionsList<UserQuestion>The list of question/answer pairs stored for a user. This is the only attribute required when adding or updating a KBA.