Class UsernameAttribute
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Configuration for the username attribute for users.
[Serializable]
public record UsernameAttribute : IJsonOnDeserialized, IEquatable<UsernameAttribute>
- Inheritance
-
UsernameAttribute
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Identifier
[JsonPropertyName("identifier")]
public ConnectionAttributeIdentifier? Identifier { get; set; }
Property Value
ProfileRequired
Determines if property should be required for users
[JsonPropertyName("profile_required")]
public bool? ProfileRequired { get; set; }
Property Value
- bool?
Signup
[JsonPropertyName("signup")]
public SignupSchema? Signup { get; set; }
Property Value
Validation
[JsonPropertyName("validation")]
public UsernameValidation? Validation { 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.