Google Cloud reCAPTCHA Enterprise v1 API - Class IpOverrideData (2.15.0)

public sealed class IpOverrideData : IMessage<IpOverrideData>, IEquatable<IpOverrideData>, IDeepCloneable<IpOverrideData>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class IpOverrideData.

Information about the IP or IP range override.

Inheritance

object > IpOverrideData

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

IpOverrideData()

public IpOverrideData()

IpOverrideData(IpOverrideData)

public IpOverrideData(IpOverrideData other)
Parameter
Name Description
other IpOverrideData

Properties

Ip

public string Ip { get; set; }

Required. The IP address to override (can be IPv4, IPv6 or CIDR). The IP override must be a valid IPv4 or IPv6 address, or a CIDR range. The IP override must be a public IP address. Example of IPv4: 168.192.5.6 Example of IPv6: 2001:0000:130F:0000:0000:09C0:876A:130B Example of IPv4 with CIDR: 168.192.5.0/24 Example of IPv6 with CIDR: 2001:0DB8🔢:/48

Property Value
Type Description
string

OverrideType

public IpOverrideData.Types.OverrideType OverrideType { get; set; }

Required. Describes the type of IP override.

Property Value
Type Description
IpOverrideDataTypesOverrideType