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
[JsonPropertyName("email")]
public EmailAttribute? Email { get; set; }
Property Value
PhoneNumber
[JsonPropertyName("phone_number")]
public PhoneAttribute? PhoneNumber { get; set; }
Property Value
Username
[JsonPropertyName("username")]
public UsernameAttribute? Username { 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.