Back to Node Auth0

Interface GetConnectionProfileTemplateResponseContent

docs/interfaces/management.Management.GetConnectionProfileTemplateResponseContent.html

5.9.11004 B
Original Source

Interface GetConnectionProfileTemplateResponseContent

interface GetConnectionProfileTemplateResponseContent {
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