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

    Interface UpdatePhoneTemplateRequestContent

    {}
    
    interface UpdatePhoneTemplateRequestContent {
        content?: PartialPhoneTemplateContent;
        disabled?: boolean;
    }
    Index

    Properties

    Properties

    disabled?: boolean

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