Per-action challenge settings.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.WebKeySettings.ActionSettings
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public getScoreThreshold() Required. A challenge is triggered if the end-user score is below that threshold. Value must be between 0 and 1 (inclusive). Generated from protobuf field float score_threshold = 1 [(.google.api.field_behavior) = REQUIRED];
|
| public setScoreThreshold( $var) Required. A challenge is triggered if the end-user score is below that threshold. Value must be between 0 and 1 (inclusive). Generated from protobuf field float score_threshold = 1 [(.google.api.field_behavior) = REQUIRED];
|
| Properties |
| protected $score_threshold = 0 Required. A challenge is triggered if the end-user score is below that threshold. Value must be between 0 and 1 (inclusive). Generated from protobuf field float score_threshold = 1 [(.google.api.field_behavior) = REQUIRED]; |
| Methods |