Auth0 Node.js SDK - v5.0.0
Preparing search index...
management
Management
CreatePhoneTemplateRequestContent
Interface CreatePhoneTemplateRequestContent
Example
{}
Copy
interface
CreatePhoneTemplateRequestContent
{
type
?:
Management
.
PhoneTemplateNotificationTypeEnum
;
disabled
?:
boolean
;
content
?:
PhoneTemplateContent
;
}
Index
Properties
type?
disabled?
content?
Properties
Optional
type
type
?:
Management
.
PhoneTemplateNotificationTypeEnum
Optional
disabled
disabled
?:
boolean
Whether the template is enabled (false) or disabled (true).
Optional
content
content
?:
PhoneTemplateContent
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
disabled
content
Auth0 Node.js SDK - v5.0.0
Loading...
Example