API version:
Show / Hide Table of Contents

Interface IPasswordPolicyPasswordSettingsComplexity

Represents a PasswordPolicyPasswordSettingsComplexity resource in the Okta API.

Inherited Members
IResource.Item[String]
IResource.GetArrayProperty<T>(String)
IResource.GetData()
IResource.SetProperty(String, Object)
IResource.GetProperty<T>(String)
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public interface IPasswordPolicyPasswordSettingsComplexity : IResource

Properties

Dictionary

Declaration
IPasswordDictionary Dictionary { get; set; }
Property Value
Type Description
IPasswordDictionary

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>
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.