Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 985 Bytes

PatchedUserRequest.md

File metadata and controls

19 lines (14 loc) · 985 Bytes

PatchedUserRequest

Properties

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]
email Option<String> [optional]
attributes Option<std::collections::HashMap<String, serde_json::Value>> [optional]
path Option<String> [optional]
r#type Option<models::UserTypeEnum> [optional]

[Back to Model list] [Back to API list] [Back to README]