ZeroTrustAccessApplicationCorsHeaderArgs

data class ZeroTrustAccessApplicationCorsHeaderArgs(val allowAllHeaders: Output<Boolean>? = null, val allowAllMethods: Output<Boolean>? = null, val allowAllOrigins: Output<Boolean>? = null, val allowCredentials: Output<Boolean>? = null, val allowedHeaders: Output<List<String>>? = null, val allowedMethods: Output<List<String>>? = null, val allowedOrigins: Output<List<String>>? = null, val maxAge: Output<Int>? = null) : ConvertibleToJava<ZeroTrustAccessApplicationCorsHeaderArgs>

Constructors

Link copied to clipboard
constructor(allowAllHeaders: Output<Boolean>? = null, allowAllMethods: Output<Boolean>? = null, allowAllOrigins: Output<Boolean>? = null, allowCredentials: Output<Boolean>? = null, allowedHeaders: Output<List<String>>? = null, allowedMethods: Output<List<String>>? = null, allowedOrigins: Output<List<String>>? = null, maxAge: Output<Int>? = null)

Properties

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

Value to determine whether all HTTP headers are exposed.

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

Value to determine whether all methods are exposed.

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

Value to determine whether all origins are permitted to make CORS requests.

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

Value to determine if credentials (cookies, authorization headers, or TLS client certificates) are included with requests.

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

List of HTTP headers to expose via CORS.

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

List of methods to expose via CORS.

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

List of origins permitted to make CORS requests.

Link copied to clipboard
val maxAge: Output<Int>? = null

The maximum time a preflight request will be cached.

Functions

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