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

Latest commit

 

History

History
21 lines (16 loc) · 1.13 KB

UserWriteStage.md

File metadata and controls

21 lines (16 loc) · 1.13 KB

UserWriteStage

Properties

Name Type Description Notes
pk java.util.UUID [readonly]
name kotlin.String
component kotlin.String Get object type so that we know how to edit the object [readonly]
verboseName kotlin.String Return object's verbose_name [readonly]
verboseNamePlural kotlin.String Return object's plural verbose_name [readonly]
metaModelName kotlin.String Return internal model name [readonly]
flowSet kotlin.collections.List<FlowSet> [optional]
userCreationMode UserCreationModeEnum [optional]
createUsersAsInactive kotlin.Boolean When set, newly created users are inactive and cannot login. [optional]
createUsersGroup java.util.UUID Optionally add newly created users to this group. [optional]
userType UserTypeEnum [optional]
userPathTemplate kotlin.String [optional]