Table of Contents

Class GetGuardianFactorPhoneMessageTypesResponseContent

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record GetGuardianFactorPhoneMessageTypesResponseContent : IJsonOnDeserialized, IEquatable<GetGuardianFactorPhoneMessageTypesResponseContent>
Inheritance
GetGuardianFactorPhoneMessageTypesResponseContent
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

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.