mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
916 B
916 B
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-kba-auth-response-item | KbaAuthResponseItem | KbaAuthResponseItem | KbaAuthResponseItem | pythonsdk |
|
/tools/sdk/python/beta/models/kba-auth-response-item |
|
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.beta.models.kba_auth_response_item import KbaAuthResponseItem
kba_auth_response_item = KbaAuthResponseItem(
question_id='089899f13a8f4da7824996191587bab9',
is_verified=True
)