Name | Type | Description | Notes |
---|---|---|---|
pk | kotlin.Int | [readonly] | |
username | kotlin.String | ||
name | kotlin.String | User's display name. | |
isSuperuser | kotlin.Boolean | [readonly] | |
groupsObj | kotlin.collections.List<UserGroup> | [readonly] | |
avatar | kotlin.String | User's avatar, either a http/https URL or a data URI | [readonly] |
uid | kotlin.String | [readonly] | |
uuid | java.util.UUID | [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] | |
groups | kotlin.collections.List<java.util.UUID> | [optional] | |
kotlin.String | [optional] | ||
attributes | kotlin.collections.Map<kotlin.String, kotlin.Any> | [optional] | |
path | kotlin.String | [optional] | |
type | UserTypeEnum | [optional] |
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.