Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.85 KB

XiqSetSsidModePskRequest.md

File metadata and controls

23 lines (18 loc) · 1.85 KB

extremecloudiq.model.xiq_set_ssid_mode_psk_request.XiqSetSsidModePskRequest

The request for setting the SSID to be PSK mode.

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict, The request for setting the SSID to be PSK mode.

Dictionary Keys

Key Input Type Accessed Type Description Notes
key_management XiqSsidPskKeyManagement XiqSsidPskKeyManagement
encryption_method XiqSsidPskEncryptionMethod XiqSsidPskEncryptionMethod
key_type XiqSsidKeyType XiqSsidKeyType
key_value str, str, The PSK key value, minimum 8 characters long
anti_logging_threshold decimal.Decimal, int, decimal.Decimal, The anti logging threshold [optional] value must be a 32 bit integer
sae_group XiqSsidSaeGroup XiqSsidSaeGroup [optional]
transition_mode bool, BoolClass, Indicates the transition mode if key management is WPA3 [optional]
any_string_name dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]