Class: Aws::CognitoIdentityProvider::Types::CompromisedCredentialsRiskConfigurationType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::CompromisedCredentialsRiskConfigurationType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Settings for compromised-credentials actions and authentication-event sources with threat protection in full-function ‘ENFORCED` mode.
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.
3080 3081 3082 3083 3084 3085 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 3080 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.
3080 3081 3082 3083 3084 3085 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 3080 class CompromisedCredentialsRiskConfigurationType < Struct.new( :event_filter, :actions) SENSITIVE = [] include Aws::Structure end |