KbaAuthResponseItem
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| question_id | str | The KBA question id | [optional] |
| is_verified | bool | Return true if verified | [optional] |
| } |
Example
from sailpoint.v3.models.kba_auth_response_item import KbaAuthResponseItem
kba_auth_response_item = KbaAuthResponseItem(
question_id='089899f13a8f4da7824996191587bab9',
is_verified=True
)