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

Latest commit

 

History

History
18 lines (13 loc) · 869 Bytes

PatchedUserRequest.md

File metadata and controls

18 lines (13 loc) · 869 Bytes

PatchedUserRequest

Properties

Name Type Description Notes
username kotlin.String [optional]
name kotlin.String User's display name. [optional]
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]
email kotlin.String [optional]
attributes kotlin.collections.Map<kotlin.String, kotlin.Any> [optional]
path kotlin.String [optional]
type UserTypeEnum [optional]