FunctionAppSiteConfigCors

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of origins which should be able to make cross-origin calls. * can be used to allow all calls.

Link copied to clipboard

Are credentials supported?