Class: abstract UserPostgresEntity
User Entity
Extends
Implements
Constructors
new UserPostgresEntity()
new UserPostgresEntity():
UserPostgresEntity
Returns
Inherited from
CommonPostgresEntity.constructor
Properties
| Property | Type | Default value | Description | Inherited from |
|---|---|---|---|---|
active | boolean | undefined | Active | - |
dateCreated | Date | undefined | Date created. | UserEntityInterface.dateCreated CommonPostgresEntity.dateCreated |
dateDeleted | AuditDateDeleted | undefined | Date deleted. | UserEntityInterface.dateDeleted CommonPostgresEntity.dateDeleted |
dateUpdated | Date | undefined | Date updated. | UserEntityInterface.dateUpdated CommonPostgresEntity.dateUpdated |
email | string | undefined | - | |
id | string | undefined | - | UserEntityInterface.id CommonPostgresEntity.id |
passwordHash | null | string | null | Password hash | - |
passwordSalt | null | string | null | Password salt | - |
userPasswordHistory? | UserPasswordHistoryEntityInterface | undefined | - | - |
username | string | undefined | Username | - |
version | number | undefined | Version | UserEntityInterface.version CommonPostgresEntity.version |