Options
All
  • Public
  • Public/Protected
  • All
Menu

User representation according to the System for Cross-domain Identity Management (SCIM).

Hierarchy

  • DvelopUser

Index

Properties

displayName?: string

Display name assigned by the administrators

emails?: { value?: string }[]

E-Mail addesses

groups?: { display?: string; value?: string }[]

Groups assigned to the user

id?: string

Unique UserId

name?: { familyName?: string; givenName?: string }

Name object containg family name and given name

Type declaration

  • Optional familyName?: string
  • Optional givenName?: string
photos?: { type?: string; value?: string }[]

Photos for the user usually provided by URL in value

userName?: string

Technical username

Generated using TypeDoc