CorsRuleResponse

data class CorsRuleResponse(val allowedOrigins: List<String>)

Specifies a CORS rule for the Map Account.

Constructors

Link copied to clipboard
constructor(allowedOrigins: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Required if CorsRule element is present. A list of origin domains that will be allowed via CORS, or "*" to allow all domains