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

RiskConfigurationType

import type { RiskConfigurationType } from "https://aws-api.deno.dev/v0.4/services/cognitoidentityserviceprovider.ts?docs=full";

The risk configuration type.

interface RiskConfigurationType {
AccountTakeoverRiskConfiguration?: AccountTakeoverRiskConfigurationType | null;
ClientId?: string | null;
CompromisedCredentialsRiskConfiguration?: CompromisedCredentialsRiskConfigurationType | null;
LastModifiedDate?: Date | number | null;
RiskExceptionConfiguration?: RiskExceptionConfigurationType | null;
UserPoolId?: string | null;
}

§Properties

§
AccountTakeoverRiskConfiguration?: AccountTakeoverRiskConfigurationType | null
[src]

The account takeover risk configuration object, including the NotifyConfiguration object and Actions to take if there is an account takeover.

§
ClientId?: string | null
[src]

The app client ID.

§
CompromisedCredentialsRiskConfiguration?: CompromisedCredentialsRiskConfigurationType | null
[src]

The compromised credentials risk configuration object, including the EventFilter and the EventAction.

§
LastModifiedDate?: Date | number | null
[src]

The last modified date.

§
RiskExceptionConfiguration?: RiskExceptionConfigurationType | null
[src]

The configuration to override the risk decision.

§
UserPoolId?: string | null
[src]

The user pool ID.