Class ConnectionPasswordHistoryOptions
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Options for password history policy
[Serializable]
public record ConnectionPasswordHistoryOptions : IJsonOnDeserialized, IEquatable<ConnectionPasswordHistoryOptions>
- Inheritance
-
ConnectionPasswordHistoryOptions
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Enable
[JsonPropertyName("enable")]
public required bool Enable { get; set; }
Property Value
Size
[JsonPropertyName("size")]
public int? Size { get; set; }
Property Value
- int?
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.