allowOriginRegexes property
Specifies the regular expression patterns that match allowed origins.
For regular expression grammar, please see https://github.com/google/re2/wiki/Syntax.
Implementation
core.List<core.String>? allowOriginRegexes;
Specifies the regular expression patterns that match allowed origins.
For regular expression grammar, please see https://github.com/google/re2/wiki/Syntax.
core.List<core.String>? allowOriginRegexes;