GoogleCloudIdentitytoolkitAdminV2RecaptchaManagedRule class

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.

Properties

action String?
The action taken if the reCAPTCHA score of a request is within the interval [start_score, end_score]. Possible string values are:
getter/setter pair
endScore double?
The end score (inclusive) of the score range for an action.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited