Back to Node Auth0

Interface ConnectionProfileTemplateItem

docs/interfaces/management.Management.ConnectionProfileTemplateItem.html

5.9.1962 B
Original Source

Interface ConnectionProfileTemplateItem

interface ConnectionProfileTemplateItem {
id?: string;
display_name?: string;
template?: ConnectionProfileTemplate;
}

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?: ConnectionProfileTemplate

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties iddisplay_nametemplate