Copied!

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

CloneableInstantiable
Constants
public Google\Cloud\RecaptchaEnterprise\V1\IpOverrideData\OverrideType::ALLOW = 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;

public Google\Cloud\RecaptchaEnterprise\V1\IpOverrideData\OverrideType::OVERRIDE_TYPE_UNSPECIFIED = 0
 

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

Generated from protobuf enum OVERRIDE_TYPE_UNSPECIFIED = 0;

Methods
public static name( $value)
public static value( $name)
Properties
private static $valueToName = ['OVERRIDE_TYPE_UNSPECIFIED', 'ALLOW']
Properties
private static $valueToName = ['OVERRIDE_TYPE_UNSPECIFIED', 'ALLOW']
Methods
public static name( $value)
public static value( $name)
© 2026 Bruce Wells
Search Namespaces \ Classes
Configuration