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

Latest commit

 

History

History
17 lines (12 loc) · 785 Bytes

GroupMember.md

File metadata and controls

17 lines (12 loc) · 785 Bytes

GroupMember

Properties

Name Type Description Notes
pk kotlin.Int [readonly]
username kotlin.String Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
name kotlin.String User's display name.
uid kotlin.String [readonly]
isActive kotlin.Boolean Designates whether this user should be treated as active. Unselect this instead of deleting accounts. [optional]
lastLogin java.time.OffsetDateTime [optional]
email kotlin.String [optional]
attributes kotlin.collections.Map<kotlin.String, kotlin.Any> [optional]