Table of Contents

Class BrandingPhoneNotificationTemplate

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll
public class BrandingPhoneNotificationTemplate
Inheritance
BrandingPhoneNotificationTemplate
Inherited Members

Properties

Channel

[JsonProperty("channel")]
public string Channel { get; set; }

Property Value

string

Content

[JsonProperty("content")]
public Content Content { get; set; }

Property Value

Content

Customizable

[JsonProperty("customizable")]
public bool? Customizable { get; set; }

Property Value

bool?

Disabled

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

[JsonProperty("disabled")]
public bool Disabled { get; set; }

Property Value

bool

Id

[JsonProperty("id")]
public string Id { get; set; }

Property Value

string

Tenant

[JsonProperty("tenant")]
public string Tenant { get; set; }

Property Value

string

Type

[JsonProperty("type")]
[JsonConverter(typeof(StringEnumConverter))]
public BrandingPhoneNotificationTemplateType Type { get; set; }

Property Value

BrandingPhoneNotificationTemplateType