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 (11 loc) · 642 Bytes

UserGroup.md

File metadata and controls

16 lines (11 loc) · 642 Bytes

UserGroup

Properties

Name Type Description Notes
pk java.util.UUID [readonly]
numPk kotlin.Int Get a numerical, int32 ID for the group [readonly]
name kotlin.String
parentName kotlin.String [readonly]
isSuperuser kotlin.Boolean Users added to this group will be superusers. [optional]
parent java.util.UUID [optional]
attributes kotlin.collections.Map<kotlin.String, kotlin.Any> [optional]