cognitoidentityprovider_describe_risk_configuration {paws.security.identity} | R Documentation |
Given an app client or user pool ID where threat protection is configured, describes the risk configuration
Description
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.
Usage
cognitoidentityprovider_describe_risk_configuration(
UserPoolId,
ClientId = NULL
)
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 |
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 |