Table of Contents

Class PhoneAttribute

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Configuration for the phone number attribute for users.

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Identifier

[JsonPropertyName("identifier")]
public ConnectionAttributeIdentifier? Identifier { get; set; }

Property Value

ConnectionAttributeIdentifier

ProfileRequired

Determines if property should be required for users

[JsonPropertyName("profile_required")]
public bool? ProfileRequired { get; set; }

Property Value

bool?

Signup

[JsonPropertyName("signup")]
public SignupVerified? Signup { get; set; }

Property Value

SignupVerified

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.