| Name | Type | Description | Notes |
|---|---|---|---|
| username | Option<String> | [optional] | |
| name | Option<String> | User's display name. | [optional] |
| 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] | |
| groups | Option<Vecuuid::Uuid> | [optional] | |
| Option<String> | [optional] | ||
| attributes | Option<std::collections::HashMap<String, serde_json::Value>> | [optional] | |
| path | Option<String> | [optional] | |
| r#type | Option<models::UserTypeEnum> | [optional] |