Class: Aws::CognitoIdentityProvider::Types::CompromisedCredentialsRiskConfigurationType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::CompromisedCredentialsRiskConfigurationType
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Settings for compromised-credentials actions and authentication-event
sources with advanced security features in full-function ENFORCED
mode.
This data type is a request parameter of SetRiskConfiguration and a response parameter of DescribeRiskConfiguration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#actions ⇒ Types::CompromisedCredentialsActionsType
Settings for the actions that you want your user pool to take when Amazon Cognito detects compromised credentials.
-
#event_filter ⇒ Array<String>
Settings for the sign-in activity where you want to configure compromised-credentials actions.
Instance Attribute Details
#actions ⇒ Types::CompromisedCredentialsActionsType
Settings for the actions that you want your user pool to take when Amazon Cognito detects compromised credentials.
3110 3111 3112 3113 3114 3115 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 3110 class CompromisedCredentialsRiskConfigurationType < Struct.new( :event_filter, :actions) SENSITIVE = [] include Aws::Structure end |
#event_filter ⇒ Array<String>
Settings for the sign-in activity where you want to configure compromised-credentials actions. Defaults to all events.
3110 3111 3112 3113 3114 3115 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 3110 class CompromisedCredentialsRiskConfigurationType < Struct.new( :event_filter, :actions) SENSITIVE = [] include Aws::Structure end |