Table of Contents

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

ReadOnlyAdditionalProperties

List

Array of ISO 3166-1 alpha-2 country codes.

[JsonPropertyName("list")]
public IEnumerable<string>? List { get; set; }

Property Value

IEnumerable<string>

Mode

[JsonPropertyName("mode")]
public TenantSettingsCountryCodesModeResponse? Mode { get; set; }

Property Value

TenantSettingsCountryCodesModeResponse?

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.