The PasswordPolicy data type contains information about the account password policy.
This data type is used as a response element in the action GetAccountPasswordPolicy.

C# |
public class PasswordPolicy

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | PasswordPolicy()()()() | Initializes a new instance of the PasswordPolicy class |
![]() | AllowUsersToChangePassword |
Gets and sets the property AllowUsersToChangePassword.
Specifies whether to allow IAM users to change their own password. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | MinimumPasswordLength |
Gets and sets the property MinimumPasswordLength.
Minimum length to require for IAM user passwords. |
![]() | RequireLowercaseCharacters |
Gets and sets the property RequireLowercaseCharacters.
Specifies whether to require lowercase characters for IAM user passwords. |
![]() | RequireNumbers |
Gets and sets the property RequireNumbers.
Specifies whether to require numbers for IAM user passwords. |
![]() | RequireSymbols |
Gets and sets the property RequireSymbols.
Specifies whether to require symbols for IAM user passwords. |
![]() | RequireUppercaseCharacters |
Gets and sets the property RequireUppercaseCharacters.
Specifies whether to require uppercase characters for IAM user passwords. |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithAllowUsersToChangePassword(Boolean) | Obsolete.
Sets the AllowUsersToChangePassword property
|
![]() | WithMinimumPasswordLength(Int32) | Obsolete.
Sets the MinimumPasswordLength property
|
![]() | WithRequireLowercaseCharacters(Boolean) | Obsolete.
Sets the RequireLowercaseCharacters property
|
![]() | WithRequireNumbers(Boolean) | Obsolete.
Sets the RequireNumbers property
|
![]() | WithRequireSymbols(Boolean) | Obsolete.
Sets the RequireSymbols property
|
![]() | WithRequireUppercaseCharacters(Boolean) | Obsolete.
Sets the RequireUppercaseCharacters property
|

Object | |
![]() | PasswordPolicy |