Table of Contents

Class ConnectionPasswordOptionsHistory

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Password history policy configuration to prevent password reuse

[Serializable]
public record ConnectionPasswordOptionsHistory : IJsonOnDeserialized, IEquatable<ConnectionPasswordOptionsHistory>
Inheritance
ConnectionPasswordOptionsHistory
Implements
Inherited Members
Extension Methods

Properties

Active

Enables password history checking to prevent users from reusing recent passwords

[JsonPropertyName("active")]
public bool? Active { get; set; }

Property Value

bool?

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Size

Number of previous passwords to remember and prevent reuse (1-24)

[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.