Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/KbaAuthResponse.md
2025-02-28 14:46:13 +00:00

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

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-PSSailpoint.V3KbaAuthResponse  -KbaAuthResponseItems [{questionId=089899f13a8f4da7824996191587bab9, isVerified=false}] `
 -Status PENDING
  • Convert the resource to JSON
$KbaAuthResponse | ConvertTo-JSON

[Back to top]