Class

UserAndMetadata

UserAndMetadata()

UserAndMetadata represents a server-side user object with its metadata information included.

Constructor

# new UserAndMetadata()

View Source usermanager.js, line 266

Members

string

# domain

The domain this user is within.

View Source usermanager.js, line 275

Array.<Role>

# effectiveRoles

The effective roles of this user.

View Source usermanager.js, line 282

Array.<RoleAndOrigin>

# effectiveRolesAndOrigins

The effective roles with their origins for this user.

View Source usermanager.js, line 289

Array.<string>

# externalGroups

Groups assigned to this user from outside the system.

View Source usermanager.js, line 303

number

# passwordChanged

Indicates the last time the users password was changed.

View Source usermanager.js, line 296