Class PasswordPolicy
Password policy, currently set for the given compartment.
Inheritance
System.Object
PasswordPolicy
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class PasswordPolicy : object
Properties
IsLowercaseCharactersRequired
Declaration
public System.Nullable<bool> IsLowercaseCharactersRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | At least one lower case character required. |
IsNumericCharactersRequired
Declaration
public System.Nullable<bool> IsNumericCharactersRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | At least one numeric character required. |
IsSpecialCharactersRequired
Declaration
public System.Nullable<bool> IsSpecialCharactersRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | At least one special character required. |
IsUppercaseCharactersRequired
Declaration
public System.Nullable<bool> IsUppercaseCharactersRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | At least one uppercase character required. |
IsUsernameContainmentAllowed
Declaration
public System.Nullable<bool> IsUsernameContainmentAllowed { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | User name is allowed to be part of the password. |
MinimumPasswordLength
Declaration
public System.Nullable<int> MinimumPasswordLength { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | Minimum password length required. |