mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.1 KiB
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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| kba-auth-response | KbaAuthResponse | KbaAuthResponse | KbaAuthResponse | powershellsdk |
|
/tools/sdk/powershell/v3/models/kba-auth-response |
|
KbaAuthResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| KbaAuthResponseItems | Pointer to []KbaAuthResponseItem | [optional] | |
| Status | Pointer to 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