Back to Node Auth0

Interface GetUserAttributeProfileTemplateResponseContent

docs/interfaces/management.Management.GetUserAttributeProfileTemplateResponseContent.html

5.9.11.0 KB
Original Source

Interface GetUserAttributeProfileTemplateResponseContent

interface GetUserAttributeProfileTemplateResponseContent {
id?: string;
display_name?: string;
template?: UserAttributeProfileTemplate;
}

Index

Properties

id?display_name?template?

Properties

Optionalid

id?: string

The id of the template.

Optionaldisplay_name

display_name?: string

The user-friendly name of the template displayed in the UI.

Optionaltemplate

template?: UserAttributeProfileTemplate

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties iddisplay_nametemplate