SetRiskConfigurationRequest
public struct SetRiskConfigurationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The account takeover risk configuration.
Declaration
Swift
public let accountTakeoverRiskConfiguration: AccountTakeoverRiskConfigurationType?
-
The app client ID. If ClientId is null, then the risk configuration is mapped to userPoolId. When the client ID is null, the same risk configuration is applied to all the clients in the userPool. Otherwise, ClientId is mapped to the client. When the client ID is not null, the user pool configuration is overridden and the risk configuration for the client is used instead.
Declaration
Swift
public let clientId: String?
-
The compromised credentials risk configuration.
Declaration
Swift
public let compromisedCredentialsRiskConfiguration: CompromisedCredentialsRiskConfigurationType?
-
The configuration to override the risk decision.
Declaration
Swift
public let riskExceptionConfiguration: RiskExceptionConfigurationType?
-
The user pool ID.
Declaration
Swift
public let userPoolId: String
-
init(accountTakeoverRiskConfiguration:clientId:compromisedCredentialsRiskConfiguration:riskExceptionConfiguration:userPoolId:)
Undocumented
Declaration
Swift
public init(accountTakeoverRiskConfiguration: AccountTakeoverRiskConfigurationType? = nil, clientId: String? = nil, compromisedCredentialsRiskConfiguration: CompromisedCredentialsRiskConfigurationType? = nil, riskExceptionConfiguration: RiskExceptionConfigurationType? = nil, userPoolId: String)
-
Declaration
Swift
public func validate(name: String) throws