AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Container for the parameters to the UpdateAccountPasswordPolicy operation. Updates the password policy settings for the AWS account.

This action does not support partial updates. No parameters are required, but if you do not specify a parameter, that parameter's value reverts to its default value. See the Request Parameters section for each parameter's default value.

For more information about using a password policy, see Managing an IAM Password Policy in the IAM User Guide.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.IdentityManagement.AmazonIdentityManagementServiceRequest
      Amazon.IdentityManagement.Model.UpdateAccountPasswordPolicyRequest

Namespace: Amazon.IdentityManagement.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class UpdateAccountPasswordPolicyRequest : AmazonIdentityManagementServiceRequest
         IRequestEvents

The UpdateAccountPasswordPolicyRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AllowUsersToChangePassword System.Boolean Gets and sets the property AllowUsersToChangePassword.

Allows all IAM users in your account to use the AWS Management Console to change their own passwords. For more information, see Letting IAM Users Change Their Own Passwords in the IAM User Guide.

Default value: false

Public Property HardExpiry System.Boolean Gets and sets the property HardExpiry.

Prevents IAM users from setting a new password after their password has expired.

Default value: false

Public Property MaxPasswordAge System.Int32 Gets and sets the property MaxPasswordAge.

The number of days that an IAM user password is valid. The default value of 0 means IAM user passwords never expire.

Default value: 0

Public Property MinimumPasswordLength System.Int32 Gets and sets the property MinimumPasswordLength.

The minimum number of characters allowed in an IAM user password.

Default value: 6

Public Property PasswordReusePrevention System.Int32 Gets and sets the property PasswordReusePrevention.

Specifies the number of previous passwords that IAM users are prevented from reusing. The default value of 0 means IAM users are not prevented from reusing previous passwords.

Default value: 0

Public Property RequireLowercaseCharacters System.Boolean Gets and sets the property RequireLowercaseCharacters.

Specifies whether IAM user passwords must contain at least one lowercase character from the ISO basic Latin alphabet (a to z).

Default value: false

Public Property RequireNumbers System.Boolean Gets and sets the property RequireNumbers.

Specifies whether IAM user passwords must contain at least one numeric character (0 to 9).

Default value: false

Public Property RequireSymbols System.Boolean Gets and sets the property RequireSymbols.

Specifies whether IAM user passwords must contain at least one of the following non-alphanumeric characters:

! @ # $ % ^ & * ( ) _ + - = [ ] { } | '

Default value: false

Public Property RequireUppercaseCharacters System.Boolean Gets and sets the property RequireUppercaseCharacters.

Specifies whether IAM user passwords must contain at least one uppercase character from the ISO basic Latin alphabet (A to Z).

Default value: false

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1