AWS SDK Version 4 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Inheritance Hierarchy

System.Object
  Amazon.CognitoIdentityProvider.Model.EventRiskType

Namespace: Amazon.CognitoIdentityProvider.Model
Assembly: AWSSDK.CognitoIdentityProvider.dll
Version: 3.x.y.z

Syntax

C#
public class EventRiskType

The EventRiskType type exposes the following members

Constructors

NameDescription
Public Method EventRiskType()

Properties

NameTypeDescription
Public Property CompromisedCredentialsDetected System.Nullable<System.Boolean>

Gets and sets the property CompromisedCredentialsDetected.

Indicates whether compromised credentials were detected during an authentication event.

Public Property RiskDecision Amazon.CognitoIdentityProvider.RiskDecisionType

Gets and sets the property RiskDecision.

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.

Public Property RiskLevel Amazon.CognitoIdentityProvider.RiskLevelType

Gets and sets the property RiskLevel.

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

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer