Show / Hide Table of Contents

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 Source

MinimumLength

The minimum length of the password policy that you have set.

Declaration
public readonly int? MinimumLength
Field Value
Type Description
System.Nullable<System.Int32>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.