Class ConnectionOptionsPasswordHistory
Inheritance
System.Object
ConnectionOptionsPasswordHistory
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Auth0.Outputs
Assembly: Pulumi.Auth0.dll
Syntax
public sealed class ConnectionOptionsPasswordHistory
Fields
View SourceEnable
Boolean. Indicates whether password history is enabled for the connection. When enabled, any existing users in this connection will be unaffected; the system will maintain their password history going forward.
Declaration
public readonly bool? Enable
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Size
Integer, (Maximum=24). Indicates the number of passwords to keep in history.
Declaration
public readonly int? Size
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |