allowOriginRegexes property

List<String>? allowOriginRegexes
getter/setter pair

Specifies a regular expression that matches allowed origins.

For more information, see regular expression syntax.

An origin is allowed if it matches either an item inallowOrigins or an item inallowOriginRegexes.

Regular expressions can only be used when the loadBalancingScheme is set to INTERNAL_SELF_MANAGED.

Implementation

core.List<core.String>? allowOriginRegexes;