Class ConnectionOptionsPasswordDictionary
- Namespace
- Auth0.ManagementApi.Models.Connections
- Assembly
- Auth0.ManagementApi.dll
Options for password dictionary policy
public class ConnectionOptionsPasswordDictionary
- Inheritance
-
ConnectionOptionsPasswordDictionary
- Inherited Members
Properties
Dictionary
Custom Password Dictionary. An array of up to 200 entries.
[JsonProperty("dictionary")]
public string[] Dictionary { get; set; }
Property Value
- string[]
Enable
[JsonProperty("enable")]
public bool? Enable { get; set; }
Property Value
- bool?