IPWorks SSH 2020 Python Edition

Questions / Feedback?

keyboard_interactive_prompt_count Property

The number of records in the KeyboardInteractivePrompt arrays.

Syntax

def get_keyboard_interactive_prompt_count() -> int: ...
def set_keyboard_interactive_prompt_count(value: int) -> None: ...

keyboard_interactive_prompt_count = property(get_keyboard_interactive_prompt_count, set_keyboard_interactive_prompt_count)

Default Value

0

Remarks

This property controls the size of the following arrays:

The array indices start at 0 and end at keyboard_interactive_prompt_count - 1.

Copyright (c) 2023 /n software inc. - All rights reserved.
IPWorks SSH 2020 Python Edition - Version 20.0 [Build 8501]