Class UserPoolPasswordPolicy
Inheritance
System.Object
UserPoolPasswordPolicy
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Cognito.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class UserPoolPasswordPolicy
Fields
View SourceMinimumLength
The minimum length of the password policy that you have set.
Declaration
public readonly int? MinimumLength
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
RequireLowercase
Whether you have required users to use at least one lowercase letter in their password.
Declaration
public readonly bool? RequireLowercase
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
RequireNumbers
Whether you have required users to use at least one number in their password.
Declaration
public readonly bool? RequireNumbers
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
RequireSymbols
Whether you have required users to use at least one symbol in their password.
Declaration
public readonly bool? RequireSymbols
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
RequireUppercase
Whether you have required users to use at least one uppercase letter in their password.
Declaration
public readonly bool? RequireUppercase
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
TemporaryPasswordValidityDays
In the password policy you have set, refers to the number of days a temporary password is valid. If the user does not sign-in during this time, their password will need to be reset by an administrator.
Declaration
public readonly int? TemporaryPasswordValidityDays
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |