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

    Interface GetUserAttributeProfileTemplateResponseContent

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

    Properties

    id?: string

    The id of the template.

    display_name?: string

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