Back to Node Auth0

Interface UserAttributeProfile

docs/interfaces/management.Management.UserAttributeProfile.html

5.9.11.1 KB
Original Source

Interface UserAttributeProfile

interface UserAttributeProfile {
id?: string;
name?: string;
user_id?: UserAttributeProfileUserId;
user_attributes?: UserAttributeProfileUserAttributes;
}

Index

Properties

id?name?user_id?user_attributes?

Properties

Optionalid

id?: string

Optionalname

name?: string

Optionaluser_id

user_id?: UserAttributeProfileUserId

Optionaluser_attributes

user_attributes?: UserAttributeProfileUserAttributes

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idnameuser_iduser_attributes