Class: Aws::CognitoIdentityProvider::Types::AccountTakeoverRiskConfigurationType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::AccountTakeoverRiskConfigurationType
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
The settings for automated responses and notification templates for adaptive authentication with advanced security features.
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::AccountTakeoverActionsType
A list of account-takeover actions for each level of risk that Amazon Cognito might assess with advanced security features.
-
#notify_configuration ⇒ Types::NotifyConfigurationType
The settings for composing and sending an email message when advanced security features assesses a risk level with adaptive authentication.
Instance Attribute Details
#actions ⇒ Types::AccountTakeoverActionsType
A list of account-takeover actions for each level of risk that Amazon Cognito might assess with advanced security features.
153 154 155 156 157 158 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 153 class AccountTakeoverRiskConfigurationType < Struct.new( :notify_configuration, :actions) SENSITIVE = [] include Aws::Structure end |
#notify_configuration ⇒ Types::NotifyConfigurationType
The settings for composing and sending an email message when
advanced security features assesses a risk level with adaptive
authentication. When you choose to notify users in
AccountTakeoverRiskConfiguration
, Amazon Cognito sends an email
message using the method and template that you set with this data
type.
153 154 155 156 157 158 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 153 class AccountTakeoverRiskConfigurationType < Struct.new( :notify_configuration, :actions) SENSITIVE = [] include Aws::Structure end |