mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.2 KiB
1.2 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 | powershellsdk |
|
/tools/sdk/powershell/v3/models/verification-response |
|
VerificationResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| RequestId | String | The verificationPollRequest request ID | [optional] |
| Status | Enum [ "PENDING", "SUCCESS", "FAILED", "LOCKOUT", "NOT_ENOUGH_DATA" ] | MFA Authentication status | [optional] |
| VarError | String | Error messages from MFA verification request | [optional] |
Examples
- Prepare the resource
$VerificationResponse = Initialize-VerificationResponse -RequestId 089899f13a8f4da7824996191587bab9 `
-Status SUCCESS `
-VarError Unable to connect DUO Service during verification
- Convert the resource to JSON
$VerificationResponse | ConvertTo-JSON