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-question |
KbaQuestion |
KbaQuestion |
KbaQuestion |
pythonsdk |
| python |
| Python |
| sdk |
| KbaQuestion |
| KbaQuestion |
|
/tools/sdk/python/v3/models/kba-question |
| SDK |
| Software Development Kit |
| KbaQuestion |
| KbaQuestion |
|
KbaQuestion
KBA Configuration
Properties
| Name |
Type |
Description |
Notes |
| id |
str |
KBA Question Id |
[required] |
| text |
str |
KBA Question description |
[required] |
| has_answer |
bool |
Denotes whether the KBA question has an answer configured for any user in the tenant |
[required] |
| num_answers |
int |
Denotes the number of KBA configurations for this question |
[required] |
| } |
|
|
|
Example
[Back to top]