Back to Node Auth0

Interface ResetPhoneTemplateResponseContent

docs/interfaces/management.Management.ResetPhoneTemplateResponseContent.html

5.9.11.6 KB
Original Source

Interface ResetPhoneTemplateResponseContent

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

Index

Properties

idchannel?customizable?tenant?contenttypedisabled

Properties

id

id: string

Optionalchannel

channel?: string

Optionalcustomizable

customizable?: boolean

Optionaltenant

tenant?: string

content

content: PhoneTemplateContent

type

type: Management.PhoneTemplateNotificationTypeEnum

disabled

disabled: boolean

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

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idchannelcustomizabletenantcontenttypedisabled