Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SetRiskConfigurationRequest

import type { SetRiskConfigurationRequest } from "https://aws-api.deno.dev/v0.3/services/cognitoidentityserviceprovider.ts?docs=full";
interface SetRiskConfigurationRequest {
AccountTakeoverRiskConfiguration?: AccountTakeoverRiskConfigurationType | null;
ClientId?: string | null;
CompromisedCredentialsRiskConfiguration?: CompromisedCredentialsRiskConfigurationType | null;
RiskExceptionConfiguration?: RiskExceptionConfigurationType | null;
UserPoolId: string;
}

§Properties

§
AccountTakeoverRiskConfiguration?: AccountTakeoverRiskConfigurationType | null
[src]

The account takeover risk configuration.

§
ClientId?: string | null
[src]

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.

§
CompromisedCredentialsRiskConfiguration?: CompromisedCredentialsRiskConfigurationType | null
[src]

The compromised credentials risk configuration.

§
RiskExceptionConfiguration?: RiskExceptionConfigurationType | null
[src]

The configuration to override the risk decision.

§
UserPoolId: string
[src]

The user pool ID.