mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
995 B
995 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| kba-auth-response | KbaAuthResponse | KbaAuthResponse | KbaAuthResponse | pythonsdk |
|
/tools/sdk/python/v3/models/kba-auth-response |
|
KbaAuthResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| kba_auth_response_items | []KbaAuthResponseItem | [optional] | |
| status | Enum [ 'PENDING', 'SUCCESS', 'FAILED', 'LOCKOUT', 'NOT_ENOUGH_DATA' ] | MFA Authentication status | [optional] |
| } |
Example
from sailpoint.v3.models.kba_auth_response import KbaAuthResponse
kba_auth_response = KbaAuthResponse(
kba_auth_response_items=[{questionId=089899f13a8f4da7824996191587bab9, isVerified=false}],
status='PENDING'
)