Region Url Map Path Matcher Path Rule Route Action Cors Policy
data class RegionUrlMapPathMatcherPathRuleRouteActionCorsPolicy(val allowCredentials: Boolean? = null, val allowHeaders: List<String>? = null, val allowMethods: List<String>? = null, val allowOriginRegexes: List<String>? = null, val allowOrigins: List<String>? = null, val disabled: Boolean, val exposeHeaders: List<String>? = null, val maxAge: Int? = null)
Constructors
Link copied to clipboard
fun RegionUrlMapPathMatcherPathRuleRouteActionCorsPolicy(allowCredentials: Boolean? = null, allowHeaders: List<String>? = null, allowMethods: List<String>? = null, allowOriginRegexes: List<String>? = null, allowOrigins: List<String>? = null, disabled: Boolean, exposeHeaders: List<String>? = null, maxAge: Int? = null)