Table of Contents

Class ConnectionAttributes

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Attribute configuration

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

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Email

[JsonPropertyName("email")]
public EmailAttribute? Email { get; set; }

Property Value

EmailAttribute

PhoneNumber

[JsonPropertyName("phone_number")]
public PhoneAttribute? PhoneNumber { get; set; }

Property Value

PhoneAttribute

Username

[JsonPropertyName("username")]
public UsernameAttribute? Username { get; set; }

Property Value

UsernameAttribute

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.