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

Latest commit

 

History

History
16 lines (12 loc) · 654 Bytes

UserGroup.md

File metadata and controls

16 lines (12 loc) · 654 Bytes

UserGroup

Properties

Name Type Description Notes
pk UUID [readonly]
numPk Int Get a numerical, int32 ID for the group [readonly]
name String
isSuperuser Bool Users added to this group will be superusers. [optional]
parent UUID [optional]
parentName String [readonly]
attributes [String: AnyCodable] [optional]

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