Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/KbaAuthResponse.md
2025-05-07 14:37:48 +00:00

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
beta-kba-auth-response KbaAuthResponse KbaAuthResponse KbaAuthResponse powershellsdk
powershell
PowerShell
sdk
KbaAuthResponse
BetaKbaAuthResponse
/tools/sdk/powershell/beta/models/kba-auth-response
SDK
Software Development Kit
KbaAuthResponse
BetaKbaAuthResponse

KbaAuthResponse

Properties

Name Type Description Notes
KbaAuthResponseItems []KbaAuthResponseItem [optional]
Status Enum [ "PENDING", "SUCCESS", "FAILED", "LOCKOUT", "NOT_ENOUGH_DATA" ] MFA Authentication status [optional]

Examples

  • Prepare the resource
$KbaAuthResponse = Initialize-BetaKbaAuthResponse  -KbaAuthResponseItems [{questionId=089899f13a8f4da7824996191587bab9, isVerified=false}] `
 -Status PENDING
  • Convert the resource to JSON
$KbaAuthResponse | ConvertTo-JSON

[Back to top]