mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
1012 B
1012 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 | KbaAuthResponse | KbaAuthResponse | KbaAuthResponse | pythonsdk |
|
/tools/sdk/python/beta/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.beta.models.kba_auth_response import KbaAuthResponse
kba_auth_response = KbaAuthResponse(
kba_auth_response_items=[{questionId=089899f13a8f4da7824996191587bab9, isVerified=false}],
status='PENDING'
)