Given an app client or user pool ID where threat protection is configured, describes the risk configuration. This operation returns details about adaptive authentication, compromised credentials, and IP-address allow- and denylists. For more information about threat protection, see Threat protection.
See https://www.paws-r-sdk.com/docs/cognitoidentityprovider_describe_risk_configuration/ for full documentation.
cognitoidentityprovider_describe_risk_configuration(
UserPoolId,
ClientId = NULL
)
[required] The ID of the user pool with the risk configuration that you want to
inspect. You can apply default risk configuration at the user pool level
and further customize it from user pool defaults at the app-client
level. Specify ClientId
to inspect client-level configuration, or
UserPoolId
to inspect pool-level configuration.
The ID of the app client with the risk configuration that you want to
inspect. You can apply default risk configuration at the user pool level
and further customize it from user pool defaults at the app-client
level. Specify ClientId
to inspect client-level configuration, or
UserPoolId
to inspect pool-level configuration.