allowOriginRegexes property
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 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;