FunctionAppSiteConfigCorsArgs

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

Constructors

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

Properties

Link copied to clipboard
val allowedOrigins: Output<List<String>>

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

Link copied to clipboard
val supportCredentials: Output<Boolean>? = null

Are credentials supported?

Functions

Link copied to clipboard
open override fun toJava(): FunctionAppSiteConfigCorsArgs