Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IUser

Description of IUser interface

Hierarchy

Index

Properties

Optional applications

applications: IIdentified[]

Keeps a list of all user applications

Optional customProperties

customProperties: any

Keeps a list of custom properties

Optional devicePermission

devicePermission: any

List of device permissions

Optional email

email: string

User email address.

Optional enabled

enabled: boolean

User activation status (true/false)

Optional firstName

firstName: string

User first name.

Optional id

id: string

UUniquely identifies a user

Optional lastName

lastName: string

User last name.

Optional lastPasswordChange

lastPasswordChange: string

Optional password

password: string

User password. Min: 6, max: 32 characters. Only Latin1 chars allowed

Optional passwordStrength

passwordStrength: string

The password strength

Optional roles

List of role references

Optional self

self: string

Link to this Resource

Optional shouldResetPassword

shouldResetPassword: boolean

True if user should reset password

Optional twoFactorAuthenticationEnabled

twoFactorAuthenticationEnabled: boolean

userName

userName: string

User name, unique for a given domain. Max: 1000 characters. Whitespaces, slashes, +$: characters not allowed

Generated using TypeDoc