Class: Aws::CognitoIdentityProvider::Types::CompromisedCredentialsRiskConfigurationType

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#actionsTypes::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_filterArray<String>

Settings for the sign-in activity where you want to configure compromised-credentials actions. Defaults to all events.

Returns:

  • (Array<String>)


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