Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1021 Bytes

Group.md

File metadata and controls

21 lines (16 loc) · 1021 Bytes

Group

Properties

Name Type Description Notes
pk uuid::Uuid [readonly]
num_pk i32 [readonly]
name String
is_superuser Option<bool> Users added to this group will be superusers. [optional]
parent Option<uuid::Uuid> [optional]
parent_name Option<String> [readonly]
users Option<Vec> [optional]
users_obj Option<Vecmodels::GroupMember> [readonly]
attributes Option<std::collections::HashMap<String, serde_json::Value>> [optional]
roles Option<Vecuuid::Uuid> [optional]
roles_obj Vecmodels::Role [readonly]

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