| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| dict, frozendict.frozendict, | frozendict.frozendict, |
| Key | Input Type | Accessed Type | Description | Notes |
|---|---|---|---|---|
| password_settings | XiqPasswordSettings | XiqPasswordSettings | ||
| password_type | XiqPasswordType | XiqPasswordType | ||
| name | str, | str, | The user group name | |
| expiration_settings | XiqExpirationSettings | XiqExpirationSettings | ||
| password_db_location | XiqPasswordDbLocation | XiqPasswordDbLocation | ||
| delivery_settings | XiqDeliverySettings | XiqDeliverySettings | ||
| description | str, | str, | The user group description | [optional] |
| ppsk_use_only | bool, | BoolClass, | Whether it's for PPSK use only | [optional] |
| enable_max_clients_per_ppsk | bool, | BoolClass, | The enablement for the maximum number of clients per private PSK | [optional] |
| max_clients_per_ppsk | decimal.Decimal, int, | decimal.Decimal, | The maximum number of clients per private PSK | [optional] value must be a 32 bit integer |
| pcg_use_only | bool, | BoolClass, | Whether it's for PCG use only | [optional] |
| pcg_type | XiqPcgType | XiqPcgType | [optional] | |
| enable_cwp_reg | bool, | BoolClass, | Whether to enable CWP registration setting | [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] |