Skip to content

IdentityProviderAttributeMapping

Properties

address?

readonly optional address: ProviderAttributeType

The user’s postal address is a required attribute.

Default

- not mapped

Defined in

@meltmedia/totem/lib/services/user-manager/types.d.ts:208


birthdate?

readonly optional birthdate: ProviderAttributeType

The user’s birthday.

Default

- not mapped

Defined in

@meltmedia/totem/lib/services/user-manager/types.d.ts:213


custom?

readonly optional custom: object

Specify custom attribute mapping here and mapping for any standard attributes not supported yet.

Index Signature

[key: string]: ProviderAttributeType

Default

- no custom attribute mapping

Defined in

@meltmedia/totem/lib/services/user-manager/types.d.ts:293


email?

readonly optional email: ProviderAttributeType

The user’s e-mail address.

Default

- not mapped

Defined in

@meltmedia/totem/lib/services/user-manager/types.d.ts:218


familyName?

readonly optional familyName: ProviderAttributeType

The surname or last name of user.

Default

- not mapped

Defined in

@meltmedia/totem/lib/services/user-manager/types.d.ts:223


fullname?

readonly optional fullname: ProviderAttributeType

The user’s full name in displayable form.

Default

- not mapped

Defined in

@meltmedia/totem/lib/services/user-manager/types.d.ts:248


gender?

readonly optional gender: ProviderAttributeType

The user’s gender.

Default

- not mapped

Defined in

@meltmedia/totem/lib/services/user-manager/types.d.ts:228


givenName?

readonly optional givenName: ProviderAttributeType

The user’s first name or give name.

Default

- not mapped

Defined in

@meltmedia/totem/lib/services/user-manager/types.d.ts:233


lastUpdateTime?

readonly optional lastUpdateTime: ProviderAttributeType

Time, the user’s information was last updated.

Default

- not mapped

Defined in

@meltmedia/totem/lib/services/user-manager/types.d.ts:283


locale?

readonly optional locale: ProviderAttributeType

The user’s locale.

Default

- not mapped

Defined in

@meltmedia/totem/lib/services/user-manager/types.d.ts:238


middleName?

readonly optional middleName: ProviderAttributeType

The user’s middle name.

Default

- not mapped

Defined in

@meltmedia/totem/lib/services/user-manager/types.d.ts:243


nickname?

readonly optional nickname: ProviderAttributeType

The user’s nickname or casual name.

Default

- not mapped

Defined in

@meltmedia/totem/lib/services/user-manager/types.d.ts:253


phoneNumber?

readonly optional phoneNumber: ProviderAttributeType

The user’s telephone number.

Default

- not mapped

Defined in

@meltmedia/totem/lib/services/user-manager/types.d.ts:258


preferredUsername?

readonly optional preferredUsername: ProviderAttributeType

The user’s preferred username.

Default

- not mapped

Defined in

@meltmedia/totem/lib/services/user-manager/types.d.ts:268


profilePage?

readonly optional profilePage: ProviderAttributeType

The URL to the user’s profile page.

Default

- not mapped

Defined in

@meltmedia/totem/lib/services/user-manager/types.d.ts:273


profilePicture?

readonly optional profilePicture: ProviderAttributeType

The URL to the user’s profile picture.

Default

- not mapped

Defined in

@meltmedia/totem/lib/services/user-manager/types.d.ts:263


timezone?

readonly optional timezone: ProviderAttributeType

The user’s time zone.

Default

- not mapped

Defined in

@meltmedia/totem/lib/services/user-manager/types.d.ts:278


website?

readonly optional website: ProviderAttributeType

The URL to the user’s web page or blog.

Default

- not mapped

Defined in

@meltmedia/totem/lib/services/user-manager/types.d.ts:288