Response Headers Policy Xss Protection Args
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)