application-services-model/src/user.ts
User
Properties |
|
constructor(data?: literal type)
|
||||||
|
Parameters :
|
| Optional avatar |
Type : string
|
| Optional deleted |
Type : boolean
|
| Optional email |
Type : string
|
| Optional enabled |
Type : boolean
|
| Optional firstName |
Type : string
|
| Optional fullName |
Type : string
|
| Optional id |
Type : number
|
| Optional initials |
Type : string
|
| Optional isSSO |
Type : boolean
|
| Optional lastName |
Type : string
|
| Optional licenseType |
Type : string
|
| Optional loggedOn |
Type : number
|
| Optional native |
Type : boolean
|
| Optional online |
Type : boolean
|
| Optional phoneNumber |
Type : string
|
| Optional role |
Type : Role
|
| Optional user |
Type : boolean
|
| Optional userName |
Type : string
|