Class ConnectionPasswordDictionaryOptions
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Options for password dictionary policy
[Serializable]
public record ConnectionPasswordDictionaryOptions : IJsonOnDeserialized, IEquatable<ConnectionPasswordDictionaryOptions>
- Inheritance
-
ConnectionPasswordDictionaryOptions
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Dictionary
Custom Password Dictionary. An array of up to 200 entries.
[JsonPropertyName("dictionary")]
public IEnumerable<string>? Dictionary { get; set; }
Property Value
Enable
[JsonPropertyName("enable")]
public required bool Enable { 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.