mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
965 B
965 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 |
|
/tools/sdk/powershell/v3/models/kba-auth-response-item |
|
KbaAuthResponseItem
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| QuestionId | String | The KBA question id | [optional] |
| IsVerified | Boolean | Return true if verified | [optional] |
Examples
- Prepare the resource
$KbaAuthResponseItem = Initialize-KbaAuthResponseItem -QuestionId 089899f13a8f4da7824996191587bab9 `
-IsVerified true
- Convert the resource to JSON
$KbaAuthResponseItem | ConvertTo-JSON