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 \ IpOverrideDataMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
OVERRIDE_TYPE_UNSPECIFIED
Value: 0Default override type that indicates this enum hasn't been specified.
Generated from protobuf enum OVERRIDE_TYPE_UNSPECIFIED = 0;
ALLOW
Value: 1Allowlist the IP address; i.e. give a risk_analysis.score of 0.9 for
all valid assessments.
Generated from protobuf enum ALLOW = 1;