Class UserAndMetadata

Contains information about a user along with some additional meta-data about that user.

Hierarchy

Properties

displayName: string

The display name of the user.

domain: string

The domain this user is part of.

effectiveRoles: RoleAndOrigin[]

The effective roles that are associated with this user.

externalGroups: string[]

The external groups that this user is associated with.

groups: string[]

The groups associated with this user.

password: undefined

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

passwordChanged: Date

The last time the users password was changed.

roles: Role[]

The roles associates with this user.

username: string

The username of the user.

Accessors

Generated using TypeDoc