Class ConnectionOptionsPasswordHistory
- Namespace
- Auth0.ManagementApi.Models.Connections
- Assembly
- Auth0.ManagementApi.dll
Options for password history policy
public class ConnectionOptionsPasswordHistory
- Inheritance
-
ConnectionOptionsPasswordHistory
- Inherited Members
Properties
Enable
[JsonProperty("enable")]
public bool? Enable { get; set; }
Property Value
- bool?
Size
[JsonProperty("size")]
public int Size { get; set; }