Table of Contents

Class GuardianPhoneMessageTypes

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

Properties

MessageTypes

The list of phone factors to enable on the tenant. Can include sms and voice.

[JsonProperty("message_types")]
public IList<string> MessageTypes { get; set; }

Property Value

IList<string>