Class User

Contains information about a user.

Hierarchy

Implements

Properties

displayName: string

The display name of the user.

groups: string[]

The groups associated with this user.

password: undefined

This is never populated in a result returned by the server.

roles: Role[]

The roles associates with this user.

username: string

The username of the user.

Generated using TypeDoc