Returns true when value is a CIDR range in canonical form: address/prefix where the
address parses strictly (RFC dotted-quad IPv4 / RFC 4291 IPv6, no leading-zero octets, hex
octets, partial addresses, or zone IDs), the prefix is a plain decimal integer in range, and
no host bits are set (e.g. 10.0.0.0/8 is valid, 10.0.0.1/8 is not).
Validates a request before it is sent to the server. Unknown condition kinds are skipped -
the server is the source of truth for validating condition kinds this SDK version doesn’t
model.