Skip to main content

Kbaanswerresponseitem

Properties

NameTypeDescriptionNotes
idstrQuestion Id[required]
questionstrQuestion description[required]
has_answerboolDenotes whether the KBA question has an answer configured for the current user[required]
}

Example

from sailpoint.mfa_configuration.models.kbaanswerresponseitem import Kbaanswerresponseitem

kbaanswerresponseitem = Kbaanswerresponseitem(
id='c54fee53-2d63-4fc5-9259-3e93b9994135',
question='[{"text":"Nouvelle question MFA -1 ?","locale":"fr"},{"text":"MFA new question -1 ?","locale":""}]',
has_answer=True
)

[Back to top]