Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/KbaAuthResponseItem.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05:00

961 B

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

KbaAuthResponseItem

Properties

Name Type Description Notes
QuestionId Pointer to String The KBA question id [optional]
IsVerified Pointer to Boolean Return true if verified [optional]

Examples

  • Prepare the resource
$KbaAuthResponseItem = Initialize-PSSailpoint.BetaKbaAuthResponseItem  -QuestionId 089899f13a8f4da7824996191587bab9 `
 -IsVerified true
  • Convert the resource to JSON
$KbaAuthResponseItem | ConvertTo-JSON

[Back to top]