Auth0 Node.js SDK - v5.0.0
Preparing search index...
management
Management
CreatePhoneTemplateResponseContent
Interface CreatePhoneTemplateResponseContent
interface
CreatePhoneTemplateResponseContent
{
id
:
string
;
channel
?:
string
;
customizable
?:
boolean
;
tenant
?:
string
;
content
:
PhoneTemplateContent
;
type
:
Management
.
PhoneTemplateNotificationTypeEnum
;
disabled
:
boolean
;
}
Index
Properties
id
channel?
customizable?
tenant?
content
type
disabled
Properties
id
id
:
string
Optional
channel
channel
?:
string
Optional
customizable
customizable
?:
boolean
Optional
tenant
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
Theme
OS
Light
Dark
On This Page
Properties
id
channel
customizable
tenant
content
type
disabled
Auth0 Node.js SDK - v5.0.0
Loading...
Whether the template is enabled (false) or disabled (true).