IpOverrideData(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Information about the IP or IP range override.
Attributes |
|
---|---|
Name | Description |
ip |
str
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:1234::/48 |
override_type |
google.cloud.recaptchaenterprise_v1.types.IpOverrideData.OverrideType
Required. Describes the type of IP override. |
Classes
OverrideType
OverrideType(value)
Enum that represents the type of IP override.