Name | Type | Description | Notes |
---|---|---|---|
pk | i32 | [readonly] | |
username | String | ||
name | String | User's display name. | |
is_active | Option<bool> | Designates whether this user should be treated as active. Unselect this instead of deleting accounts. | [optional] |
last_login | Option<String> | [optional] | |
is_superuser | bool | [readonly] | |
groups | Option<Vecuuid::Uuid> | [optional] | |
groups_obj | Option<Vecmodels::UserGroup> | [readonly] | |
Option<String> | [optional] | ||
avatar | String | User's avatar, either a http/https URL or a data URI | [readonly] |
attributes | Option<std::collections::HashMap<String, serde_json::Value>> | [optional] | |
uid | String | [readonly] | |
path | Option<String> | [optional] | |
r#type | Option<models::UserTypeEnum> | [optional] | |
uuid | uuid::Uuid | [readonly] |