You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CognitoIdentityProvider::Types::RiskConfigurationType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::RiskConfigurationType
- Defined in:
- (unknown)
Overview
The risk configuration type.
Returned by:
Instance Attribute Summary collapse
-
#account_takeover_risk_configuration ⇒ Types::AccountTakeoverRiskConfigurationType
The account takeover risk configuration object including the
NotifyConfiguration
object andActions
to take in the case of an account takeover. -
#client_id ⇒ String
The app client ID.
-
#compromised_credentials_risk_configuration ⇒ Types::CompromisedCredentialsRiskConfigurationType
The compromised credentials risk configuration object including the
EventFilter
and theEventAction
. -
#last_modified_date ⇒ Time
The last modified date.
-
#risk_exception_configuration ⇒ Types::RiskExceptionConfigurationType
The configuration to override the risk decision.
-
#user_pool_id ⇒ String
The user pool ID.
Instance Attribute Details
#account_takeover_risk_configuration ⇒ Types::AccountTakeoverRiskConfigurationType
The account takeover risk configuration object including the
NotifyConfiguration
object and Actions
to take in the case of an
account takeover.
#client_id ⇒ String
The app client ID.
#compromised_credentials_risk_configuration ⇒ Types::CompromisedCredentialsRiskConfigurationType
The compromised credentials risk configuration object including the
EventFilter
and the EventAction
#last_modified_date ⇒ Time
The last modified date.
#risk_exception_configuration ⇒ Types::RiskExceptionConfigurationType
The configuration to override the risk decision.
#user_pool_id ⇒ String
The user pool ID.