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