OutputUser
May 24, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| _id | String | ||
| _created_by | String | ||
| _created_at | i64 | ||
| _updated_by | Option<String> | [optional] | |
| _updated_at | Option<i64> | [optional] | |
| login | String | ||
| name | String | ||
| Option<String> | [optional] | ||
| has_key | bool | ||
| has_password | bool | ||
| has_mfa | bool | ||
| locked | bool | ||
| profile | String | ||
| organisation | String | ||
| r#type | String | ||
| permissions | Option<Vec | [optional] | |
| avatar | Option<String> | [optional] | |
| organisations | Option<Vecmodels::OutputOrganisationProfile> | [optional] | |
| default_organisation | Option<String> | [optional] | |
| extra_data | std::collections::HashMap<String, serde_json::Value> |