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

    Interface ResetPhoneTemplateResponseContent

    interface ResetPhoneTemplateResponseContent {
        id: string;
        channel?: string;
        customizable?: boolean;
        tenant?: string;
        content: PhoneTemplateContent;
        type: Management.PhoneTemplateNotificationTypeEnum;
        disabled: boolean;
    }
    Index

    Properties

    id: string
    channel?: string
    customizable?: boolean
    tenant?: string
    disabled: boolean

    Whether the template is enabled (false) or disabled (true).