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

EventRiskType

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

The event risk type.

interface EventRiskType {
CompromisedCredentialsDetected?: boolean | null;
RiskDecision?: RiskDecisionType | null;
RiskLevel?: RiskLevelType | null;
}

§Properties

§
CompromisedCredentialsDetected?: boolean | null
[src]

Indicates whether compromised credentials were detected during an authentication event.

§
RiskDecision?: RiskDecisionType | null
[src]

The risk decision.

§
RiskLevel?: RiskLevelType | null
[src]

The risk level.