Back to Node Auth0

Interface CreatePhoneTemplateRequestContent

docs/interfaces/management.Management.CreatePhoneTemplateRequestContent.html

5.9.11.2 KB
Original Source

Interface CreatePhoneTemplateRequestContent

Example

{}Copy

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

Index

Properties

type?disabled?content?

Properties

Optionaltype

type?: Management.PhoneTemplateNotificationTypeEnum

Optionaldisabled

disabled?: boolean

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

Optionalcontent

content?: PhoneTemplateContent

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties typedisabledcontent