versionedExpr property

String? versionedExpr
getter/setter pair

Preconfigured versioned expression.

If this field is specified, config must also be specified. Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding src_ip_range field in config. Possible string values are:

  • "SRC_IPS_V1" : Matches the source IP address of a request to the IP ranges supplied in config.

Implementation

core.String? versionedExpr;