The settings for the valid time period after First Login option or null for the other option
| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| dict, frozendict.frozendict, | frozendict.frozendict, | The settings for the valid time period after First Login option or null for the other option |
| Key | Input Type | Accessed Type | Description | Notes |
|---|---|---|---|---|
| valid_time_period | decimal.Decimal, int, | decimal.Decimal, | The valid time period after the first login | value must be a 32 bit integer |
| valid_time_period_unit | XiqDateTimeUnitType | XiqDateTimeUnitType | ||
| first_login_within_unit | XiqDateTimeUnitType | XiqDateTimeUnitType | ||
| first_login_within | decimal.Decimal, int, | decimal.Decimal, | The first time the access key must be used | value must be a 32 bit integer |
| 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] |