allowOriginRegexes property

List<String>? allowOriginRegexes
getter/setter pair

Specifies a regular expression that matches allowed origins.

For more information about the regular expression syntax, see Syntax. An origin is allowed if it matches either an item in allowOrigins or an item in allowOriginRegexes. Regular expressions can only be used when the loadBalancingScheme is set to INTERNAL_SELF_MANAGED.

Implementation

core.List<core.String>? allowOriginRegexes;