Table of Contents

Class SetGuardianFactorPhoneMessageTypesRequestContent

Namespace
Auth0.ManagementApi.Guardian.Factors
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record SetGuardianFactorPhoneMessageTypesRequestContent : IEquatable<SetGuardianFactorPhoneMessageTypesRequestContent>
Inheritance
SetGuardianFactorPhoneMessageTypesRequestContent
Implements
Inherited Members
Extension Methods

Properties

MessageTypes

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

[JsonPropertyName("message_types")]
public IEnumerable<GuardianFactorPhoneFactorMessageTypeEnum> MessageTypes { get; set; }

Property Value

IEnumerable<GuardianFactorPhoneFactorMessageTypeEnum>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.