Table of Contents

Class UpdateBrandingPhoneDisplay

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Phone number display settings.

[Serializable]
public record UpdateBrandingPhoneDisplay : IJsonOnDeserialized, IEquatable<UpdateBrandingPhoneDisplay>
Inheritance
UpdateBrandingPhoneDisplay
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Formatting

[JsonPropertyName("formatting")]
public required UpdateBrandingPhoneFormattingEnum Formatting { get; set; }

Property Value

UpdateBrandingPhoneFormattingEnum

Masking

[JsonPropertyName("masking")]
public required UpdateBrandingPhoneMaskingEnum Masking { get; set; }

Property Value

UpdateBrandingPhoneMaskingEnum

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.