Class: Aws::CognitoIdentityProvider::Types::UserPoolPolicyType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::UserPoolPolicyType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
A list of user pool policies. Contains the policy that sets password-complexity requirements.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#password_policy ⇒ Types::PasswordPolicyType
The password policy settings for a user pool, including complexity, history, and length requirements.
-
#sign_in_policy ⇒ Types::SignInPolicyType
The policy for allowed types of authentication in a user pool.
Instance Attribute Details
#password_policy ⇒ Types::PasswordPolicyType
The password policy settings for a user pool, including complexity, history, and length requirements.
12714 12715 12716 12717 12718 12719 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 12714 class UserPoolPolicyType < Struct.new( :password_policy, :sign_in_policy) SENSITIVE = [] include Aws::Structure end |
#sign_in_policy ⇒ Types::SignInPolicyType
The policy for allowed types of authentication in a user pool.
12714 12715 12716 12717 12718 12719 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 12714 class UserPoolPolicyType < Struct.new( :password_policy, :sign_in_policy) SENSITIVE = [] include Aws::Structure end |