Class TenantSettingsCountryCodesResponse
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Phone country code configuration for identifier input.
[Serializable]
public record TenantSettingsCountryCodesResponse : IJsonOnDeserialized, IEquatable<TenantSettingsCountryCodesResponse>
- Inheritance
-
TenantSettingsCountryCodesResponse
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
List
Array of ISO 3166-1 alpha-2 country codes.
[JsonPropertyName("list")]
public IEnumerable<string>? List { get; set; }
Property Value
Mode
[JsonPropertyName("mode")]
public TenantSettingsCountryCodesModeResponse? Mode { 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.