Class ConnectionPasswordOptions
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Password policy options for flexible password policy configuration
[Serializable]
public record ConnectionPasswordOptions : IJsonOnDeserialized, IEquatable<ConnectionPasswordOptions>
- Inheritance
-
ConnectionPasswordOptions
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Complexity
[JsonPropertyName("complexity")]
public ConnectionPasswordOptionsComplexity? Complexity { get; set; }
Property Value
Dictionary
[JsonPropertyName("dictionary")]
public ConnectionPasswordOptionsDictionary? Dictionary { get; set; }
Property Value
History
[JsonPropertyName("history")]
public ConnectionPasswordOptionsHistory? History { get; set; }
Property Value
ProfileData
[JsonPropertyName("profile_data")]
public ConnectionPasswordOptionsProfileData? ProfileData { 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.