Given an app client or user pool ID where threat protection is configured, describes the risk configuration
Source:R/cognitoidentityprovider_operations.R
cognitoidentityprovider_describe_risk_configuration.RdGiven 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.
Arguments
- UserPoolId
[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
ClientIdto inspect client-level configuration, orUserPoolIdto inspect pool-level configuration.- ClientId
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
ClientIdto inspect client-level configuration, orUserPoolIdto inspect pool-level configuration.