Class PasswordPolicyPasswordSettingsComplexity
Represents a resource in the Okta API.
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: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public sealed class PasswordPolicyPasswordSettingsComplexity : Resource, IPasswordPolicyPasswordSettingsComplexity, IResource
Properties
Dictionary
Declaration
public IPasswordDictionary Dictionary { get; set; }
Property Value
Type | Description |
---|---|
IPasswordDictionary |
ExcludeAttributes
Declaration
public IList<string> ExcludeAttributes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |
ExcludeUsername
Declaration
public bool? ExcludeUsername { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
MinLength
Declaration
public int? MinLength { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
MinLowerCase
Declaration
public int? MinLowerCase { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
MinNumber
Declaration
public int? MinNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
MinSymbol
Declaration
public int? MinSymbol { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
MinUpperCase
Declaration
public int? MinUpperCase { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |