LinuxWebAppSiteConfigCorsArgs

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

Constructors

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

Properties

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

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

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

Whether CORS requests with credentials are allowed. Defaults to false

Functions

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