View source: R/cognitoidentityprovider_operations.R
cognitoidentityprovider_describe_risk_configuration | R Documentation |
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
)
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 |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.