Name | Type | Description | Notes |
---|---|---|---|
pk | UUID | [readonly] | |
name | String | ||
component | String | Get object type so that we know how to edit the object | [readonly] |
verboseName | String | Return object's verbose_name | [readonly] |
verboseNamePlural | String | Return object's plural verbose_name | [readonly] |
metaModelName | String | Return internal model name | [readonly] |
flowSet | [FlowSet] | [optional] | |
userCreationMode | UserCreationModeEnum | [optional] | |
createUsersAsInactive | Bool | When set, newly created users are inactive and cannot login. | [optional] |
createUsersGroup | UUID | Optionally add newly created users to this group. | [optional] |
userType | UserTypeEnum | [optional] | |
userPathTemplate | String | [optional] |
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.