SecurityPolicyAdvancedOptionsConfigJsonCustomConfigArgs

data class SecurityPolicyAdvancedOptionsConfigJsonCustomConfigArgs(val contentTypes: Output<List<String>>) : ConvertibleToJava<SecurityPolicyAdvancedOptionsConfigJsonCustomConfigArgs>

Constructors

constructor(contentTypes: Output<List<String>>)

Properties

Link copied to clipboard
val contentTypes: Output<List<String>>

A list of custom Content-Type header values to apply the JSON parsing. The format of the Content-Type header values is defined in RFC 1341. When configuring a custom Content-Type header value, only the type/subtype needs to be specified, and the parameters should be excluded.

Functions

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