Skip to main content

AdminUser

Upgather SDK


Upgather SDK / AdminUser

Interface: AdminUser

Defined in: lib/types/generated/strapiContentTypes.d.ts:306

Extends

  • CollectionTypeSchema

Properties

attributes

attributes: object

Defined in: lib/types/generated/strapiContentTypes.d.ts:326

Houses a comprehensive collection of attributes for this Schema.

Each attribute has a unique string key and corresponding value should be any Attribute type instance.

blocked

blocked: object & Private & DefaultTo<false>

createdAt

createdAt: object

createdBy

createdBy: object & Private

email

email: object & Required & Private & Unique & object

Type declaration
minLength

minLength: 6

firstname

firstname: object & object

Type declaration
minLength

minLength: 1

isActive

isActive: object & Private & DefaultTo<false>

lastname

lastname: object & object

Type declaration
minLength

minLength: 1

locale

locale: object & Private

localizations

localizations: object & Private

password

password: object & Private & object

Type declaration
minLength

minLength: 6

preferedLanguage

preferedLanguage: object

publishedAt

publishedAt: object

registrationToken

registrationToken: object & Private

resetPasswordToken

resetPasswordToken: object & Private

roles

roles: object & Private

updatedAt

updatedAt: object

updatedBy

updatedBy: object & Private

username

username: object

Overrides

Struct.CollectionTypeSchema.attributes


collectionName

collectionName: "admin_users"

Defined in: lib/types/generated/strapiContentTypes.d.ts:307

Optional property. Specifies the custom table name for the Schema if any.

Overrides

Struct.CollectionTypeSchema.collectionName


info

info: object

Defined in: lib/types/generated/strapiContentTypes.d.ts:308

Brings together attributes related to naming and display characteristics like singular name and plural name of the content type. These names are typically used in user interfaces where these entries are displayed.

description

description: ""

displayName

displayName: "User"

name

name: "User"

pluralName

pluralName: "users"

singularName

singularName: "user"

Overrides

Struct.CollectionTypeSchema.info


options

options: object

Defined in: lib/types/generated/strapiContentTypes.d.ts:315

Encapsulates all core options related to Strapi features for a given Schema.

draftAndPublish

draftAndPublish: false

Overrides

Struct.CollectionTypeSchema.options


pluginOptions

pluginOptions: object

Defined in: lib/types/generated/strapiContentTypes.d.ts:318

Contains options specific to plugins. It is an optional property and stores configurations that are read by the plugins associated with this Schema.

content-manager

content-manager: object

content-manager.visible

visible: false

content-type-builder

content-type-builder: object

content-type-builder.visible

visible: false

Overrides

Struct.CollectionTypeSchema.pluginOptions