Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IUser

Specifies information about a user.

Hierarchy

  • IUser

Implemented by

Index

Properties

Optional displayName

displayName: string

The display name of the user.

Optional groups

groups: string[]

The groups associated with this user.

Optional password

password: string

The password for this user.

Optional roles

roles: (string | Role)[]

The roles associates with this user.

username

username: string

The username of the user.

Generated using TypeDoc