RiskConfigurationType class
The risk configuration type.
Constructors
- RiskConfigurationType({AccountTakeoverRiskConfigurationType? accountTakeoverRiskConfiguration, String? clientId, CompromisedCredentialsRiskConfigurationType? compromisedCredentialsRiskConfiguration, DateTime? lastModifiedDate, RiskExceptionConfigurationType? riskExceptionConfiguration, String? userPoolId})
-
RiskConfigurationType.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accountTakeoverRiskConfiguration → AccountTakeoverRiskConfigurationType?
-
The account takeover risk configuration object including the
NotifyConfiguration
object andActions
to take in the case of an account takeover.final - clientId → String?
-
The app client ID.
final
- compromisedCredentialsRiskConfiguration → CompromisedCredentialsRiskConfigurationType?
-
The compromised credentials risk configuration object including the
EventFilter
and theEventAction
final - hashCode → int
-
The hash code for this object.
no setterinherited
- lastModifiedDate → DateTime?
-
The last modified date.
final
- riskExceptionConfiguration → RiskExceptionConfigurationType?
-
The configuration to override the risk decision.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userPoolId → String?
-
The user pool ID.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited