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
DefaultFrom
[JsonPropertyName("default_from")]
public string? DefaultFrom { get; set; }
Property Value
DeliveryMethods
[JsonPropertyName("delivery_methods")]
public IEnumerable<TwilioProviderDeliveryMethodEnum> DeliveryMethods { get; set; }
Property Value
Mssid
[JsonPropertyName("mssid")]
public string? Mssid { get; set; }
Property Value
Sid
[JsonPropertyName("sid")]
public required string Sid { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.