PluginUsersPermissionsUser
Upgather SDK / PluginUsersPermissionsUser
Interface: PluginUsersPermissionsUser
Defined in: lib/types/generated/strapiContentTypes.d.ts:2307
Extends
CollectionTypeSchema
Properties
attributes
attributes:
object
Defined in: lib/types/generated/strapiContentTypes.d.ts:2321
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&DefaultTo<false>
confirmationToken
confirmationToken:
object&Private
confirmed
confirmed:
object&DefaultTo<false>
createdAt
createdAt:
object
createdBy
createdBy:
object&Private
email
email:
object&Required&object
Type declaration
minLength
minLength:
6
locale
locale:
object&Private
localizations
localizations:
object&Private
password
password:
object&Private&object
Type declaration
minLength
minLength:
6
provider
provider:
object
publishedAt
publishedAt:
object
resetPasswordToken
resetPasswordToken:
object&Private
role
role:
object
updatedAt
updatedAt:
object
updatedBy
updatedBy:
object&Private
username
username:
object&Required&Unique&object
Type declaration
minLength
minLength:
3
Overrides
Struct.CollectionTypeSchema.attributes
collectionName
collectionName:
"up_users"
Defined in: lib/types/generated/strapiContentTypes.d.ts:2309
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:2310
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:2317
Encapsulates all core options related to Strapi features for a given Schema.
draftAndPublish
draftAndPublish:
false
timestamps
timestamps:
true
Overrides
Struct.CollectionTypeSchema.options