AWS SDK for .NET Documentation
UpdateAccountPasswordPolicyRequest Class
AmazonAmazon.IdentityManagement.ModelUpdateAccountPasswordPolicyRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the UpdateAccountPasswordPolicy operation. Updates the password policy settings for the account. For more information about using a password policy, go to Managing an IAM Password Policy.
Declaration Syntax
C#
public class UpdateAccountPasswordPolicyRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
UpdateAccountPasswordPolicyRequest()()()()
Initializes a new instance of the UpdateAccountPasswordPolicyRequest class

AllowUsersToChangePassword
Gets and sets the property AllowUsersToChangePassword.

Equals(Object)
Determines whether the specified Object is equal to the current 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.

RequireLowercaseCharacters
Gets and sets the property RequireLowercaseCharacters.

RequireNumbers
Gets and sets the property RequireNumbers.

RequireSymbols
Gets and sets the property RequireSymbols.

RequireUppercaseCharacters
Gets and sets the property RequireUppercaseCharacters.

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

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 UpdateAccountPasswordPolicyRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)