| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| dict, frozendict.frozendict, | frozendict.frozendict, |
| Key | Input Type | Accessed Type | Description | Notes |
|---|---|---|---|---|
| password_settings | XiqPasswordSettings | XiqPasswordSettings | ||
| ssids | list, tuple, | tuple, | The ssids | |
| update_time | str, datetime, | str, | The last update time in UTC (ISO 8601 format) | value must conform to RFC-3339 date-time |
| create_time | str, datetime, | str, | The create time in UTC (ISO 8601 format) | value must conform to RFC-3339 date-time |
| password_type | XiqPasswordType | XiqPasswordType | ||
| user_count | decimal.Decimal, int, | decimal.Decimal, | The user count | value must be a 32 bit integer |
| name | str, | str, | The user group name | |
| expiration_settings | XiqExpirationSettings | XiqExpirationSettings | ||
| password_db_location | XiqPasswordDbLocation | XiqPasswordDbLocation | ||
| id | decimal.Decimal, int, | decimal.Decimal, | The unique identifier | value must be a 64 bit integer |
| predefined | bool, | BoolClass, | Whether it is predefined | |
| delivery_settings | XiqDeliverySettings | XiqDeliverySettings | ||
| org_id | decimal.Decimal, int, | decimal.Decimal, | The organization identifier, valid when enabling HIQ feature | [optional] value must be a 64 bit integer |
| description | str, | str, | The user group description | [optional] |
| pcg_use_only | bool, | BoolClass, | Whether it's for PCG use only | [optional] |
| pcg_type | XiqPcgType | XiqPcgType | [optional] | |
| ppsk_use_only | bool, | BoolClass, | Whether it's for PPSK use only | [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] |
The ssids
| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| list, tuple, | tuple, | The ssids |
| Class Name | Input Type | Accessed Type | Description | Notes |
|---|---|---|---|---|
| items | str, | str, | The ssids |