Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 775 Bytes

Group.md

File metadata and controls

20 lines (16 loc) · 775 Bytes

Group

Properties

Name Type Description Notes
pk UUID [readonly]
numPk Int [readonly]
name String
isSuperuser Bool Users added to this group will be superusers. [optional]
parent UUID [optional]
parentName String [readonly]
users [Int] [optional]
usersObj [GroupMember] [readonly]
attributes [String: AnyCodable] [optional]
roles [UUID] [optional]
rolesObj [Role] [readonly]

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