Class UsernameValidation
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record UsernameValidation : IJsonOnDeserialized, IEquatable<UsernameValidation>
- Inheritance
-
UsernameValidation
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
AllowedTypes
[JsonPropertyName("allowed_types")]
public UsernameAllowedTypes? AllowedTypes { get; set; }
Property Value
MaxLength
Maximum allowed length
[JsonPropertyName("max_length")]
public double? MaxLength { get; set; }
Property Value
MinLength
Minimum allowed length
[JsonPropertyName("min_length")]
public double? MinLength { 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.