test with just powershell beta docs

This commit is contained in:
darrell-thobe-sp
2025-01-23 20:18:21 -05:00
parent 42436403b2
commit f36c734ca4
1824 changed files with 1 additions and 130758 deletions

View File

@@ -1,37 +0,0 @@
---
id: kba-auth-response-item
title: KbaAuthResponseItem
pagination_label: KbaAuthResponseItem
sidebar_label: KbaAuthResponseItem
sidebar_class_name: powershellsdk
keywords: ['powershell', 'PowerShell', 'sdk', 'KbaAuthResponseItem']
slug: /tools/sdk/powershell/v3/models/kba-auth-response-item
tags: ['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
```powershell
$KbaAuthResponseItem = Initialize-PSSailpoint.V3KbaAuthResponseItem -QuestionId 089899f13a8f4da7824996191587bab9 `
-IsVerified true
```
- Convert the resource to JSON
```powershell
$KbaAuthResponseItem | ConvertTo-JSON
```
[[Back to top]](#)