Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UserAndMetadata

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

Hierarchy

  • User
    • UserAndMetadata

Index

Properties

displayName

displayName: string

The display name of the user.

domain

domain: string

The domain this user is part of.

effectiveRoles

effectiveRoles: RoleAndOrigin[]

The effective roles that are associated with this user.

externalGroups

externalGroups: string[]

The external groups that this user is associated with.

groups

groups: string[]

The groups associated with this user.

password

password: undefined

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

passwordChanged

passwordChanged: Date

The last time the users password was changed.

roles

roles: Role[]

The roles associates with this user.

username

username: string

The username of the user.

Accessors

effectiveRolesAndOrigins

Generated using TypeDoc