ResponseHeadersPolicyXssProtectionArgs

data class ResponseHeadersPolicyXssProtectionArgs(val modeBlock: Output<Boolean>? = null, val override: Output<Boolean>, val protection: Output<Boolean>, val reportUri: Output<String>? = null) : ConvertibleToJava<ResponseHeadersPolicyXssProtectionArgs>

Constructors

Link copied to clipboard
fun ResponseHeadersPolicyXssProtectionArgs(modeBlock: Output<Boolean>? = null, override: Output<Boolean>, protection: Output<Boolean>, reportUri: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val modeBlock: Output<Boolean>? = null
Link copied to clipboard
val override: Output<Boolean>
Link copied to clipboard
val protection: Output<Boolean>
Link copied to clipboard
val reportUri: Output<String>? = null