Google Cloud Identitytoolkit Admin V2Recaptcha Managed Rule Response
data class GoogleCloudIdentitytoolkitAdminV2RecaptchaManagedRuleResponse(val action: String, val endScore: Double)
The config for a reCAPTCHA managed rule. Models a single interval start_score, end_score. The start_score is implicit. It is either the closest smaller end_score (if one is available) or 0. Intervals in aggregate span 0, 1 without overlapping.
Constructors
Types
Properties
Link copied to clipboard
The end score (inclusive) of the score range for an action. Must be a value between 0.0 and 1.0, at 11 discrete values; e.g. 0, 0.1, 0.2, 0.3, ... 0.9, 1.0. A score of 0.0 indicates the riskiest request (likely a bot), whereas 1.0 indicates the safest request (likely a human). See https://cloud.google.com/recaptcha-enterprise/docs/interpret-assessment.