Information about the IP or IP range override.
JSON representation |
---|
{
"ip"
:
string
,
"overrideType"
:
enum (
|
Fields | |
---|---|
ip
|
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 |
overrideType
|
Required. Describes the type of IP override. |
OverrideType
Enum that represents the type of IP override.
Enums | |
---|---|
OVERRIDE_TYPE_UNSPECIFIED
|
Default override type that indicates this enum hasn't been specified. |
ALLOW
|
Allowlist the IP address; i.e. give a riskAnalysis.score
of 0.9 for all valid assessments. |