Class ConnectionOptionsPasswordDictionary
Inheritance
System.Object
ConnectionOptionsPasswordDictionary
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 ConnectionOptionsPasswordDictionary
Fields
View SourceDictionaries
Set(String), (Maximum=2000 characters). Customized contents of the password dictionary. By default, the password dictionary contains a list of the 10,000 most common passwords; your customized content is used in addition to the default password dictionary. Matching is not case-sensitive.
Declaration
public readonly ImmutableArray<string> Dictionaries
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Enable
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> |