Skip to main content

VerificationResponse

Properties

NameTypeDescriptionNotes
RequestIdStringThe verificationPollRequest request ID[optional]
StatusEnum [ "PENDING", "SUCCESS", "FAILED", "LOCKOUT", "NOT_ENOUGH_DATA" ]MFA Authentication status[optional]
VarErrorStringError messages from MFA verification request[optional]

Examples

  • Prepare the resource
$VerificationResponse = Initialize-PSSailpoint.BetaVerificationResponse  -RequestId 089899f13a8f4da7824996191587bab9 `
-Status SUCCESS `
-VarError Unable to connect DUO Service during verification
  • Convert the resource to JSON
$VerificationResponse | ConvertTo-JSON

[Back to top]