Security Policy Advanced Options Config Json Custom Config Args
data class SecurityPolicyAdvancedOptionsConfigJsonCustomConfigArgs(val contentTypes: Output<List<String>>? = null) : ConvertibleToJava<SecurityPolicyAdvancedOptionsConfigJsonCustomConfigArgs>
Constructors
Link copied to clipboard
fun SecurityPolicyAdvancedOptionsConfigJsonCustomConfigArgs(contentTypes: Output<List<String>>? = null)
Functions
Properties
Link copied to clipboard
A list of custom Content-Type header values to apply the JSON parsing. As per RFC 1341, a Content-Type header value has the following format: Content-Type := type "/" subtype *";" parameter When configuring a custom Content-Type header value, only the type/subtype needs to be specified, and the parameters should be excluded.