CorsConfigurationResponse

data class CorsConfigurationResponse(val corsRules: List<CorsRuleResponse>? = null)

Definition of CorsConfiguration

Constructors

Link copied to clipboard
constructor(corsRules: List<CorsRuleResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A set of origins and methods (cross-origin access that you want to allow). You can add up to 100 rules to the configuration.