Class: Aws::CognitoIdentityProvider::Types::EventRiskType

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

The risk evaluation by adaptive authentication, as displayed in an AdminListUserAuthEvents response. Contains evaluations of compromised-credentials detection and assessed risk level and action taken by adaptive authentication.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compromised_credentials_detectedBoolean

Indicates whether compromised credentials were detected during an authentication event.

Returns:

  • (Boolean)


5759
5760
5761
5762
5763
5764
5765
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5759

class EventRiskType < Struct.new(
  :risk_decision,
  :risk_level,
  :compromised_credentials_detected)
  SENSITIVE = []
  include Aws::Structure
end

#risk_decisionString

The action taken by adaptive authentication. If NoRisk, your user pool took no action. If AccountTakeover, your user pool applied the adaptive authentication automated response that you configured. If Block, your user pool prevented the attempt.

Returns:

  • (String)


5759
5760
5761
5762
5763
5764
5765
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5759

class EventRiskType < Struct.new(
  :risk_decision,
  :risk_level,
  :compromised_credentials_detected)
  SENSITIVE = []
  include Aws::Structure
end

#risk_levelString

The risk level that adaptive authentication assessed for the authentication event.

Returns:

  • (String)


5759
5760
5761
5762
5763
5764
5765
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5759

class EventRiskType < Struct.new(
  :risk_decision,
  :risk_level,
  :compromised_credentials_detected)
  SENSITIVE = []
  include Aws::Structure
end