Skip to main content

KbaAnswerResponseItem

Properties

NameTypeDescriptionNotes
IdStringQuestion Id[required]
QuestionStringQuestion description[required]
HasAnswerBooleanDenotes whether the KBA question has an answer configured for the current user[required]

Examples

  • Prepare the resource
$KbaAnswerResponseItem = Initialize-PSSailpoint.V2024KbaAnswerResponseItem  -Id c54fee53-2d63-4fc5-9259-3e93b9994135 `
-Question [{"text":"Nouvelle question MFA -1 ?","locale":"fr"},{"text":"MFA new question -1 ?","locale":""}] `
-HasAnswer true
  • Convert the resource to JSON
$KbaAnswerResponseItem | ConvertTo-JSON

[Back to top]