LinuxWebAppSiteConfigCors

data class LinuxWebAppSiteConfigCors(val allowedOrigins: List<String>? = null, val supportCredentials: Boolean? = null)

Constructors

Link copied to clipboard
constructor(allowedOrigins: List<String>? = null, supportCredentials: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allowedOrigins: List<String>? = null

Specifies a list of origins that should be allowed to make cross-origin calls.

Link copied to clipboard

Whether CORS requests with credentials are allowed. Defaults to false