mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
1.1 KiB
1.1 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| verification-response | VerificationResponse | VerificationResponse | VerificationResponse | pythonsdk |
|
/tools/sdk/python/v3/models/verification-response |
|
VerificationResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| request_id | str | The verificationPollRequest request ID | [optional] |
| status | Enum [ 'PENDING', 'SUCCESS', 'FAILED', 'LOCKOUT', 'NOT_ENOUGH_DATA' ] | MFA Authentication status | [optional] |
| error | str | Error messages from MFA verification request | [optional] |
| } |
Example
from sailpoint.v3.models.verification_response import VerificationResponse
verification_response = VerificationResponse(
request_id='089899f13a8f4da7824996191587bab9',
status='SUCCESS',
error='Unable to connect DUO Service during verification'
)