Class: Aws::CognitoIdentityProvider::Types::CompromisedCredentialsActionsType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::CompromisedCredentialsActionsType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Settings for user pool actions when Amazon Cognito detects compromised credentials with advanced security features in full-function ‘ENFORCED` mode.
This data type is a request parameter of [SetRiskConfiguration] and a response parameter of [DescribeRiskConfiguration].
[1]: docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_SetRiskConfiguration.html [2]: docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_DescribeRiskConfiguration.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_action ⇒ String
The action that Amazon Cognito takes when it detects compromised credentials.
Instance Attribute Details
#event_action ⇒ String
The action that Amazon Cognito takes when it detects compromised credentials.
3080 3081 3082 3083 3084 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 3080 class CompromisedCredentialsActionsType < Struct.new( :event_action) SENSITIVE = [] include Aws::Structure end |