Table of Contents

Class TwilioProviderConfiguration

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

DefaultFrom

[JsonPropertyName("default_from")]
public string? DefaultFrom { get; set; }

Property Value

string

DeliveryMethods

[JsonPropertyName("delivery_methods")]
public IEnumerable<TwilioProviderDeliveryMethodEnum> DeliveryMethods { get; set; }

Property Value

IEnumerable<TwilioProviderDeliveryMethodEnum>

Mssid

[JsonPropertyName("mssid")]
public string? Mssid { get; set; }

Property Value

string

Sid

[JsonPropertyName("sid")]
public required string Sid { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.