Response Headers Policy Security Headers Config Args
data class ResponseHeadersPolicySecurityHeadersConfigArgs(val contentSecurityPolicy: Output<ResponseHeadersPolicyContentSecurityPolicyArgs>? = null, val contentTypeOptions: Output<ResponseHeadersPolicyContentTypeOptionsArgs>? = null, val frameOptions: Output<ResponseHeadersPolicyFrameOptionsArgs>? = null, val referrerPolicy: Output<ResponseHeadersPolicyReferrerPolicyArgs>? = null, val strictTransportSecurity: Output<ResponseHeadersPolicyStrictTransportSecurityArgs>? = null, val xssProtection: Output<ResponseHeadersPolicyXssProtectionArgs>? = null) : ConvertibleToJava<ResponseHeadersPolicySecurityHeadersConfigArgs>
Constructors
Link copied to clipboard
fun ResponseHeadersPolicySecurityHeadersConfigArgs(contentSecurityPolicy: Output<ResponseHeadersPolicyContentSecurityPolicyArgs>? = null, contentTypeOptions: Output<ResponseHeadersPolicyContentTypeOptionsArgs>? = null, frameOptions: Output<ResponseHeadersPolicyFrameOptionsArgs>? = null, referrerPolicy: Output<ResponseHeadersPolicyReferrerPolicyArgs>? = null, strictTransportSecurity: Output<ResponseHeadersPolicyStrictTransportSecurityArgs>? = null, xssProtection: Output<ResponseHeadersPolicyXssProtectionArgs>? = null)