Auth0 Node.js SDK - v5.2.0
    Preparing search index...

    Interface GetConnectionProfileTemplateResponseContent

    interface GetConnectionProfileTemplateResponseContent {
        id?: string;
        display_name?: string;
        template?: ConnectionProfileTemplate;
    }
    Index

    Properties

    id?: string

    The id of the template.

    display_name?: string

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