extremecloudiq.model.xiq_credential_distribution_group_update_request.XiqCredentialDistributionGroupUpdateRequest
| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| dict, frozendict.frozendict, | frozendict.frozendict, |
| Key | Input Type | Accessed Type | Description | Notes |
|---|---|---|---|---|
| employee_group_type | XiqEmployeeGroupType | XiqEmployeeGroupType | ||
| enable_email_approval | bool, | BoolClass, | Flag indicating whether email approval is enabled (true) or disabled (false). | |
| name | str, | str, | Name of the credential distribution group. | |
| enable_user_limitation | bool, | BoolClass, | Flag indicating whether user limitation is enabled (true) or disabled (false). | |
| employee_groups | list, tuple, | tuple, | Array of member groups. | [optional] |
| restrict_number | decimal.Decimal, int, | decimal.Decimal, | Number restriction. | [optional] value must be a 32 bit integer |
| user_group_ids | list, tuple, | tuple, | Array of user group IDs. | [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] |
Array of member groups.
| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| list, tuple, | tuple, | Array of member groups. |
| Class Name | Input Type | Accessed Type | Description | Notes |
|---|---|---|---|---|
| XiqEmployeeGroupUpdate | XiqEmployeeGroupUpdate | XiqEmployeeGroupUpdate |
Array of user group IDs.
| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| list, tuple, | tuple, | Array of user group IDs. |
| Class Name | Input Type | Accessed Type | Description | Notes |
|---|---|---|---|---|
| items | decimal.Decimal, int, | decimal.Decimal, | Array of user group IDs. | value must be a 64 bit integer |