Google Cloud Recaptcha Enterprise V1 Client - Class OverrideType (2.3.0)

Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class OverrideType.

Enum that represents the type of IP override.

Ensure that applications can handle values not explicitly listed.

Protobuf type google.cloud.recaptchaenterprise.v1.IpOverrideData.OverrideType

Namespace

Google \ Cloud \ RecaptchaEnterprise \ V1 \ IpOverrideData

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

OVERRIDE_TYPE_UNSPECIFIED

Value: 0

Default override type that indicates this enum hasn't been specified.

Generated from protobuf enum OVERRIDE_TYPE_UNSPECIFIED = 0;

ALLOW

Value: 1

Allowlist the IP address; i.e. give a risk_analysis.score of 0.9 for all valid assessments.

Generated from protobuf enum ALLOW = 1;