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

    Interface CreatePhoneTemplateRequestContent

    {}
    
    interface CreatePhoneTemplateRequestContent {
        type?: Management.PhoneTemplateNotificationTypeEnum;
        disabled?: boolean;
        content?: PhoneTemplateContent;
    }
    Index

    Properties

    disabled?: boolean

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